log

age author description
Wed, 07 Mar 2007 18:08:02 +0200 Timo Sirainen Added a comment about the time moving backwards code. HEAD
Wed, 07 Mar 2007 17:57:41 +0200 Timo Sirainen Cleanups. Moved static variables inside ioloop context so it works with HEAD
Wed, 07 Mar 2007 17:38:24 +0200 Timo Sirainen Keep track of the mbox dirty state better. Also when moving mails inside HEAD
Wed, 07 Mar 2007 17:34:58 +0200 Timo Sirainen minor cleanups HEAD
Wed, 07 Mar 2007 16:51:04 +0200 Timo Sirainen Removed caching from i_stream_stat(). The changes could be important in mbox HEAD
Wed, 07 Mar 2007 15:40:07 +0200 Timo Sirainen Don't die if "time moved backwards" sleep is interrupted. HEAD
Wed, 07 Mar 2007 02:47:54 +0200 Timo Sirainen Fixed last change: Don't crash now when rotating non-locked log.. HEAD
Wed, 07 Mar 2007 02:44:37 +0200 Timo Sirainen If write fails with "not enough space" error, log it instead of silently HEAD
Wed, 07 Mar 2007 02:42:32 +0200 Timo Sirainen Don't crash when rotating locked in-memory log file. HEAD
Wed, 07 Mar 2007 02:14:44 +0200 Timo Sirainen Fixed a crash when non-plaintext mechanism used auth_cache. HEAD
Wed, 07 Mar 2007 01:59:43 +0200 Timo Sirainen After calling sasl_callback() the client may be destroyed already. Don't try HEAD
Wed, 07 Mar 2007 01:43:27 +0200 Timo Sirainen t_push/t_pop the callback. HEAD
Wed, 07 Mar 2007 01:36:52 +0200 Timo Sirainen Queueing code was somewhat broken and caused queries to get lost. HEAD
Tue, 06 Mar 2007 22:36:45 +0200 Timo Sirainen Added assert. HEAD
Tue, 06 Mar 2007 22:19:08 +0200 Timo Sirainen When adding mails to index in non-sorted UID order and then using HEAD
Tue, 06 Mar 2007 22:06:23 +0200 Timo Sirainen Log errors given by storage. Convert hierarchy separators in mailbox names. HEAD
Tue, 06 Mar 2007 21:54:23 +0200 Timo Sirainen If moving to memory fails, make sure we open the index with create flag set. HEAD
Tue, 06 Mar 2007 21:51:24 +0200 Timo Sirainen When we were syncing in-memory maps, we still should have updated the HEAD
Tue, 06 Mar 2007 21:10:54 +0200 Timo Sirainen comment cleanup HEAD
Tue, 06 Mar 2007 20:50:37 +0200 Timo Sirainen Don't crash if user_attrs or pass_attrs is empty. It means all the HEAD
Tue, 06 Mar 2007 20:27:15 +0200 Timo Sirainen If time moves backwards only max. 5 seconds, sleep instead of killing HEAD
Tue, 06 Mar 2007 19:43:59 +0200 Timo Sirainen With namespace prefixes LSUB prefix.* listed INBOX.INBOX. HEAD
Tue, 06 Mar 2007 18:57:35 +0200 Timo Sirainen Keep only TZ and HOME environments when calling sendmail. HEAD
Tue, 06 Mar 2007 18:35:46 +0200 Timo Sirainen comment typofix HEAD
Tue, 06 Mar 2007 18:32:14 +0200 Timo Sirainen If maildirsize contained NUL bytes at the beginning of the line (could HEAD
Tue, 06 Mar 2007 17:52:15 +0200 Timo Sirainen Changed --with-headers to --enable-header-install HEAD
Tue, 06 Mar 2007 17:48:29 +0200 Timo Sirainen fix HEAD
Tue, 06 Mar 2007 17:43:37 +0200 Timo Sirainen Updated valid_chroot_dirs and mail_chroot comments. HEAD
Tue, 06 Mar 2007 17:39:04 +0200 Timo Sirainen When syncing huge maildirs check once in a while if we need to update HEAD
Tue, 06 Mar 2007 16:28:34 +0200 Timo Sirainen Don't try to fsck index file in error conditions if it's not yet opened. HEAD
Tue, 06 Mar 2007 16:23:40 +0200 Timo Sirainen Check index file's endianess earlier, otherwise we'll complain about other HEAD
Tue, 06 Mar 2007 15:45:23 +0200 Timo Sirainen X-UID brokeness fixing was worse than ever. HEAD
Tue, 06 Mar 2007 15:14:09 +0200 Timo Sirainen While parsing the input stream ignore the mbox hidden headers so that eg. HEAD
Thu, 01 Mar 2007 14:30:13 +0200 Timo Sirainen Don't allow using "foo/." or "foo/.." in the masks. Although that shouldn't HEAD
Thu, 01 Mar 2007 13:15:26 +0200 Timo Sirainen Don't crash if mail saving fails. HEAD
Thu, 01 Mar 2007 13:13:53 +0200 Timo Sirainen Keep stream_errno updated in filter streams. HEAD
Thu, 01 Mar 2007 12:18:02 +0200 Timo Sirainen Removed unused rawlog flag. HEAD
Wed, 28 Feb 2007 23:00:39 +0200 Timo Sirainen Fixed deleted/undeleted logging. HEAD
Wed, 28 Feb 2007 22:19:42 +0200 Timo Sirainen If time moves backwards, kill ourself. HEAD
Wed, 28 Feb 2007 21:55:31 +0200 Timo Sirainen If next_uid field gets to 2^31-1, handle it without crashing by creating a HEAD
Wed, 28 Feb 2007 21:51:28 +0200 Timo Sirainen The previous broken X-UID header fixing code was still broken... HEAD
Wed, 28 Feb 2007 20:55:12 +0200 Timo Sirainen Drop privileges if libcap is found. Patch by David (lists edeca.net). HEAD
Tue, 27 Feb 2007 18:56:53 +0200 Timo Sirainen Don't crash with invalid PLAIN input. HEAD
Sun, 25 Feb 2007 17:40:38 +0200 Timo Sirainen alloconly pool: pool_unref() shouldn't set the pool pointer to NULL unless HEAD
Fri, 23 Feb 2007 20:29:36 +0200 Timo Sirainen If prefix.INBOX has children and we're listing under prefix.%, don't drop HEAD
Thu, 22 Feb 2007 23:50:46 +0200 Timo Sirainen Added --with-headers configure option to install .h files. HEAD
Thu, 22 Feb 2007 23:49:34 +0200 Timo Sirainen assert-crashfix HEAD
Thu, 22 Feb 2007 19:32:08 +0200 Timo Sirainen cleanup HEAD
Thu, 22 Feb 2007 19:29:46 +0200 Timo Sirainen KEEP_LOCK: When using dotlock, touch it every 10 seconds. HEAD
Thu, 22 Feb 2007 18:12:10 +0200 Timo Sirainen Added missing .h file HEAD
Thu, 22 Feb 2007 18:08:53 +0200 Timo Sirainen Files were missing from dist tarballs. HEAD
Thu, 22 Feb 2007 18:03:55 +0200 Timo Sirainen Some files weren't being added to dist tarball HEAD
Thu, 22 Feb 2007 17:59:54 +0200 Timo Sirainen warn_unused_result attribute exists only with gcc 4.0 and later. HEAD
Thu, 22 Feb 2007 17:42:44 +0200 Timo Sirainen Fixed priority handling. HEAD
Thu, 22 Feb 2007 17:38:43 +0200 Timo Sirainen Fixes for handling multiple storages. HEAD
Thu, 22 Feb 2007 17:03:46 +0200 Timo Sirainen Minor memory allocation optimizations. HEAD
Thu, 22 Feb 2007 16:36:01 +0200 Timo Sirainen Don't compare to PACKAGE_VERSION in lib/ core directly, rather make HEAD
Thu, 22 Feb 2007 16:27:25 +0200 Timo Sirainen Added <plugin_name>_version string. HEAD
Thu, 22 Feb 2007 16:25:20 +0200 Timo Sirainen If module contains a <module_name>_version string, fail if it doesn't match HEAD
Thu, 22 Feb 2007 16:10:05 +0200 Timo Sirainen If o_stream_send_istream() fails, make sure errno is set to HEAD