log

age author description
Sun, 11 Sep 2005 23:28:34 +0300 Timo Sirainen alpha2 released HEAD
Sun, 11 Sep 2005 23:25:04 +0300 Timo Sirainen Added %R and %H documentation HEAD
Sun, 11 Sep 2005 23:22:35 +0300 Timo Sirainen Added 'R' reverse modifier. HEAD
Sun, 11 Sep 2005 22:56:03 +0300 Timo Sirainen Fix to hash modifier handling HEAD
Sun, 11 Sep 2005 16:23:00 +0300 Timo Sirainen Compiler warning fixes HEAD
Sun, 11 Sep 2005 16:19:26 +0300 Timo Sirainen "stack frame changed" crashfix HEAD
Sun, 11 Sep 2005 16:03:48 +0300 Timo Sirainen Compile fix HEAD
Sun, 11 Sep 2005 14:53:13 +0300 Timo Sirainen s/login_process_per_user/login_process_per_connection/ HEAD
Sun, 11 Sep 2005 13:52:00 +0300 Timo Sirainen Added pop3_reuse_xuidl setting. Patch by Chris Wakelin HEAD
Thu, 01 Sep 2005 10:57:35 +0300 Timo Sirainen Added 'H' hash modifier. HEAD
Mon, 29 Aug 2005 00:28:59 +0300 Timo Sirainen assert fix HEAD
Sun, 28 Aug 2005 22:28:55 +0300 Timo Sirainen Support creating locks with O_EXCL. HEAD
Sun, 28 Aug 2005 22:25:55 +0300 Timo Sirainen Compiler warning fix HEAD
Sun, 28 Aug 2005 21:54:35 +0300 Timo Sirainen Timezones in From-lines weren't handled correctly. HEAD
Sun, 28 Aug 2005 21:08:12 +0300 Timo Sirainen Change mail setting in static userdb not to use %h since it doesn't work. HEAD
Sun, 28 Aug 2005 20:04:18 +0300 Timo Sirainen We could have written corrupted data to cache file if it had just been HEAD
Sun, 28 Aug 2005 15:22:47 +0300 Timo Sirainen Try harder to notice bugs HEAD
Sat, 27 Aug 2005 17:42:38 +0300 Timo Sirainen Fix HEAD
Sat, 27 Aug 2005 17:35:06 +0300 Timo Sirainen If more mail comes after we have synced ourself initially, don't access/show HEAD
Sat, 27 Aug 2005 15:41:21 +0300 Timo Sirainen Index creation was racy. HEAD
Sat, 27 Aug 2005 15:40:53 +0300 Timo Sirainen When refreshing transaction log while trying to find new log file, don't HEAD
Sat, 27 Aug 2005 15:31:02 +0300 Timo Sirainen Call mail_index_map() with force=TRUE parameter. Required if HEAD
Sat, 27 Aug 2005 15:29:54 +0300 Timo Sirainen Don't try refresh index file while locking it. It just slows down things, HEAD
Sat, 27 Aug 2005 13:31:45 +0300 Timo Sirainen More error message fixing HEAD
Sat, 27 Aug 2005 13:20:39 +0300 Timo Sirainen Removed fcntl() text from some locking error messages, because if HEAD
Thu, 25 Aug 2005 20:18:20 +0300 Timo Sirainen Error message update HEAD
Thu, 25 Aug 2005 20:17:59 +0300 Timo Sirainen We didn't add the ending NUL character in keyword name, which caused more or HEAD
Fri, 19 Aug 2005 19:01:16 +0300 Timo Sirainen X-IMAPbase's uid-last offset was remembered wrong in some cases. Added also HEAD
Fri, 19 Aug 2005 18:49:49 +0300 Timo Sirainen Allow day field to contain only a single digit without preceding zero/space. HEAD
Fri, 19 Aug 2005 11:43:20 +0300 Timo Sirainen If autodetection failed, give an error message so we don't just get "Failed HEAD
Thu, 18 Aug 2005 20:27:04 +0300 Timo Sirainen Don't log extra bind() errors for net_listen_unix() either HEAD
Thu, 18 Aug 2005 20:00:46 +0300 Timo Sirainen Disable hardlink copying until it's fixed HEAD
Thu, 18 Aug 2005 19:59:39 +0300 Timo Sirainen update HEAD
Thu, 18 Aug 2005 19:55:25 +0300 Timo Sirainen Removed fsync() call when appending to transaction log file. It's not all HEAD
Thu, 18 Aug 2005 19:43:21 +0300 Timo Sirainen update HEAD
Wed, 17 Aug 2005 02:32:31 +0300 Timo Sirainen We weren't properly checking if X-IMAPbase header was seen when we parsed HEAD
Mon, 15 Aug 2005 13:56:48 +0300 Timo Sirainen If mail_get_stream() is called when stream had already been used and seeked HEAD
Mon, 15 Aug 2005 12:03:08 +0300 Timo Sirainen Forgot to commit parts of the inotify patch HEAD
Mon, 15 Aug 2005 02:19:29 +0300 Timo Sirainen net_listen(): Print bind() errors only if it's not EADDRINUSE. Also do the HEAD
Mon, 15 Aug 2005 01:30:55 +0300 Timo Sirainen If UID lookup doesn't return any sequences, don't crash HEAD
Mon, 15 Aug 2005 01:08:51 +0300 Timo Sirainen The master process itself also needs the TZ environment HEAD
Mon, 15 Aug 2005 00:54:20 +0300 Timo Sirainen New inotify code and notify API change. Patch by Johannes Berg HEAD
Sun, 14 Aug 2005 23:39:22 +0300 Timo Sirainen If UNIX socket connection fails with EAGAIN, try again for a while. HEAD
Sun, 14 Aug 2005 23:34:33 +0300 Timo Sirainen If auth worker socket isn't created yet when we try to connect to it, try HEAD
Sun, 14 Aug 2005 22:40:29 +0300 Timo Sirainen If DEBUG environment is set, module_load_dir() now prints some debugging HEAD
Sun, 14 Aug 2005 22:02:54 +0300 Timo Sirainen Recursive maildir uidlist syncs caused assert crashes. Also did some HEAD
Sun, 14 Aug 2005 21:25:22 +0300 Timo Sirainen Removed accidentally committed debugging change HEAD
Sun, 14 Aug 2005 21:24:51 +0300 Timo Sirainen Added missing t_pop() call. static userdb was broken. HEAD
Sun, 14 Aug 2005 21:18:35 +0300 Timo Sirainen If we leaked a t_pop() call, tell where it happened HEAD
Mon, 08 Aug 2005 12:20:16 +0300 Timo Sirainen Accidentally committed earlier parts of changes to authentication streams, HEAD
Sun, 07 Aug 2005 16:37:44 +0300 Timo Sirainen Fixed a hang if parsed header was already cached. HEAD
Sun, 07 Aug 2005 16:29:33 +0300 Timo Sirainen Don't try to use cached index if it doesn't exist anymore. HEAD
Sun, 07 Aug 2005 16:06:56 +0300 Timo Sirainen Added some more error messages. Also if net_connect_ip() gives my_ip HEAD
Sun, 07 Aug 2005 15:51:12 +0300 Timo Sirainen Section closing wasn't done properly. Patch by Tom Alsberg HEAD
Sun, 07 Aug 2005 14:50:17 +0300 Timo Sirainen If mbox file growing failed, truncate it back to original size so extra NUL HEAD
Sun, 07 Aug 2005 14:41:19 +0300 Timo Sirainen s/occured/occurred/ HEAD
Sun, 07 Aug 2005 14:28:13 +0300 Timo Sirainen Don't crash in some situations with broken X-UID headers. HEAD
Fri, 29 Jul 2005 12:21:27 +0300 Timo Sirainen Removed unused code HEAD
Fri, 29 Jul 2005 11:43:04 +0300 Timo Sirainen Added separate "temporary error" flag for mail_storage_get_last_error(). HEAD
Sun, 24 Jul 2005 00:33:50 +0300 Timo Sirainen Preserve TZ environment to child processes so timezones aren't lost with HEAD