Mercurial > dovecot > original-hg > dovecot-1.2
graph
-
Added support for SHA256. Based on patch by Jasper Slits. HEADSat, 16 Jun 2007 04:02:20 +0300, by Timo Sirainen
-
SMD5 scheme was broken, it was using SHA1 constants. HEADSat, 16 Jun 2007 03:45:09 +0300, by Timo Sirainen
-
Added missing error logging for i_stream_read() HEADSat, 16 Jun 2007 01:38:33 +0300, by Timo Sirainen
-
Don't update log_file_tail_offset in header until syncing is finished. HEADSat, 16 Jun 2007 01:10:44 +0300, by Timo Sirainen
-
Don't mark the transaction log corrupted if some record inside it was HEADSat, 16 Jun 2007 00:50:16 +0300, by Timo Sirainen
-
Don't update cache record links if we know it's already been done. HEADSat, 16 Jun 2007 00:18:27 +0300, by Timo Sirainen
-
int/ext/mailbox sync offset changes: Combined mailbox and int offsets to HEADFri, 15 Jun 2007 23:52:47 +0300, by Timo Sirainen
-
Removed syncs_done array. Instead track appends and expunges separately. HEADFri, 15 Jun 2007 23:13:56 +0300, by Timo Sirainen
-
Handle cache sync updates without breaking, although in a bit non-optimal HEADFri, 15 Jun 2007 19:26:01 +0300, by Timo Sirainen
-
Assert-crashfixes to handling non-external expunges (broken by last changes) HEADFri, 15 Jun 2007 19:25:20 +0300, by Timo Sirainen
-
Treat non-external expunges as requests for expunging messages. If it's HEADFri, 15 Jun 2007 18:09:09 +0300, by Timo Sirainen
-
Preserve mbox files' atime when saving/syncing. HEADThu, 14 Jun 2007 15:01:09 +0300, by Timo Sirainen
-
When saving a message to maildir without dovecot-uidlist file, give the HEADThu, 14 Jun 2007 14:53:47 +0300, by Timo Sirainen
-
When trying to use mbox file as the root directory, give a nice error. HEADThu, 14 Jun 2007 05:31:04 +0300, by Timo Sirainen
-
Log an error if cache offset is tried to be updated with itself. HEADThu, 14 Jun 2007 05:06:35 +0300, by Timo Sirainen
-
Changed mail_cache_foreach() to be an iterator: mail_cache_lookup_iter_*() HEADThu, 14 Jun 2007 04:40:34 +0300, by Timo Sirainen
-
Make sure cache file is opened when looking up headers. HEADThu, 14 Jun 2007 02:15:57 +0300, by Timo Sirainen
-
Cache decisions weren't updated when doing header lookups. HEADThu, 14 Jun 2007 02:11:17 +0300, by Timo Sirainen
-
Header lookup from cache could have returned garbage after headers in very HEADThu, 14 Jun 2007 01:43:50 +0300, by Timo Sirainen
-
Removed sync_mask parameter from mail_transaction_log_view_set(). The user HEADWed, 13 Jun 2007 23:00:58 +0300, by Timo Sirainen
-
Removed mail-transaction-util.[ch]. They're no longer needed. HEADWed, 13 Jun 2007 22:15:06 +0300, by Timo Sirainen
-
Don't bother checking record sizes here. They're already checked elsewhere, HEADWed, 13 Jun 2007 22:13:51 +0300, by Timo Sirainen
-
Don't assume that transaction record type is a bitmask in the transaction HEADWed, 13 Jun 2007 22:11:43 +0300, by Timo Sirainen
-
Changed mail_index_view_sync_begin() to take enum mail_index_view_sync_type. HEADWed, 13 Jun 2007 21:51:15 +0300, by Timo Sirainen
-
Moved duplicated log record validation code to a single place. HEADWed, 13 Jun 2007 21:07:35 +0300, by Timo Sirainen
-
Broken UID ranges weren't checked early enough. HEADWed, 13 Jun 2007 20:11:03 +0300, by Timo Sirainen
-
Fixes to mail_transaction_log_file_map() error handling. HEADWed, 13 Jun 2007 19:49:51 +0300, by Timo Sirainen
-
Handle mail_transaction_log_file_map() == 0 failures. HEADWed, 13 Jun 2007 19:49:06 +0300, by Timo Sirainen
-
mail_transaction_log_move_to_memory() can't fail anymore. Moved the code to HEADWed, 13 Jun 2007 19:45:29 +0300, by Timo Sirainen
-
Point to disable_plaintext_auth in auth mechanisms comment. HEADWed, 13 Jun 2007 01:26:34 +0300, by Timo Sirainen
-
nfs check: If namespaces are defined, use the first one's location instead HEADTue, 12 Jun 2007 20:15:00 +0300, by Timo Sirainen
-
If new/ directory is lost when syncing, assume the mailbox was deleted and HEADTue, 12 Jun 2007 20:06:51 +0300, by Timo Sirainen
-
Master and client sockets have default paths now. Section name only needs to HEADTue, 12 Jun 2007 19:46:53 +0300, by Timo Sirainen
-
Added quota_template parameter to userdb vpopmail. HEADTue, 12 Jun 2007 19:17:24 +0300, by Timo Sirainen
-
Allow backend-specific quota rules with backend=<string>. HEADTue, 12 Jun 2007 18:54:23 +0300, by Timo Sirainen
-
If utc_mktime() fails, it doesn't mean that the IMAP date was invalid. HEADTue, 12 Jun 2007 18:03:37 +0300, by Timo Sirainen
-
Added padding to struct mail_index_header so it's 64bit aligned with 32bit HEADTue, 12 Jun 2007 17:12:42 +0300, by Timo Sirainen