log

age author description
Wed, 20 Jun 2007 01:54:42 +0300 Timo Sirainen DEBUG: Verify header counters/lowwaters more often. HEAD
Wed, 20 Jun 2007 01:34:18 +0300 Timo Sirainen Updating index file by overwriting changed parts didn't work correctly. HEAD
Wed, 20 Jun 2007 01:08:13 +0300 Timo Sirainen Use CMP_ST_MTIME() instead of #ifdefing nanoseconds ourself. HEAD
Wed, 20 Jun 2007 01:07:30 +0300 Timo Sirainen Added CMP_ST_MTIME() and CMP_ST_CTIME() macros that compare also nanoseconds HEAD
Tue, 19 Jun 2007 18:39:16 +0300 Timo Sirainen Don't rotate transaction log if log head sequence doesn't match the current HEAD
Tue, 19 Jun 2007 18:37:27 +0300 Timo Sirainen When updating dovecot.index file, write the header always. HEAD
Tue, 19 Jun 2007 16:33:05 +0300 Timo Sirainen mail_index_sync_begin() takes now flags parameter instead of two booleans. HEAD
Tue, 19 Jun 2007 16:20:19 +0300 Timo Sirainen Removed broken asserts HEAD
Tue, 19 Jun 2007 16:18:13 +0300 Timo Sirainen Update log_file_head_offset when replacing current syncing map. HEAD
Tue, 19 Jun 2007 16:15:01 +0300 Timo Sirainen Log also the position in log file for sync errors. HEAD
Tue, 19 Jun 2007 15:26:47 +0300 Timo Sirainen Handle corruption marking by unlinking dovecot.index file. Removed HEAD
Tue, 19 Jun 2007 15:23:18 +0300 Timo Sirainen If a forced syncing fails, it could be because of broken log file position. HEAD
Tue, 19 Jun 2007 15:20:13 +0300 Timo Sirainen Keep index->map always usable, never NULL. HEAD
Tue, 19 Jun 2007 15:05:16 +0300 Timo Sirainen Removed index->hdr. Use index->map->hdr instead. HEAD
Tue, 19 Jun 2007 14:56:33 +0300 Timo Sirainen s/view_sync_area_find/view_sync_is_hidden/ HEAD
Tue, 19 Jun 2007 14:25:30 +0300 Timo Sirainen If maildirsize file is being rewritten while we're trying to do that, HEAD
Mon, 18 Jun 2007 01:34:17 +0300 Timo Sirainen View's counters can no longer be unreliable or broken. HEAD
Mon, 18 Jun 2007 01:32:48 +0300 Timo Sirainen Removed more unneeded code. HEAD
Mon, 18 Jun 2007 01:18:20 +0300 Timo Sirainen Removed no-appends specific code that's unneeded now. HEAD
Mon, 18 Jun 2007 01:01:02 +0300 Timo Sirainen Give MAIL_INDEX_VIEW_SYNC_FLAG_NOEXPUNGES a non-zero value so it actually HEAD
Mon, 18 Jun 2007 00:52:48 +0300 Timo Sirainen Fixed last change HEAD
Mon, 18 Jun 2007 00:34:20 +0300 Timo Sirainen mail_index_view_sync_begin() can now sync only all or all but expunges. HEAD
Mon, 18 Jun 2007 00:29:00 +0300 Timo Sirainen Removed MAILBOX_SYNC_FLAG_NO_NEWMAIL handling. HEAD
Mon, 18 Jun 2007 00:28:07 +0300 Timo Sirainen Handle delay-newmail workaround completely in the IMAP code. HEAD
Sun, 17 Jun 2007 22:08:50 +0300 Timo Sirainen Even if mailbox sync fails, commit the transaction so that cache file gets HEAD
Sun, 17 Jun 2007 22:01:16 +0300 Timo Sirainen Always commit FETCH transaction to make sure cached data is committed. HEAD
Sun, 17 Jun 2007 18:13:19 +0300 Timo Sirainen We didn't update last_output timestamp with long fetches, causing Dovecot to HEAD
Sat, 16 Jun 2007 04:02:20 +0300 Timo Sirainen Added support for SHA256. Based on patch by Jasper Slits. HEAD
Sat, 16 Jun 2007 03:45:09 +0300 Timo Sirainen SMD5 scheme was broken, it was using SHA1 constants. HEAD
Sat, 16 Jun 2007 01:38:33 +0300 Timo Sirainen Added missing error logging for i_stream_read() HEAD
Sat, 16 Jun 2007 01:10:44 +0300 Timo Sirainen Don't update log_file_tail_offset in header until syncing is finished. HEAD
Sat, 16 Jun 2007 01:09:26 +0300 Timo Sirainen Do a bit better job with fscking. HEAD
Sat, 16 Jun 2007 01:02:57 +0300 Timo Sirainen Moved mail_index_write() to its own file. HEAD
Sat, 16 Jun 2007 00:50:16 +0300 Timo Sirainen Don't mark the transaction log corrupted if some record inside it was HEAD
Sat, 16 Jun 2007 00:28:30 +0300 Timo Sirainen Updated to use the new head/tail headers HEAD
Sat, 16 Jun 2007 00:18:27 +0300 Timo Sirainen Don't update cache record links if we know it's already been done. HEAD
Fri, 15 Jun 2007 23:52:47 +0300 Timo Sirainen int/ext/mailbox sync offset changes: Combined mailbox and int offsets to HEAD
Fri, 15 Jun 2007 23:49:52 +0300 Timo Sirainen Crashfix if cache is unusable. HEAD
Fri, 15 Jun 2007 23:13:56 +0300 Timo Sirainen Removed syncs_done array. Instead track appends and expunges separately. HEAD
Fri, 15 Jun 2007 20:53:18 +0300 Timo Sirainen Removed unused/unneeded code. HEAD
Fri, 15 Jun 2007 19:26:01 +0300 Timo Sirainen Handle cache sync updates without breaking, although in a bit non-optimal HEAD
Fri, 15 Jun 2007 19:25:20 +0300 Timo Sirainen Assert-crashfixes to handling non-external expunges (broken by last changes) HEAD
Fri, 15 Jun 2007 18:09:09 +0300 Timo Sirainen Treat non-external expunges as requests for expunging messages. If it's HEAD
Thu, 14 Jun 2007 21:52:08 +0300 Timo Sirainen Treat unknown errors as temporary errors. HEAD
Thu, 14 Jun 2007 15:01:09 +0300 Timo Sirainen Preserve mbox files' atime when saving/syncing. HEAD
Thu, 14 Jun 2007 14:53:47 +0300 Timo Sirainen When saving a message to maildir without dovecot-uidlist file, give the HEAD
Thu, 14 Jun 2007 05:31:04 +0300 Timo Sirainen When trying to use mbox file as the root directory, give a nice error. HEAD
Thu, 14 Jun 2007 05:06:35 +0300 Timo Sirainen Log an error if cache offset is tried to be updated with itself. HEAD
Thu, 14 Jun 2007 04:57:22 +0300 Timo Sirainen Code cleanup / optimization HEAD
Thu, 14 Jun 2007 04:40:34 +0300 Timo Sirainen Changed mail_cache_foreach() to be an iterator: mail_cache_lookup_iter_*() HEAD
Thu, 14 Jun 2007 04:05:13 +0300 Timo Sirainen s/field/field_idx/ HEAD
Thu, 14 Jun 2007 03:20:18 +0300 Timo Sirainen Cache code cleanups HEAD
Thu, 14 Jun 2007 03:05:51 +0300 Timo Sirainen Declare a global uint32_t array type. HEAD
Thu, 14 Jun 2007 02:15:57 +0300 Timo Sirainen Make sure cache file is opened when looking up headers. HEAD
Thu, 14 Jun 2007 02:11:17 +0300 Timo Sirainen Cache decisions weren't updated when doing header lookups. HEAD
Thu, 14 Jun 2007 01:43:50 +0300 Timo Sirainen Header lookup from cache could have returned garbage after headers in very HEAD
Wed, 13 Jun 2007 23:28:23 +0300 Timo Sirainen Update day headers while committing appends. HEAD
Wed, 13 Jun 2007 23:00:58 +0300 Timo Sirainen Removed sync_mask parameter from mail_transaction_log_view_set(). The user HEAD
Wed, 13 Jun 2007 22:57:25 +0300 Timo Sirainen Compiler warning fixes HEAD
Wed, 13 Jun 2007 22:21:47 +0300 Timo Sirainen Fix for last change HEAD
Wed, 13 Jun 2007 22:15:06 +0300 Timo Sirainen Removed mail-transaction-util.[ch]. They're no longer needed. HEAD
Wed, 13 Jun 2007 22:13:51 +0300 Timo Sirainen Don't bother checking record sizes here. They're already checked elsewhere, HEAD
Wed, 13 Jun 2007 22:11:43 +0300 Timo Sirainen Don't assume that transaction record type is a bitmask in the transaction HEAD
Wed, 13 Jun 2007 21:51:15 +0300 Timo Sirainen Changed mail_index_view_sync_begin() to take enum mail_index_view_sync_type. HEAD
Wed, 13 Jun 2007 21:35:14 +0300 Timo Sirainen Added more corruption detection code. HEAD
Wed, 13 Jun 2007 21:34:16 +0300 Timo Sirainen Variable name cleanup HEAD
Wed, 13 Jun 2007 21:10:20 +0300 Timo Sirainen Minor variable name cleanup HEAD
Wed, 13 Jun 2007 21:07:35 +0300 Timo Sirainen Moved duplicated log record validation code to a single place. HEAD
Wed, 13 Jun 2007 20:11:03 +0300 Timo Sirainen Broken UID ranges weren't checked early enough. HEAD
Wed, 13 Jun 2007 19:49:51 +0300 Timo Sirainen Fixes to mail_transaction_log_file_map() error handling. HEAD
Wed, 13 Jun 2007 19:49:06 +0300 Timo Sirainen Handle mail_transaction_log_file_map() == 0 failures. HEAD
Wed, 13 Jun 2007 19:45:29 +0300 Timo Sirainen mail_transaction_log_move_to_memory() can't fail anymore. Moved the code to HEAD
Wed, 13 Jun 2007 03:48:32 +0300 Timo Sirainen Updated passwd/shadow comments. HEAD
Wed, 13 Jun 2007 01:44:03 +0300 Timo Sirainen Updated HEAD
Wed, 13 Jun 2007 01:26:34 +0300 Timo Sirainen Point to disable_plaintext_auth in auth mechanisms comment. HEAD
Tue, 12 Jun 2007 21:21:59 +0300 Timo Sirainen If save failed, log also the reason for it. HEAD
Tue, 12 Jun 2007 20:15:00 +0300 Timo Sirainen nfs check: If namespaces are defined, use the first one's location instead HEAD
Tue, 12 Jun 2007 20:06:51 +0300 Timo Sirainen If new/ directory is lost when syncing, assume the mailbox was deleted and HEAD
Tue, 12 Jun 2007 19:55:36 +0300 Timo Sirainen mail_location mbox comment update. HEAD
Tue, 12 Jun 2007 19:46:53 +0300 Timo Sirainen Master and client sockets have default paths now. Section name only needs to HEAD
Tue, 12 Jun 2007 19:17:24 +0300 Timo Sirainen Added quota_template parameter to userdb vpopmail. HEAD
Tue, 12 Jun 2007 18:54:23 +0300 Timo Sirainen Allow backend-specific quota rules with backend=<string>. HEAD
Tue, 12 Jun 2007 18:39:49 +0300 Timo Sirainen Give an error if quota rule is missing ':'. HEAD
Tue, 12 Jun 2007 18:36:31 +0300 Timo Sirainen Allow bytes=n in quota rule definitions. HEAD
Tue, 12 Jun 2007 18:06:38 +0300 Timo Sirainen Fixed comments. HEAD
Tue, 12 Jun 2007 18:03:37 +0300 Timo Sirainen If utc_mktime() fails, it doesn't mean that the IMAP date was invalid. HEAD
Tue, 12 Jun 2007 17:12:42 +0300 Timo Sirainen Added padding to struct mail_index_header so it's 64bit aligned with 32bit HEAD
Tue, 12 Jun 2007 17:11:30 +0300 Timo Sirainen Fix for %m handling HEAD
Tue, 12 Jun 2007 16:59:42 +0300 Timo Sirainen Don't crash if saving runs out of disk space while in the middle of moving HEAD
Tue, 12 Jun 2007 16:37:26 +0300 Timo Sirainen When using --log-error, log also a warning and an error. HEAD
Tue, 12 Jun 2007 14:54:04 +0300 Timo Sirainen Fix also ACL file stat() failing with EACCES. HEAD
Tue, 12 Jun 2007 02:01:28 +0300 Timo Sirainen If dovecot-acl file can't be opened because of permission problems, treat it HEAD
Mon, 11 Jun 2007 22:55:12 +0300 Timo Sirainen Compile fix for building without SSL. HEAD
Mon, 11 Jun 2007 22:40:44 +0300 Timo Sirainen If crypt() is in libc, don't link -lcrypt even if it's found. HEAD
Mon, 11 Jun 2007 22:40:04 +0300 Timo Sirainen Don't bother checking if cap_init() is in libc, it's always in libcap. HEAD
Mon, 11 Jun 2007 22:39:25 +0300 Timo Sirainen Simplify some checks with AC_SEARCH_LIBS() HEAD
Mon, 11 Jun 2007 14:50:10 +0300 Timo Sirainen Initial commit for major index file code cleanup. HEAD
Mon, 11 Jun 2007 06:28:07 +0300 Timo Sirainen Log an error if a message was expunged unexpectedly. HEAD
Mon, 11 Jun 2007 06:21:46 +0300 Timo Sirainen Moved mail transaction log file related code to its own file. HEAD
Mon, 11 Jun 2007 06:07:40 +0300 Timo Sirainen Moved mail index map related code to its own file. HEAD
Mon, 11 Jun 2007 05:06:46 +0300 Timo Sirainen Updated. HEAD
Mon, 11 Jun 2007 04:37:50 +0300 Timo Sirainen Fixed to work with the new unichar API HEAD
Mon, 11 Jun 2007 04:37:29 +0300 Timo Sirainen Rewrote some code and cleaned up the API HEAD
Mon, 11 Jun 2007 02:27:55 +0300 Timo Sirainen These files are MIT licensed nowadays. HEAD
Mon, 11 Jun 2007 02:21:30 +0300 Timo Sirainen Require C99 compatible vsnprintf(). Removed printf_string_upper_bound() and HEAD
Mon, 11 Jun 2007 02:16:59 +0300 Timo Sirainen Added buffer_get_pool() HEAD
Mon, 11 Jun 2007 01:25:04 +0300 Timo Sirainen Renamed printf_string_fix_format() to printf_format_fix() and moved it to HEAD
Mon, 11 Jun 2007 01:00:56 +0300 Timo Sirainen Use printf_string_fix_format() instead of printf_string_upper_bound() to HEAD
Mon, 11 Jun 2007 01:00:07 +0300 Timo Sirainen printf_string_fix_format() now panics if %n modifier is found. HEAD
Sun, 10 Jun 2007 22:54:47 +0300 Timo Sirainen Compile fix HEAD
Sun, 10 Jun 2007 22:47:08 +0300 Timo Sirainen Removed some asserts that check if parameter is NULL. We can't check for all HEAD
Sun, 10 Jun 2007 22:39:48 +0300 Timo Sirainen Removed useless getnameinfo() call from net_gethostbyname() HEAD
Sun, 10 Jun 2007 22:21:58 +0300 Timo Sirainen If getnameinfo() fails, use gai_strerror() as well to return the error HEAD
Mon, 04 Jun 2007 14:50:50 +0300 Timo Sirainen Added missing __attr_*__ macros for non-GCC compilers. HEAD
Sun, 03 Jun 2007 17:59:55 +0300 Timo Sirainen Check idle timeouts only when there are clients connected. HEAD
Wed, 30 May 2007 17:04:50 +0300 Timo Sirainen compile fix for last change HEAD
Wed, 30 May 2007 16:59:41 +0300 Timo Sirainen Use more corking HEAD
Wed, 30 May 2007 15:19:20 +0300 Timo Sirainen Deleting symlinked maildirs didn't work. HEAD
Tue, 29 May 2007 20:04:22 +0300 Timo Sirainen If we're using posix_fallocate(), make it allocate only from EOF to where we HEAD
Tue, 29 May 2007 00:22:56 +0300 Timo Sirainen Better implementation for mail_index_uint32_to_offset() and HEAD