[dovecot-cvs] dovecot/src/plugins/zlib istream-zlib.c,1.5,1.6
tss at dovecot.org
tss at dovecot.org
Sat Mar 31 11:42:38 EEST 2007
- Previous message: [dovecot-cvs] dovecot/src/lib istream-file.c, 1.30, 1.31 istream-internal.h, 1.12, 1.13 istream.c, 1.37, 1.38
- Next message: [dovecot-cvs] dovecot/src/lib istream-file.c, 1.31, 1.32 istream-internal.h, 1.13, 1.14 istream.c, 1.38, 1.39
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/plugins/zlib
In directory talvi:/tmp/cvs-serv14318/plugins/zlib
Modified Files:
istream-zlib.c
Log Message:
Moved I_STREAM_MIN_SIZE to header
Index: istream-zlib.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/zlib/istream-zlib.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- istream-zlib.c 31 Mar 2007 08:37:54 -0000 1.5
+++ istream-zlib.c 31 Mar 2007 08:42:36 -0000 1.6
@@ -10,8 +10,6 @@
this pretty large */
#define DEFAULT_MAX_BUFFER_SIZE (1024*1024)
-#define I_STREAM_MIN_SIZE 4096
-
struct zlib_istream {
struct _istream istream;
- Previous message: [dovecot-cvs] dovecot/src/lib istream-file.c, 1.30, 1.31 istream-internal.h, 1.12, 1.13 istream.c, 1.37, 1.38
- Next message: [dovecot-cvs] dovecot/src/lib istream-file.c, 1.31, 1.32 istream-internal.h, 1.13, 1.14 istream.c, 1.38, 1.39
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list