log src/lib/str-sanitize.c @ 22664:fea53c2725c0

age author description
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Mon, 12 Dec 2016 07:19:55 +0200 Timo Sirainen global: Change string position/length from unsigned int to size_t
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 01 Jun 2015 22:16:19 +0300 Phil Carmody various: use new uni_utf8_get_char*() interface
Fri, 30 Jan 2015 11:53:12 +0200 Timo Sirainen lib: str_sanitize*() max_len parameter renamed to max_bytes to describe it more accurately.
Fri, 30 Jan 2015 11:52:33 +0200 Timo Sirainen lib: Various fixes to str_sanitize*()
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Wed, 28 Oct 2009 13:50:55 -0400 Timo Sirainen str_sanitize(): Don't break UTF-8 input. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Fri, 21 Dec 2007 16:40:00 +0200 Timo Sirainen str_sanitize*(): Don't crash if max_len is less than 3. HEAD
Sun, 02 Dec 2007 14:05:45 +0200 Timo Sirainen str_sanitize*() didn't properly limit string length. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sat, 15 Sep 2007 10:46:22 +0300 Timo Sirainen Convert also 0x80..0x9f characters to '?' HEAD
Tue, 05 Oct 2004 18:29:38 +0300 Timo Sirainen Added string sanitization functions. HEAD