log

age author description
Sun, 11 Nov 2007 16:02:25 +0200 Timo Sirainen Moved mailbox_deleted to struct mailbox. Added and used HEAD
Sun, 11 Nov 2007 15:48:59 +0200 Timo Sirainen Simplified mailbox_list_get_permissions() a bit. Now it returns only HEAD
Sun, 11 Nov 2007 02:40:52 +0200 Timo Sirainen Removed unnecessary includes HEAD
Sat, 10 Nov 2007 23:40:36 +0200 Timo Sirainen dbox fixes HEAD
Sat, 10 Nov 2007 23:37:10 +0200 Timo Sirainen Fix showing extensions. HEAD
Sat, 10 Nov 2007 23:05:51 +0200 Timo Sirainen Fix for checking if new maildir files can be given UIDs beginning from the HEAD
Sat, 10 Nov 2007 23:05:07 +0200 Timo Sirainen Panic if duplicate UIDs are tried to be appended within a transaction. HEAD
Sat, 10 Nov 2007 22:55:55 +0200 Timo Sirainen Avoid growing data stack too large. HEAD
Sat, 10 Nov 2007 22:54:48 +0200 Timo Sirainen Crashfix HEAD
Sat, 10 Nov 2007 20:54:26 +0200 Timo Sirainen Fix to subscribing namespaces. HEAD
Sat, 10 Nov 2007 19:54:44 +0200 Timo Sirainen Code cleanup HEAD
Sat, 10 Nov 2007 19:39:06 +0200 Timo Sirainen If transaction log contains records with unknown types, log an error instead HEAD
Sat, 10 Nov 2007 19:18:51 +0200 Timo Sirainen Handle NOT in search without returning wrong results. HEAD
Sat, 10 Nov 2007 19:16:01 +0200 Timo Sirainen Added seq_range_array_invert() HEAD
Sat, 10 Nov 2007 18:10:18 +0200 Timo Sirainen If namespace prefix has multiple hierarchies, allow subscribing to any of HEAD
Sat, 10 Nov 2007 17:53:35 +0200 Timo Sirainen Fixes to handling cache file syncs and expunging. HEAD
Sat, 10 Nov 2007 17:40:11 +0200 Timo Sirainen mail_index_refresh(): If index is in memory, we should still refresh the map HEAD
Thu, 08 Nov 2007 22:16:47 +0200 Timo Sirainen Updated HEAD
Thu, 08 Nov 2007 21:55:06 +0200 Timo Sirainen Flush cache file's NFS attribute cache only once per sync. Don't invalidate HEAD
Thu, 08 Nov 2007 21:37:43 +0200 Timo Sirainen Don't change ctime/mtime when stating if they're already set. HEAD
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
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
Sat, 03 Nov 2007 17:14:57 +0200 Timo Sirainen If o_stream_send_istream() fails, log an error. HEAD
Sat, 03 Nov 2007 16:17:02 +0200 Timo Sirainen dbox rebuilding fixes HEAD
Sat, 03 Nov 2007 16:09:05 +0200 Timo Sirainen Support for looking up dbox files from an alternative directory if they're HEAD
Sat, 03 Nov 2007 14:55:14 +0200 Timo Sirainen Assert-crashfix HEAD
Sat, 03 Nov 2007 12:10:36 +0200 Timo Sirainen Typofix in error message. HEAD
Fri, 02 Nov 2007 19:10:39 +0200 Timo Sirainen Added tag 1.1.beta6 for changeset 1745e18a2e54 HEAD
Fri, 02 Nov 2007 19:10:35 +0200 Timo Sirainen Released v1.1.beta6. HEAD 1.1.beta6
Fri, 02 Nov 2007 18:25:27 +0200 Timo Sirainen Don't assert-crash if index was just reset. HEAD
Fri, 02 Nov 2007 18:13:20 +0200 Timo Sirainen Fixed "undefined symbol" when trying to load the plugin. HEAD
Fri, 02 Nov 2007 17:58:14 +0200 Timo Sirainen If setuid() fails, log the current effective uid. HEAD
Fri, 02 Nov 2007 17:29:25 +0200 Timo Sirainen Fix handling envelope senders containing spaces. HEAD
Fri, 02 Nov 2007 17:28:43 +0200 Timo Sirainen Made IS_ATEXT*() public. HEAD
Fri, 02 Nov 2007 17:09:46 +0200 Timo Sirainen Auth cache didn't work for usernames that got translated internally. HEAD
Fri, 02 Nov 2007 16:37:05 +0200 Timo Sirainen Make sure uidlist gets written if we only added some extension fields to it. HEAD
Fri, 02 Nov 2007 16:33:41 +0200 Timo Sirainen Refresh index always after committing a transaction. This is especially HEAD
Fri, 02 Nov 2007 16:32:31 +0200 Timo Sirainen Last change broke cache file creation completely. HEAD
Mon, 29 Oct 2007 22:59:49 +0200 Timo Sirainen Infinite looping fixes HEAD
Sun, 28 Oct 2007 21:29:19 +0200 Timo Sirainen Log an error if fchown() fails, but not because of EPERM. HEAD
Sun, 28 Oct 2007 21:26:26 +0200 Timo Sirainen Fixed using uninitialized variable in error handling. HEAD