log src/lib/strescape.c @ 9516:aad42b172e1a HEAD

age author description
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