log src/lib/strescape.h @ 22664:fea53c2725c0

age author description
Sat, 04 Nov 2017 01:39:38 +0200 Timo Sirainen lib: Implement t_strsplit_tabescaped_inplace()
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, 15 Jan 2014 16:44:04 -0500 Timo Sirainen liblib: Added str_unescape_next()
Sun, 16 Sep 2012 00:56:51 +0300 Timo Sirainen Renamed str_tabescape_write() to str_append_tabescaped()
Mon, 27 Jun 2011 22:58:49 +0300 Timo Sirainen liblib: Added [tp]_strsplit_tabescaped()
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, 05 May 2009 20:25:13 -0400 Timo Sirainen Added str_tabescape*() to write escaped strings to Dovecot's IPC protocols. HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. 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