log

age author description
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Wed, 05 Dec 2007 17:47:19 +0200 Timo Sirainen Added T_FRAME*() macros. It's too easy to accidentally break t_push/t_pop HEAD
Wed, 05 Dec 2007 17:45:16 +0200 Timo Sirainen Code cleanup HEAD
Wed, 05 Dec 2007 17:40:28 +0200 Timo Sirainen Code cleanups HEAD
Wed, 05 Dec 2007 17:22:21 +0200 Timo Sirainen Allocate auth_realms from auth pool instead of from data stack. HEAD
Wed, 05 Dec 2007 17:19:57 +0200 Timo Sirainen Minor optimization. HEAD
Wed, 05 Dec 2007 17:09:07 +0200 Timo Sirainen If we fail with out of memory, make sure i_panic() can allocate enough HEAD
Wed, 05 Dec 2007 17:06:37 +0200 Timo Sirainen If file is lost, don't try to look for it until stack overflows. HEAD
Wed, 05 Dec 2007 11:58:56 +0200 Timo Sirainen Comment updates HEAD
Tue, 04 Dec 2007 19:59:57 +0200 Timo Sirainen Locking and error handling fixes. HEAD
Tue, 04 Dec 2007 15:20:01 +0200 Timo Sirainen Optimize physical mail size calculation by using the next message's offset HEAD
Tue, 04 Dec 2007 14:47:43 +0200 Timo Sirainen Don't mmap() transaction log file if we're reading less than a page. HEAD
Tue, 04 Dec 2007 14:39:32 +0200 Timo Sirainen NFS attribute cache flushing fix HEAD
Tue, 04 Dec 2007 14:31:55 +0200 Timo Sirainen Previous tail_offset change broke when rotating transaction logs. HEAD
Tue, 04 Dec 2007 14:22:18 +0200 Timo Sirainen Show log_file_tail_offset header updates more clearly. HEAD
Tue, 04 Dec 2007 14:08:41 +0200 Timo Sirainen Code cleanup HEAD
Tue, 04 Dec 2007 12:34:43 +0200 Timo Sirainen If we didn't read tail offset update from transaction log, we set it to 0 in HEAD
Tue, 04 Dec 2007 11:22:36 +0200 Timo Sirainen Print the number of cache file compressions. HEAD
Tue, 04 Dec 2007 11:04:55 +0200 Timo Sirainen Don't compress cache file unneededly when creating the first messages. HEAD
Tue, 04 Dec 2007 10:49:10 +0200 Timo Sirainen Code cleanup HEAD
Mon, 03 Dec 2007 19:16:10 +0200 Timo Sirainen Added tag 1.1.beta10 for changeset 75fabf3fded8 HEAD
Mon, 03 Dec 2007 19:16:05 +0200 Timo Sirainen Released v1.1.beta10. HEAD 1.1.beta10
Mon, 03 Dec 2007 18:53:04 +0200 Timo Sirainen If we can't open/create the wanted mailbox, log an error. HEAD
Mon, 03 Dec 2007 16:11:32 +0200 Timo Sirainen Removed t_push/t_pop which could have caused crashes HEAD
Mon, 03 Dec 2007 16:09:21 +0200 Timo Sirainen Message decoding wasn't reset properly between messages when searching. HEAD
Mon, 03 Dec 2007 15:41:01 +0200 Timo Sirainen Remove illegal UTF-8 sequences from output. HEAD
Mon, 03 Dec 2007 15:06:27 +0200 Timo Sirainen Index message's all headers (including MIME headers) after the body. HEAD
Mon, 03 Dec 2007 14:47:45 +0200 Timo Sirainen When searching only message bodies, we skipped headers completely so body HEAD
Mon, 03 Dec 2007 14:37:30 +0200 Timo Sirainen Fix for searching <4 char keys. HEAD
Mon, 03 Dec 2007 14:23:45 +0200 Timo Sirainen Fixed non-ASCII searches. HEAD