log

age author description
Thu, 08 Nov 2007 21:27:44 +0200 Timo Sirainen Removed MAILBOX_OPEN_MBOX_ONE_MSG_ONLY flag and handling. Raw storage HEAD
Thu, 08 Nov 2007 21:25:55 +0200 Timo Sirainen Use raw storage instead of mbox storage to access input mail stream. HEAD
Thu, 08 Nov 2007 21:25:07 +0200 Timo Sirainen Support returning MAIL_FETCH_FROM_ENVELOPE. HEAD
Thu, 08 Nov 2007 21:18:55 +0200 Timo Sirainen Added raw storage for opening single-mail files/streams as mailboxes. HEAD
Thu, 08 Nov 2007 21:18:10 +0200 Timo Sirainen Handle missing save_init() here by returning "not supported" error. HEAD
Thu, 08 Nov 2007 21:17:14 +0200 Timo Sirainen Stating seekable stream didn't restore read conditions correctly. Also it HEAD
Thu, 08 Nov 2007 20:52:29 +0200 Timo Sirainen Mail closing should just unreference streams, not close them. HEAD
Thu, 08 Nov 2007 19:56:51 +0200 Timo Sirainen Code cleanup HEAD
Thu, 08 Nov 2007 19:46:21 +0200 Timo Sirainen Use even easier way to check for first header: name_offset==0. HEAD
Thu, 08 Nov 2007 19:44:52 +0200 Timo Sirainen Handle returning mixed header+body multiple times without breaking. Handle HEAD
Thu, 08 Nov 2007 19:43:18 +0200 Timo Sirainen Added unit test for istream-header-filter. HEAD
Thu, 08 Nov 2007 18:44:12 +0200 Timo Sirainen Replaced kludgy input_first variable with just checking if input stream's HEAD
Thu, 08 Nov 2007 18:38:24 +0200 Timo Sirainen Added imap_parser_get_literal_size() and imap_parser_read_last_literal() to HEAD
Thu, 08 Nov 2007 18:24:16 +0200 Timo Sirainen Error message fix: s/fsync/fdatasync/ HEAD
Thu, 08 Nov 2007 18:20:09 +0200 Timo Sirainen Cydir and dbox needs to fsync appends and expunges in indexes, because they HEAD
Thu, 08 Nov 2007 18:18:28 +0200 Timo Sirainen fsync transaction commits only if the transaction contains change types HEAD
Thu, 08 Nov 2007 18:12:39 +0200 Timo Sirainen We don't really care if we lost a cache file or if it gets broken, so don't HEAD
Thu, 08 Nov 2007 04:23:00 +0200 Timo Sirainen Released v1.1.beta7. HEAD
Thu, 08 Nov 2007 05:56:50 +0200 Timo Sirainen Crashfix if cache file got unusable in the middle of a transaction. HEAD
Thu, 08 Nov 2007 04:10:30 +0200 Timo Sirainen Drop read_highwater position when invalidating if possible. HEAD
Thu, 08 Nov 2007 04:01:03 +0200 Timo Sirainen Crashfix in error conditions HEAD
Thu, 08 Nov 2007 03:43:26 +0200 Timo Sirainen Our input stream is blocking, mark it as such. HEAD
Thu, 08 Nov 2007 03:40:55 +0200 Timo Sirainen If we're at EOF but we wanted more data, return what we have so far instead HEAD
Thu, 08 Nov 2007 03:21:48 +0200 Timo Sirainen More fixes to handling nonblocking streams. HEAD
Thu, 08 Nov 2007 03:08:03 +0200 Timo Sirainen Added message-parser unit test. HEAD
Thu, 08 Nov 2007 03:07:30 +0200 Timo Sirainen Fixes to handling multiline headers with nonblocking input streams. HEAD
Thu, 08 Nov 2007 02:26:58 +0200 Timo Sirainen Lone CR handling fixes. HEAD
Thu, 08 Nov 2007 01:59:05 +0200 Timo Sirainen Added istream-crlf unit test. HEAD
Thu, 08 Nov 2007 01:58:04 +0200 Timo Sirainen o_stream_send_istream(): Don't fstat() the stream unless we have to. HEAD
Thu, 08 Nov 2007 01:56:57 +0200 Timo Sirainen Rewrote with separate CRLF/LF-only read functions. The code is much easier HEAD
Thu, 08 Nov 2007 00:48:20 +0200 Timo Sirainen Minor optimization HEAD
Wed, 07 Nov 2007 05:46:45 +0200 Timo Sirainen i_stream_read_next_line(): Try to read the next line until we get it or HEAD
Wed, 07 Nov 2007 01:30:38 +0200 Timo Sirainen Added tests directory HEAD
Wed, 07 Nov 2007 01:17:26 +0200 Timo Sirainen Added beginnings of unit tests. HEAD
Wed, 07 Nov 2007 00:40:11 +0200 Timo Sirainen Don't write fields to cache file with last_used=0. If fields were just HEAD
Wed, 07 Nov 2007 00:24:19 +0200 Timo Sirainen When writing dovecot.index, try to do it with less writes. HEAD
Wed, 07 Nov 2007 00:17:34 +0200 Timo Sirainen Use fdatasync() instead of fsync(), we don't care about mtimes. HEAD
Tue, 06 Nov 2007 23:56:22 +0200 Timo Sirainen If messages are unexpectedly lost from index file, log an error instead of HEAD
Tue, 06 Nov 2007 23:50:57 +0200 Timo Sirainen base64_decode(): Update src_pos_r even if we return -1. HEAD
Tue, 06 Nov 2007 23:37:18 +0200 Timo Sirainen Fixed skipping whitespace. HEAD
Tue, 06 Nov 2007 22:47:19 +0200 Timo Sirainen Assert-crashfix HEAD
Tue, 06 Nov 2007 21:57:43 +0200 Timo Sirainen Code cleanup HEAD
Tue, 06 Nov 2007 21:56:08 +0200 Timo Sirainen Reopen cache file early enough in the transaction if it has changed. HEAD
Tue, 06 Nov 2007 21:54:57 +0200 Timo Sirainen Fix to last change HEAD
Tue, 06 Nov 2007 21:54:37 +0200 Timo Sirainen Don't bother compressing cache file just to drop fields from header that HEAD
Tue, 06 Nov 2007 21:26:02 +0200 Timo Sirainen Code cleanup HEAD
Tue, 06 Nov 2007 20:55:36 +0200 Timo Sirainen When reading the latest fields, begin finding the fields from the last known HEAD
Tue, 06 Nov 2007 20:49:45 +0200 Timo Sirainen mmap_disable=yes: Find the latest cache field header by pread()ing the file HEAD
Tue, 06 Nov 2007 20:28:01 +0200 Timo Sirainen Keep a separate copy of mail_cache_header when mmap_disable=yes, otherwise HEAD
Tue, 06 Nov 2007 19:13:33 +0200 Timo Sirainen If cache file header is corrupted, keep hdr=NULL so cache file isn't tried HEAD
Tue, 06 Nov 2007 18:39:48 +0200 Timo Sirainen mail_cache_reopen(): Don't bother reopening if file is still the same. HEAD
Tue, 06 Nov 2007 18:27:29 +0200 Timo Sirainen mmap_disable=yes: Don't flush NFS caches if mail_nfs_index=no. HEAD
Tue, 06 Nov 2007 18:08:58 +0200 Timo Sirainen Last change caused assert-crashes. HEAD
Mon, 05 Nov 2007 21:51:18 +0200 Timo Sirainen Minor error handling fix. HEAD
Mon, 05 Nov 2007 21:48:45 +0200 Timo Sirainen Memory leak fix HEAD
Mon, 05 Nov 2007 21:38:20 +0200 Timo Sirainen When adding new fields to the cache file, add all the fields we currently HEAD
Mon, 05 Nov 2007 21:37:27 +0200 Timo Sirainen If we need to do more than 4 reads to get to the cached fields header, HEAD
Mon, 05 Nov 2007 21:15:28 +0200 Timo Sirainen mmap_disable=yes: When following cache field headers, don't invalidate the HEAD
Mon, 05 Nov 2007 20:34:15 +0200 Timo Sirainen Assert-crashfix HEAD
Mon, 05 Nov 2007 20:23:24 +0200 Timo Sirainen "Unsupported auth mechanism" and "Plaintext auth disabled" errors should HEAD