log

age author description
Sun, 15 Sep 2002 09:31:25 +0300 Timo Sirainen mremap() check HEAD
Sun, 15 Sep 2002 09:30:29 +0300 Timo Sirainen More cleanups. lib-storage should handle "out of disk space" conditions HEAD
Sat, 14 Sep 2002 14:09:42 +0300 Timo Sirainen lots of cleanups. also index/datafile is now capable of staying in memory, HEAD
Fri, 13 Sep 2002 03:01:23 +0300 Timo Sirainen Added extra functions for easier printing of error messages. Moved HEAD
Fri, 13 Sep 2002 02:09:45 +0300 Timo Sirainen make sure failure handlers don't modify errno. HEAD
Wed, 11 Sep 2002 20:45:03 +0300 Timo Sirainen Index data file wasn't re-mmap()ed always when file size was changed, HEAD
Tue, 10 Sep 2002 06:40:58 +0300 Timo Sirainen expunge() shouldn't update mmap, since we could be just going through the HEAD
Tue, 10 Sep 2002 06:35:50 +0300 Timo Sirainen Don't fsck() at mbox_index_rewrite() if there's no dirty flags. HEAD
Tue, 10 Sep 2002 06:32:42 +0300 Timo Sirainen SEARCH fixes HEAD
Tue, 10 Sep 2002 06:26:05 +0300 Timo Sirainen io_buffer_read_mmaped() now also returns correct amount of bytes HEAD
Tue, 10 Sep 2002 06:24:02 +0300 Timo Sirainen fixes for io_buffer_read_max() HEAD
Tue, 10 Sep 2002 06:18:34 +0300 Timo Sirainen cleanup HEAD
Tue, 10 Sep 2002 06:06:46 +0300 Timo Sirainen message/rfc822 mime parts weren't parsed correctly HEAD
Tue, 10 Sep 2002 05:58:48 +0300 Timo Sirainen crashfix for searching from message body HEAD
Tue, 10 Sep 2002 05:52:09 +0300 Timo Sirainen Actually, don't bother fsyncing after each written mail, it slows down too HEAD
Tue, 10 Sep 2002 05:45:24 +0300 Timo Sirainen Don't rewrite mbox if no flags were changed. HEAD
Tue, 10 Sep 2002 04:52:08 +0300 Timo Sirainen Date-field wasn't saved when ENVELOPE was cached into index. HEAD
Tue, 10 Sep 2002 04:17:43 +0300 Timo Sirainen Broke saving new mail HEAD
Tue, 10 Sep 2002 01:49:34 +0300 Timo Sirainen cleanups / reliability fixes HEAD
Tue, 10 Sep 2002 00:45:39 +0300 Timo Sirainen error message update HEAD
Mon, 09 Sep 2002 16:32:00 +0300 Timo Sirainen cast i_toupper() and i_tolower() return as char, so comparing highascii HEAD
Mon, 09 Sep 2002 16:30:48 +0300 Timo Sirainen typofix for parsing 'S' timeszone HEAD
Mon, 09 Sep 2002 16:22:27 +0300 Timo Sirainen Highascii + space at end of some ENVELOPE header got into infinite loop. HEAD
Mon, 09 Sep 2002 15:03:44 +0300 Timo Sirainen crashfix if client closed before SSL handshake was done HEAD
Mon, 09 Sep 2002 15:02:47 +0300 Timo Sirainen crashfix HEAD
Mon, 09 Sep 2002 14:55:27 +0300 Timo Sirainen custom flag & copy crash fixes. HEAD
Mon, 09 Sep 2002 10:18:50 +0300 Timo Sirainen EXPUNGE works with mbox. finally. HEAD
Mon, 09 Sep 2002 10:18:37 +0300 Timo Sirainen offset wasn't updated properly to output buffers with sendfile(). HEAD
Mon, 09 Sep 2002 05:11:01 +0300 Timo Sirainen X-IMAPbase is now parsed correctly. HEAD
Sun, 08 Sep 2002 18:34:27 +0300 Timo Sirainen Replaced INT_TO_POINTER and POINTER_TO_INT macros with POINTER_CAST and HEAD