[dovecot-cvs] dovecot/src/lib-storage/index index-fetch-section.c,1.26,1.27 index-search.c,1.55,1.56

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


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

Modified Files:
	index-fetch-section.c index-search.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: index-fetch-section.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-fetch-section.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- index-fetch-section.c	2 Jan 2003 12:20:46 -0000	1.26
+++ index-fetch-section.c	3 Jan 2003 15:57:12 -0000	1.27
@@ -4,7 +4,6 @@
 #include "str.h"
 #include "istream.h"
 #include "ostream.h"
-#include "rfc822-tokenize.h"
 #include "message-send.h"
 #include "index-storage.h"
 #include "index-fetch.h"

Index: index-search.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-search.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- index-search.c	2 Jan 2003 10:21:41 -0000	1.55
+++ index-search.c	3 Jan 2003 15:57:12 -0000	1.56
@@ -4,7 +4,6 @@
 #include "istream.h"
 #include "ostream.h"
 #include "mmap-util.h"
-#include "rfc822-tokenize.h"
 #include "rfc822-date.h"
 #include "message-size.h"
 #include "message-body-search.h"




More information about the dovecot-cvs mailing list