[dovecot-cvs] dovecot/src/lib-index/mbox mbox-index.c,1.56,1.57

cras at procontrol.fi cras at procontrol.fi
Fri Jan 3 17:57:14 EET 2003


Update of /home/cvs/dovecot/src/lib-index/mbox
In directory danu:/tmp/cvs-serv6416/lib-index/mbox

Modified Files:
	mbox-index.c 
Log Message:
Rewrote rfc822-tokenize.c to work one token at a time so it won't uselessly
take memory, maybe also a bit faster. This caused pretty large changes all
around.

Also moved all string (un)escaping code to lib/strescape.c. 



Index: mbox-index.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mbox/mbox-index.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- mbox-index.c	20 Dec 2002 07:53:52 -0000	1.56
+++ mbox-index.c	3 Jan 2003 15:57:12 -0000	1.57
@@ -3,7 +3,6 @@
 #include "lib.h"
 #include "buffer.h"
 #include "istream.h"
-#include "rfc822-tokenize.h"
 #include "mbox-index.h"
 #include "mbox-lock.h"
 #include "mail-index-util.h"




More information about the dovecot-cvs mailing list