log src/lib/strescape.c @ 22636:96e51a11c0aa

age author description
Sat, 04 Nov 2017 01:39:38 +0200 Timo Sirainen lib: Implement t_strsplit_tabescaped_inplace()
Sat, 04 Nov 2017 01:37:19 +0200 Timo Sirainen lib: t_strsplit_tabescaped() - don't create unnecessary data stack mempool
Sat, 04 Nov 2017 01:35:44 +0200 Timo Sirainen lib: str_tabunescape() - optimize initial escape char lookup
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Mon, 08 Aug 2016 11:23:02 +0300 Aki Tuomi lib: Add binary-safe tabescape
Fri, 06 May 2016 17:24:42 +0300 Timo Sirainen lib: Added t_str_tabunescape()
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
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.
Wed, 15 Jan 2014 16:44:04 -0500 Timo Sirainen liblib: Added str_unescape_next()
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, 16 Sep 2012 00:56:51 +0300 Timo Sirainen Renamed str_tabescape_write() to str_append_tabescaped()
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Mon, 27 Jun 2011 22:58:49 +0300 Timo Sirainen liblib: Added [tp]_strsplit_tabescaped()
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 05 Apr 2010 01:06:02 +0300 Timo Sirainen Removed dead code. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 23 Jun 2009 17:31:08 -0400 Timo Sirainen Added str_tabunescape(). HEAD
Tue, 16 Jun 2009 13:49:18 -0400 Timo Sirainen Added str_append_tabunescaped(). str_tabescape*() now escapes also CR. Added unit tests. HEAD
Tue, 16 Jun 2009 13:39:40 -0400 Timo Sirainen str_append_unescaped() didn't unescape \\ correctly. HEAD
Tue, 05 May 2009 20:25:13 -0400 Timo Sirainen Added str_tabescape*() to write escaped strings to Dovecot's IPC protocols. 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
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Wed, 27 Aug 2003 00:18:16 +0300 Timo Sirainen Removed most of the license comments from src/lib/*.c. It's just fine to HEAD
Sun, 27 Jul 2003 04:50:32 +0300 Timo Sirainen unescaping was broken HEAD
Wed, 02 Apr 2003 05:05:38 +0300 Timo Sirainen Mailbox names are now sent through imap-quoter instead of just escaping it. HEAD
Thu, 20 Feb 2003 18:30:51 +0200 Timo Sirainen str_unescape(): return char* HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Sat, 04 Jan 2003 19:26:29 +0200 Timo Sirainen Use unsigned char* when accessing non-NUL terminating strings. Compiler HEAD
Fri, 03 Jan 2003 17:57:12 +0200 Timo Sirainen Rewrote rfc822-tokenize.c to work one token at a time so it won't uselessly HEAD