log

age author description
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
Mon, 05 Nov 2007 19:25:14 +0200 Timo Sirainen Don't crash if index has no keywords at all. HEAD
Sun, 04 Nov 2007 15:14:12 +0200 Timo Sirainen Support showing only a single UID's contents. HEAD
Sun, 04 Nov 2007 15:09:53 +0200 Timo Sirainen Show extension headers' contents. HEAD
Sun, 04 Nov 2007 15:00:20 +0200 Timo Sirainen Make output a bit more cleaner. HEAD
Sun, 04 Nov 2007 14:48:16 +0200 Timo Sirainen idxview rewrite. It now uses lib-index functions to read the files. HEAD
Sun, 04 Nov 2007 14:47:01 +0200 Timo Sirainen Added MAIL_INDEX_OPEN_FLAG_READONLY. HEAD
Sat, 03 Nov 2007 23:02:55 +0200 Timo Sirainen Handle maildir files that aren't in dovecot-uidlist file. HEAD
Sat, 03 Nov 2007 22:54:38 +0200 Timo Sirainen #ifndef typofix HEAD
Sat, 03 Nov 2007 22:50:25 +0200 Timo Sirainen Removed unnecessary code. HEAD
Sat, 03 Nov 2007 22:44:05 +0200 Timo Sirainen Fixes to MAIL_INDEX_VIEW_SYNC_FLAG_FIX_INCONSISTENT handling. HEAD
Sat, 03 Nov 2007 22:34:21 +0200 Timo Sirainen Use a fast rename() method for maildir -> dbox conversion. HEAD
Sat, 03 Nov 2007 22:33:16 +0200 Timo Sirainen Use the flags, keywords and cache from old index even when rebuilding dbox. HEAD
Sat, 03 Nov 2007 22:32:33 +0200 Timo Sirainen Added mail_index_ext_lookup() HEAD
Sat, 03 Nov 2007 22:32:21 +0200 Timo Sirainen Don't drop all fields if day_stamp is still 0 in index header. HEAD
Sat, 03 Nov 2007 21:56:05 +0200 Timo Sirainen Renamed mail_index_lookup_uid_range() to mail_index_lookup_seq_range(), made HEAD
Sat, 03 Nov 2007 21:39:33 +0200 Timo Sirainen Use MAIL_INDEX_VIEW_SYNC_FLAG_FIX_INCONSISTENT instead of handling HEAD
Sat, 03 Nov 2007 21:39:10 +0200 Timo Sirainen Added MAIL_INDEX_VIEW_SYNC_FLAG_FIX_INCONSISTENT flag. HEAD
Sat, 03 Nov 2007 20:35:59 +0200 Timo Sirainen Added MAILBOX_SYNC_FLAG_FIX_INCONSISTENT flag. mailbox_sync() uses it HEAD
Sat, 03 Nov 2007 20:22:17 +0200 Timo Sirainen Fixes to handling inconsistent views after index reset. HEAD
Sat, 03 Nov 2007 18:40:40 +0200 Timo Sirainen Don't crash if convert_alt_hierarchy_char isn't set. HEAD
Sat, 03 Nov 2007 17:57:46 +0200 Timo Sirainen If setgid() fails, includ euid and egid in the log message. HEAD