log src/lib-storage/index/index-mailbox-check.c @ 9266:cd29b745c8dd HEAD

age author description
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Mon, 25 Feb 2008 21:47:17 +0200 Timo Sirainen mailbox_notify_changes(): Don't trigger the timeout once a second to see if HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sat, 22 Sep 2007 17:54:58 +0300 Timo Sirainen Minor code cleanup HEAD
Sat, 22 Sep 2007 17:52:27 +0300 Timo Sirainen Dropped interval between mailbox change notifies from HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Mon, 09 Jul 2007 06:59:57 +0300 Timo Sirainen Changed io_add_notify() API so that it can return "file doesn't exist" HEAD
Fri, 30 Mar 2007 21:41:05 +0300 Timo Sirainen Moved notify settings to struct mailbox. Removed the parameters from 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, 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
Mon, 15 Aug 2005 00:54:20 +0300 Timo Sirainen New inotify code and notify API change. Patch by Johannes Berg HEAD
Tue, 19 Oct 2004 04:47:55 +0300 Timo Sirainen If we can't add file to I/O notify list, close the fd so we don't leak. HEAD
Mon, 23 Aug 2004 10:56:29 +0300 Timo Sirainen Timeout/stat() based mailbox change checker didn't actually ever send HEAD
Mon, 12 Jul 2004 14:35:50 +0300 Timo Sirainen Broke mailbox_sync() into iterator. HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD
Sun, 24 Aug 2003 15:59:08 +0300 Timo Sirainen fix HEAD
Sun, 24 Aug 2003 15:58:13 +0300 Timo Sirainen IDLE fixes.. HEAD
Sun, 24 Aug 2003 15:45:32 +0300 Timo Sirainen IDLE uses now IO_*_NOTIFY to get instant notifying of mails. HEAD
Fri, 14 Feb 2003 12:46:44 +0200 Timo Sirainen Support for IDLE extension. HEAD
Mon, 27 Jan 2003 03:44:34 +0200 Timo Sirainen Removed useless parameters from io_callback_t and timeout_callback_t. HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Tue, 12 Nov 2002 07:27:30 +0200 Timo Sirainen mailbox_check_interval setting: Dovecot can notify client of new mail in HEAD