log

age author description
Wed, 07 Feb 2007 03:45:33 +0200 Timo Sirainen Don't crash with expunging mails with non-existing message-id header. HEAD
Tue, 06 Feb 2007 21:51:13 +0200 Timo Sirainen Removed fsync() call. It doesn't really provide any data integrity HEAD
Tue, 06 Feb 2007 20:52:49 +0200 Timo Sirainen Don't crash if client disconnects in the middle of sending a command line. HEAD
Tue, 06 Feb 2007 20:50:52 +0200 Timo Sirainen hangfix HEAD
Tue, 06 Feb 2007 18:01:23 +0200 Timo Sirainen We could have skipped transactions completely (broken a few revisions ago). HEAD
Tue, 06 Feb 2007 15:42:54 +0200 Timo Sirainen Inifinite looping fixes HEAD
Tue, 06 Feb 2007 15:24:42 +0200 Timo Sirainen Fixes HEAD
Tue, 06 Feb 2007 14:56:12 +0200 Timo Sirainen Command handling fixes. HEAD
Tue, 06 Feb 2007 14:55:22 +0200 Timo Sirainen Fixes. HEAD
Tue, 06 Feb 2007 13:44:57 +0200 Timo Sirainen Don't crash with unknown UID commands. HEAD
Tue, 06 Feb 2007 12:43:31 +0200 Timo Sirainen _read() could have returned "need more data" in wrong situations, which HEAD
Tue, 06 Feb 2007 12:40:15 +0200 Timo Sirainen Added istream->blocking setting. It's now used to assert-crash early if a HEAD
Tue, 06 Feb 2007 11:49:46 +0200 Timo Sirainen Assert-crashfixes HEAD
Mon, 05 Feb 2007 16:15:56 +0200 Timo Sirainen If namespace has a prefix and inbox=no, don't list prefix.inbox if it HEAD
Mon, 05 Feb 2007 15:07:26 +0200 Timo Sirainen Don't use nonportable grep -q. HEAD
Mon, 05 Feb 2007 13:42:50 +0200 Timo Sirainen Commit the transaction even if client didn't QUIT so cached data gets saved. HEAD
Mon, 05 Feb 2007 13:27:11 +0200 Timo Sirainen mail_log_max_lines_per_sec was declared as string. HEAD
Mon, 05 Feb 2007 00:13:43 +0200 Timo Sirainen Added an example of how to concat() user and domain. HEAD
Fri, 02 Feb 2007 16:14:51 +0200 Timo Sirainen crashfix HEAD
Fri, 02 Feb 2007 13:20:23 +0200 Timo Sirainen Added mail_log_max_lines_per_sec setting. HEAD
Fri, 02 Feb 2007 13:14:37 +0200 Timo Sirainen Make sure str-sanitize.o is linked so mail_log plugin works. HEAD
Fri, 02 Feb 2007 12:30:15 +0200 Timo Sirainen Another lookup_uid_range() seq2 bugfix/crashfix. HEAD
Fri, 02 Feb 2007 00:35:01 +0200 Timo Sirainen Minor optimization HEAD
Fri, 02 Feb 2007 00:23:18 +0200 Timo Sirainen If cache file wasn't opened yet when flushing a transaction, the changes HEAD
Thu, 01 Feb 2007 23:08:10 +0200 Timo Sirainen Setting flags other than seen/deleted was broken. HEAD
Tue, 30 Jan 2007 13:04:58 +0200 Timo Sirainen Added a note about %E not needed with SQL queries. HEAD
Sun, 28 Jan 2007 17:45:54 +0200 Timo Sirainen If mailbox initialization failed, log an error instead of just telling about HEAD
Sat, 27 Jan 2007 03:44:27 +0200 Timo Sirainen Added --log-error command line option. HEAD
Fri, 26 Jan 2007 15:58:48 +0200 Timo Sirainen Cleanups and minor fixes HEAD
Fri, 26 Jan 2007 15:40:51 +0200 Timo Sirainen Verify the APOP input before passing it to sscanf() to make sure it's HEAD
Fri, 26 Jan 2007 02:44:09 +0200 Timo Sirainen Optimization: Hash compression didn't remove NULL nodes from roots. HEAD
Fri, 26 Jan 2007 02:42:29 +0200 Timo Sirainen cleanup HEAD
Fri, 26 Jan 2007 02:31:36 +0200 Timo Sirainen code cleanup HEAD
Thu, 25 Jan 2007 22:00:38 +0200 Timo Sirainen crashfix HEAD
Thu, 25 Jan 2007 19:24:47 +0200 Timo Sirainen If save_commit_pre() fails, rollback the transaction. HEAD
Thu, 25 Jan 2007 19:23:12 +0200 Timo Sirainen Memory leak fix HEAD
Thu, 25 Jan 2007 19:13:40 +0200 Timo Sirainen lookup_uid_range(): Last change could have caused the returned seq2 to be HEAD
Thu, 25 Jan 2007 18:01:37 +0200 Timo Sirainen Error handling fixes HEAD
Thu, 25 Jan 2007 17:59:26 +0200 Timo Sirainen If we disconnect the client because message ended unexpectedly, log an HEAD
Thu, 25 Jan 2007 17:49:48 +0200 Timo Sirainen If mail_debug is enabled, log configured quota rules HEAD
Thu, 25 Jan 2007 16:58:48 +0200 Timo Sirainen If we see exit for unknown child process, log an error but don't crash. If HEAD
Thu, 25 Jan 2007 15:52:38 +0200 Timo Sirainen fsync_disable wasn't sent to mail processes HEAD
Thu, 25 Jan 2007 15:17:12 +0200 Timo Sirainen Removed disable-asserts-specific array_idx(). It didn't work if array's HEAD
Thu, 25 Jan 2007 11:39:08 +0200 Timo Sirainen If we can't find the mail from dirty mbox even after syncing, fail with HEAD
Thu, 25 Jan 2007 11:38:23 +0200 Timo Sirainen When verifying a mail's location in dirty mbox with invalid X-UID headers HEAD
Wed, 24 Jan 2007 22:45:09 +0200 Timo Sirainen Crashfix HEAD
Wed, 24 Jan 2007 19:39:11 +0200 Timo Sirainen If exec() fails, don't close 0..3 fds before logging the error. There's HEAD
Wed, 24 Jan 2007 19:14:16 +0200 Timo Sirainen Fixed a file descriptor leak. HEAD
Wed, 24 Jan 2007 18:37:43 +0200 Timo Sirainen If auth_cache was enabled and userdb returned "user unknown" (typically only HEAD
Wed, 24 Jan 2007 16:41:28 +0200 Timo Sirainen Some bugfixes. Moved header struct to a separate file. HEAD
Wed, 24 Jan 2007 14:49:20 +0200 Timo Sirainen Crashfix HEAD
Tue, 23 Jan 2007 18:30:54 +0200 Timo Sirainen "View synchronization from transaction log failed": Log also the index HEAD
Tue, 23 Jan 2007 18:10:58 +0200 Timo Sirainen Some mmap_disable=no fixes. Some debug additions. Some generic index fixes. HEAD
Tue, 23 Jan 2007 15:48:58 +0200 Timo Sirainen Made one more fsync() optional with fsync_disable. HEAD
Tue, 23 Jan 2007 15:30:30 +0200 Timo Sirainen Log a warning when we're starting fsck. Log error before calling fsck. HEAD
Tue, 23 Jan 2007 15:29:44 +0200 Timo Sirainen cleanups HEAD
Tue, 23 Jan 2007 13:41:50 +0200 Timo Sirainen If control_dir wasn't specified, we complained about ACL file existing in HEAD
Tue, 23 Jan 2007 13:19:41 +0200 Timo Sirainen Fix for last check HEAD
Tue, 23 Jan 2007 12:01:13 +0200 Timo Sirainen cleanups HEAD
Tue, 23 Jan 2007 11:57:58 +0200 Timo Sirainen mmap_disable=yes: Verify that header_size and messages_count are low enough HEAD