log src/imap/cmd-idle.c @ 9191:b340ecb24469 HEAD

age author description
Tue, 26 May 2009 14:21:59 -0400 Timo Sirainen imap: Cleaned up "command pending" handling code. Should fix hangs caused by recent changes. HEAD
Sat, 02 May 2009 18:31:51 -0400 Timo Sirainen IDLE: Check DONE case-insensitively. HEAD
Thu, 16 Apr 2009 19:11:32 -0400 Timo Sirainen Added imap_idle_notify_interval setting. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Wed, 11 Jun 2008 15:44:35 +0300 Timo Sirainen QRESYNC: Send HIGHESTMODSEQ automatically in all tagged replies whenever it HEAD
Wed, 26 Mar 2008 21:27:10 +0200 Timo Sirainen Workaround to never idle-disconnect IDLEing clients got broken by timeout HEAD
Thu, 20 Mar 2008 16:26:27 +0200 Timo Sirainen client_command_free()/cancel(): Take pointer-to-pointer parameter and set it HEAD
Sun, 17 Feb 2008 14:38:18 +0200 Timo Sirainen Assert-crashfix if IDLE finishes immediately. HEAD
Sat, 12 Jan 2008 06:56:16 +0200 Timo Sirainen Replaced waiting_ambiguity bitmask with a command state. HEAD
Sat, 12 Jan 2008 06:46:28 +0200 Timo Sirainen Added "command state" for running commands. Use it instead of some bitfields HEAD
Sun, 06 Jan 2008 07:09:33 +0200 Timo Sirainen Reset idle timeout also in APPEND/IDLE. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sat, 06 Oct 2007 02:16:56 +0300 Timo Sirainen Fixed process hanging sometimes when disconnecting. HEAD
Tue, 25 Sep 2007 17:51:47 +0300 Timo Sirainen Crashfix in some conditions HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Tue, 07 Aug 2007 12:10:27 +0300 Timo Sirainen Client is now never disconnected in IDLE because it hasn't sent anything. HEAD
Wed, 27 Jun 2007 16:38:07 +0300 Timo Sirainen Changes sent by IDLE shouldn't affect the client's inactivity timeout HEAD
Mon, 26 Mar 2007 19:59:06 +0300 Timo Sirainen crashfix HEAD
Tue, 06 Feb 2007 14:56:12 +0200 Timo Sirainen Command handling fixes. HEAD
Wed, 20 Dec 2006 21:23:43 +0200 Timo Sirainen Dovecot is now able to execute multiple commands at the same time. HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Sat, 18 Nov 2006 23:37:21 +0200 Timo Sirainen When mailbox changes are noticed and they're sent to client, cork before HEAD
Sat, 18 Nov 2006 23:29:58 +0200 Timo Sirainen If syncing finished with an error and client had disconnected, we HEAD
Sun, 12 Nov 2006 13:31:42 +0200 Timo Sirainen If mailbox is changed while syncing is being done, and the second sync's HEAD
Mon, 06 Mar 2006 22:34:42 +0200 Timo Sirainen Log a line when IMAP client disconnects with a reason why it happened. HEAD
Mon, 06 Mar 2006 22:13:39 +0200 Timo Sirainen cleanup HEAD
Sun, 15 Jan 2006 17:59:15 +0200 Timo Sirainen IDLE: Handle disconnection differently (and maybe we won't crash anymore) HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sat, 07 Jan 2006 02:53:14 +0200 Timo Sirainen When idling, send an OK message every two minutes to break NAT/firewall timeouts. HEAD