[Citadel Development] Citadel commit log: revision 8301

2010-02-11 Thread dothebart
r8301 | dothebart | 2010-02-11 13:00:19 -0500 (Thu, 11 Feb 2010) | 2 lines Changed paths: M /trunk/citadel/internet_addressing.c * NULL is the abort condition for an invalid header

[Citadel Development] (no subject)

2010-02-11 Thread IGnatius T Foobar
New buffered I/O code crash: #0 0x080594f2 in client_write (buf=0xb6dc4df0 250 Message accepted.\r\n, nbytes=23) at sysdep.c:488 488 FD_SET(Ctx-client_socket, wset); (gdb) bt #0 0x080594f2 in client_write (buf=0xb6dc4df0 250 Message accepted.\r\n, nbytes=23) at

[Citadel Development] Citadel commit log: revision 8302

2010-02-11 Thread ajc
r8302 | ajc | 2010-02-11 18:22:57 -0500 (Thu, 11 Feb 2010) | 1 line Changed paths: M /trunk/citadel/control.c * Eliminate HAVE_FLOCK from the build system. Instead, test for the presence of LOCK_EX + LOCK_NB right where

[Citadel Development] Citadel commit log: revision 8303

2010-02-11 Thread ajc
r8303 | ajc | 2010-02-11 18:25:14 -0500 (Thu, 11 Feb 2010) | 1 line Changed paths: M /trunk/citadel/control.c * minor tweak to above