[dovecot-cvs] dovecot/src/master auth-process.c,1.4,1.5 login-process.c,1.5,1.6

cras at procontrol.fi cras at procontrol.fi
Mon Oct 28 06:18:28 EET 2002


Update of /home/cvs/dovecot/src/master
In directory danu:/tmp/cvs-serv7362/master

Modified Files:
	auth-process.c login-process.c 
Log Message:
I/O buffers now use real blocking instead of setting up a sub-ioloop to
poll(). alarm() is called every 30 secs to send SIGHUP and break out of the
read/write calls, so the given timeout values aren't exact.

Also some other cleanups, like not including ioloop.h in [io]buffer.h which
broke several other files which hadn't included it itself..



Index: auth-process.c
===================================================================
RCS file: /home/cvs/dovecot/src/master/auth-process.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- auth-process.c	13 Oct 2002 23:49:12 -0000	1.4
+++ auth-process.c	28 Oct 2002 04:18:26 -0000	1.5
@@ -1,6 +1,7 @@
 /* Copyright (C) 2002 Timo Sirainen */
 
 #include "common.h"
+#include "ioloop.h"
 #include "network.h"
 #include "obuffer.h"
 #include "restrict-access.h"

Index: login-process.c
===================================================================
RCS file: /home/cvs/dovecot/src/master/login-process.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- login-process.c	13 Oct 2002 23:49:12 -0000	1.5
+++ login-process.c	28 Oct 2002 04:18:26 -0000	1.6
@@ -1,6 +1,7 @@
 /* Copyright (C) 2002 Timo Sirainen */
 
 #include "common.h"
+#include "ioloop.h"
 #include "network.h"
 #include "obuffer.h"
 #include "fdpass.h"




More information about the dovecot-cvs mailing list