log

age author description
Thu, 06 Mar 2008 09:43:03 +0200 Timo Sirainen Added mailbox_transaction_get_mailbox() HEAD
Thu, 06 Mar 2008 09:42:16 +0200 Timo Sirainen imap_quote(): Don't crash if allocating from data stack pool. HEAD
Thu, 06 Mar 2008 02:08:44 +0200 Timo Sirainen Assert-crashfix when using a specific plugin combination. HEAD
Wed, 05 Mar 2008 03:53:39 +0200 Timo Sirainen dbox: Fixes to creating, deleting and renaming mailboxes when using alt HEAD
Wed, 05 Mar 2008 02:59:55 +0200 Timo Sirainen NFS checking checks now mail_nfs_index=yes instead of mmap_disable=yes. HEAD
Wed, 05 Mar 2008 02:54:33 +0200 Timo Sirainen Syncing supports now calling a callback after sync instead of just sending a HEAD
Wed, 05 Mar 2008 02:53:05 +0200 Timo Sirainen uncork stream only after syncing to avoid extra writes. HEAD
Wed, 05 Mar 2008 02:17:52 +0200 Timo Sirainen Fatals/panics logged by master weren't logged properly. HEAD
Wed, 05 Mar 2008 02:17:33 +0200 Timo Sirainen Prefix fatal/panic messages with syslog. HEAD
Wed, 05 Mar 2008 02:04:29 +0200 Timo Sirainen If mail parsing was aborted (mail saving was aborted), don't even try to HEAD
Wed, 05 Mar 2008 02:03:50 +0200 Timo Sirainen If stream is closed without stream_errno set, change it to ECONNRESET so if HEAD
Wed, 05 Mar 2008 02:03:10 +0200 Timo Sirainen If parent stream read() fails, update our stream_errno from the parent. HEAD
Wed, 05 Mar 2008 01:48:22 +0200 Timo Sirainen Call SSL_shutdown() HEAD
Wed, 05 Mar 2008 01:11:00 +0200 Timo Sirainen Fail with a clear error if both tls=yes and ldaps:// URI is used. HEAD
Wed, 05 Mar 2008 00:57:17 +0200 Timo Sirainen If sasl_bind=yes or tls=yes is used and ldap_version<3, fail with an error. HEAD
Wed, 05 Mar 2008 00:34:59 +0200 Timo Sirainen Ignore EACCES errors silently. HEAD
Tue, 04 Mar 2008 08:01:51 +0200 Timo Sirainen Added support for seeking forwards in the stream. HEAD
Tue, 04 Mar 2008 07:54:53 +0200 Timo Sirainen Replaced mail_extra_groups setting with mail_privileged_group and HEAD
Tue, 04 Mar 2008 07:54:41 +0200 Timo Sirainen file_dotlock_create(): Don't log an EACCES failures. HEAD
Tue, 04 Mar 2008 07:44:19 +0200 Timo Sirainen If mail_uid or mail_gid doesn't exist, log an error. HEAD
Tue, 04 Mar 2008 07:22:25 +0200 Timo Sirainen Fail if any parameters other than --test is given. HEAD
Tue, 04 Mar 2008 06:45:01 +0200 Timo Sirainen If save time is missing, use the file's ctime instead of current time. HEAD
Tue, 04 Mar 2008 06:36:07 +0200 Timo Sirainen Forgot to change expire time to be calculated as hours after debugging. HEAD
Tue, 04 Mar 2008 06:26:24 +0200 Timo Sirainen Added wildcard support to expire plugin. Added a new expire_altmove setting HEAD
Tue, 04 Mar 2008 06:24:44 +0200 Timo Sirainen Allow dovecot --exec-mail ext program arguments. HEAD
Tue, 04 Mar 2008 06:24:07 +0200 Timo Sirainen Make MAIL_INDEX_MAIL_FLAG_BACKEND visible to mail_get_flags() and allow it HEAD
Tue, 04 Mar 2008 06:23:45 +0200 Timo Sirainen If dbox file doesn't have sent date, return (and cache) current time. HEAD
Tue, 04 Mar 2008 04:07:32 +0200 Timo Sirainen MAIL_INDEX_MAIL_FLAG_BACKEND specifies if file should be in alt dir or HEAD
Tue, 04 Mar 2008 04:05:35 +0200 Timo Sirainen Added MAIL_INDEX_MAIL_FLAG_BACKEND flag that can be used for HEAD
Tue, 04 Mar 2008 03:47:57 +0200 Timo Sirainen Moved fdatasync_path() to a global function. HEAD
Mon, 03 Mar 2008 08:59:07 +0200 Timo Sirainen SEARCH NOT SUBJECT didn't work correctly. HEAD
Mon, 03 Mar 2008 07:20:38 +0200 Timo Sirainen DEBUG: Use t_buffer_alloc_last_full() before calling i_warning() to make HEAD
Mon, 03 Mar 2008 07:19:30 +0200 Timo Sirainen Added t_buffer_alloc_last_full(). HEAD
Mon, 03 Mar 2008 06:25:11 +0200 Timo Sirainen Added more tests to imap_match(). HEAD
Mon, 03 Mar 2008 06:20:36 +0200 Timo Sirainen LIST: Show \NoSelect status correctly. HEAD
Mon, 03 Mar 2008 06:13:22 +0200 Timo Sirainen Mailbox deletion fixes. HEAD
Mon, 03 Mar 2008 06:01:07 +0200 Timo Sirainen Mailbox listing fix. HEAD
Mon, 03 Mar 2008 02:54:46 +0200 Timo Sirainen Moved mbox From_-line handling to lib-mail, since it's also used by deliver. HEAD
Mon, 03 Mar 2008 02:38:55 +0200 Timo Sirainen mail_index_sync_have_any(): Refresh index to see if there are any new unseen HEAD
Mon, 03 Mar 2008 02:35:59 +0200 Timo Sirainen CLOSE: Synchronize the mailbox after expunging messages to actually get them HEAD
Sun, 02 Mar 2008 07:39:32 +0200 Timo Sirainen Fixed pass=yes with blocking passdbs. Also master_user wasn't exported HEAD
Sun, 02 Mar 2008 06:40:31 +0200 Timo Sirainen Ignore spaces and TABs at the end of ACL lines. HEAD
Sun, 02 Mar 2008 06:34:34 +0200 Timo Sirainen Don't try to flush NFS file handle cache for mbox files. HEAD
Sun, 02 Mar 2008 06:23:59 +0200 Timo Sirainen Copies were tracked using the source transaction instead of destination HEAD
Sun, 02 Mar 2008 06:09:38 +0200 Timo Sirainen imap_match(): "foo/bar/%" pattern matching to "foo/" should return CHILDREN HEAD
Sun, 02 Mar 2008 06:08:18 +0200 Timo Sirainen Added unit tests for imap_match() HEAD
Sun, 02 Mar 2008 02:50:00 +0200 Timo Sirainen Optimized cache record loop tracking. HEAD
Sat, 01 Mar 2008 00:15:34 +0200 Timo Sirainen Seek also non-seekable parent streams to current offset as long as we're not HEAD
Fri, 29 Feb 2008 11:21:11 +0200 Timo Sirainen Trying to user $USER environment didn't work before environment was already HEAD
Fri, 29 Feb 2008 11:15:05 +0200 Timo Sirainen If username lookup fails, return EX_USAGE instead of EX_TEMPFAIL because we HEAD
Fri, 29 Feb 2008 05:02:50 +0200 Timo Sirainen Implemented optimized seq_range_array_add_range(). HEAD
Fri, 29 Feb 2008 05:01:53 +0200 Timo Sirainen Use smaller test buffer sizes HEAD
Fri, 29 Feb 2008 04:23:58 +0200 Timo Sirainen Added randomized unit test for seq_range_array*() HEAD
Fri, 29 Feb 2008 03:36:07 +0200 Timo Sirainen array_clear() is now equivalent to buffer_clear(), use it. HEAD
Fri, 29 Feb 2008 03:34:05 +0200 Timo Sirainen Added unit testing for buffer_t. HEAD
Fri, 29 Feb 2008 03:33:27 +0200 Timo Sirainen buffer_reset(buf) and buffer_set_used_size(buf, 0) now do the same thing. HEAD
Fri, 29 Feb 2008 03:31:06 +0200 Timo Sirainen Fixed removing last item from priority queue. HEAD
Thu, 28 Feb 2008 06:29:43 +0200 Timo Sirainen If underlying stream doesn't support seeking, don't try to seek to original HEAD
Thu, 28 Feb 2008 06:28:54 +0200 Timo Sirainen Added support for seeking forwards in the stream. Also mark the stream as HEAD
Wed, 27 Feb 2008 21:54:04 +0200 Timo Sirainen Fixed dirty flag/keyword handling. HEAD
Tue, 26 Feb 2008 20:01:57 +0200 Timo Sirainen Base docdir to datadir instead of datarootdir which doesn't exist in old HEAD
Tue, 26 Feb 2008 19:56:05 +0200 Timo Sirainen Added support for autoconf versions older than 2.59c. HEAD
Tue, 26 Feb 2008 19:53:28 +0200 Timo Sirainen wiki docs weren't using docdir. HEAD
Tue, 26 Feb 2008 16:29:46 +0200 Timo Sirainen quota_rule=?:.. specifies the default quota limits to use when backend HEAD
Tue, 26 Feb 2008 16:21:05 +0200 Timo Sirainen Relative (%) limits in quota rules and warnings work now if the backend HEAD
Tue, 26 Feb 2008 15:11:34 +0200 Timo Sirainen Don't crash if ldap userdb lookup fails. HEAD
Mon, 25 Feb 2008 21:47:17 +0200 Timo Sirainen mailbox_notify_changes(): Don't trigger the timeout once a second to see if HEAD
Mon, 25 Feb 2008 21:38:58 +0200 Timo Sirainen Check and update sync_last_check in one common function. HEAD
Mon, 25 Feb 2008 21:37:45 +0200 Timo Sirainen And compile fix for last change. HEAD
Mon, 25 Feb 2008 21:27:39 +0200 Timo Sirainen array_clear() only truncates the array, growing its size later doesn't fill HEAD
Mon, 25 Feb 2008 21:22:05 +0200 Timo Sirainen LOGOUT command also closes mailbox, so mark it as such to fix command HEAD
Sun, 24 Feb 2008 02:48:46 +0200 Timo Sirainen Allow #comments in trash config HEAD
Thu, 21 Feb 2008 23:12:46 +0200 Timo Sirainen Added tag 1.1.rc1 for changeset 958e377fc1dc HEAD
Thu, 21 Feb 2008 23:12:40 +0200 Timo Sirainen Released v1.1.rc1. HEAD 1.1.rc1
Thu, 21 Feb 2008 22:52:38 +0200 Timo Sirainen SEARCH SUBJECT now changes LWSP to spaces to match ENVELOPE's subject field. HEAD
Thu, 21 Feb 2008 22:44:19 +0200 Timo Sirainen imap_quote*() with LWSP compression: Make sure TABs are always converted to HEAD
Thu, 21 Feb 2008 21:34:07 +0200 Timo Sirainen DEBUG: Buffer overflow checking caused false errors sometimes. HEAD
Thu, 21 Feb 2008 19:58:56 +0200 Timo Sirainen Header searches shouldn't include the header name or ":" in matching. HEAD
Thu, 21 Feb 2008 18:58:41 +0200 Timo Sirainen index_mail_get_date() didn't return timezone if date was already parsed. HEAD
Thu, 21 Feb 2008 18:18:08 +0200 Timo Sirainen More fixes to SEARCH BEFORE/ON/SINCE timezone handling. HEAD
Thu, 21 Feb 2008 15:57:48 +0200 Timo Sirainen Fixed proxy_maybe handling. HEAD
Thu, 21 Feb 2008 15:40:13 +0200 Timo Sirainen auth_debug: Hide passwords from "cache hit" log lines if HEAD
Thu, 21 Feb 2008 15:36:08 +0200 Timo Sirainen Blocking passdbs that returned some userdb_* fields returned also an extra HEAD
Thu, 21 Feb 2008 15:26:22 +0200 Timo Sirainen auth_debug: Show cache contents in "cache hit" lines. HEAD
Thu, 21 Feb 2008 15:18:31 +0200 Timo Sirainen [::] listens only for IPv6 addresses now. This gets rid of IPv4-mapped IPv6 HEAD
Thu, 21 Feb 2008 14:46:01 +0200 Timo Sirainen Fixed "uid_validity updated unexpectedly" errors when mbox file was being HEAD
Thu, 21 Feb 2008 13:43:17 +0200 Timo Sirainen Assert fix HEAD
Thu, 21 Feb 2008 13:06:50 +0200 Timo Sirainen Make sure we don't use a stale first_unwritten_pos to optimize HEAD
Wed, 20 Feb 2008 20:39:07 +0200 Timo Sirainen Don't crash if trying to deliver mail to mailbox outside all namespaces. HEAD
Wed, 20 Feb 2008 20:02:37 +0200 Timo Sirainen SEARCH BEFORE/ON/SINCE didn't handling timezones correctly. HEAD
Sun, 17 Feb 2008 22:23:50 +0200 Timo Sirainen Changed the default ioloop to "best". HEAD
Sun, 17 Feb 2008 15:14:46 +0200 Timo Sirainen fdatasync() the new/ and/or cur/ directory after mails are renamed. HEAD
Sun, 17 Feb 2008 14:38:18 +0200 Timo Sirainen Assert-crashfix if IDLE finishes immediately. HEAD
Sun, 17 Feb 2008 14:30:39 +0200 Timo Sirainen Fixed "Cached message offset lost" errors when quota plugin was used. HEAD
Sun, 17 Feb 2008 12:48:44 +0200 Timo Sirainen Fixed --enable-ipv6 HEAD
Sun, 17 Feb 2008 12:44:16 +0200 Timo Sirainen Typofixes HEAD
Sun, 17 Feb 2008 00:16:39 +0200 Timo Sirainen Don't crash if FTS backend initialization fails. HEAD
Sat, 16 Feb 2008 22:14:13 +0200 Timo Sirainen If __gss_userok() is found from -lgss, make sure we link with -lgss. HEAD
Sat, 16 Feb 2008 16:46:04 +0200 Timo Sirainen Added tag 1.1.beta16 for changeset 2aa39f1e3993 HEAD
Sat, 16 Feb 2008 16:45:58 +0200 Timo Sirainen Released v1.1.beta16. HEAD 1.1.beta16
Sat, 16 Feb 2008 16:29:19 +0200 Timo Sirainen Last commit broke mail_drop_priv_before_exec/mail_chroot conflict check. HEAD
Sat, 16 Feb 2008 16:27:11 +0200 Timo Sirainen mail_chroot no longer needs to be in valid_chroot_dirs. HEAD
Sat, 16 Feb 2008 16:24:20 +0200 Timo Sirainen Added a warning comment to mail_extra_groups. HEAD
Sat, 16 Feb 2008 16:17:17 +0200 Timo Sirainen Don't convert real separators to virtual separators. The mailbox listing HEAD
Sat, 16 Feb 2008 15:54:39 +0200 Timo Sirainen Updated HEAD
Sat, 16 Feb 2008 15:44:51 +0200 Timo Sirainen If stream ends unexpectedly, it was most likely because of a broken cached HEAD
Sat, 16 Feb 2008 15:43:51 +0200 Timo Sirainen When setting cache corrupted, make sure we don't write broken values to the HEAD
Sat, 16 Feb 2008 15:16:34 +0200 Timo Sirainen Memory leak fixes HEAD
Sat, 16 Feb 2008 14:22:47 +0200 Timo Sirainen Expunge fix HEAD
Sat, 16 Feb 2008 13:22:11 +0200 Timo Sirainen Fixed squat lookup. HEAD
Sat, 16 Feb 2008 13:21:35 +0200 Timo Sirainen Fixed handling expunges. HEAD
Fri, 15 Feb 2008 14:52:00 +0200 Timo Sirainen Check for "/./" chrooting in home dirs only if valid_chroot_dirs isn't empty. HEAD
Fri, 15 Feb 2008 14:04:06 +0200 Timo Sirainen squat_trie_lookup() for empty string returns now all UIDs from root node. HEAD
Fri, 15 Feb 2008 13:25:47 +0200 Timo Sirainen Memory leak fixes HEAD
Fri, 15 Feb 2008 13:23:18 +0200 Timo Sirainen Fixed bad memcpy() usage with memmove(). HEAD
Thu, 14 Feb 2008 22:43:28 +0200 Timo Sirainen Changed message_parser_deinit() to return -1 if the parser was using HEAD
Thu, 14 Feb 2008 22:40:23 +0200 Timo Sirainen message_search_more*() now returns bool instead of int. They can't fail. HEAD
Thu, 14 Feb 2008 22:34:39 +0200 Timo Sirainen Added mail_set_cache_corrupted() to rebuild the cache file and force HEAD
Thu, 14 Feb 2008 21:48:18 +0200 Timo Sirainen Crashfix for converting invalid input to UTF-8. HEAD
Wed, 13 Feb 2008 20:23:11 +0200 Timo Sirainen convert-tool returned inverted exit status. HEAD
Wed, 13 Feb 2008 20:08:11 +0200 Timo Sirainen Compile fix with some compilers HEAD
Wed, 13 Feb 2008 20:07:29 +0200 Timo Sirainen Compiler warning fix (wrong enums used, just happened to work) HEAD
Wed, 13 Feb 2008 20:04:39 +0200 Timo Sirainen Code cleanup for last commit HEAD
Wed, 13 Feb 2008 20:00:41 +0200 Timo Sirainen Log an error if uid_validity field is updated unexpectedly. If next_uid HEAD
Wed, 13 Feb 2008 18:06:03 +0200 Timo Sirainen Don't crash if there are no extensions. HEAD
Tue, 12 Feb 2008 12:34:35 +0200 Timo Sirainen Removed mailbox_list_index setting since it's always disabled. HEAD
Mon, 11 Feb 2008 21:47:08 +0200 Timo Sirainen Released v1.1.beta15. HEAD
Mon, 11 Feb 2008 23:52:09 +0200 Timo Sirainen Handle first_recent_uid=0 without crashing, even though it shouldn't happen.. HEAD
Mon, 11 Feb 2008 21:41:41 +0200 Timo Sirainen When dropping last_uid fields, finish the search before removing them. HEAD
Mon, 11 Feb 2008 20:47:45 +0200 Timo Sirainen If Dovecot master dies with a fatal failure, log the error message to a file HEAD
Mon, 11 Feb 2008 20:44:23 +0200 Timo Sirainen Default failure functions are now public. HEAD
Mon, 11 Feb 2008 20:44:00 +0200 Timo Sirainen If auth process dies too early, kill ourself with i_fatal() so the log HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Mon, 11 Feb 2008 19:58:43 +0200 Timo Sirainen Only the first value in a messageset was verified to be valid, the rest were HEAD
Mon, 11 Feb 2008 17:20:14 +0200 Timo Sirainen Make sure mmap_* variables are reset after munmap() so we don't try to HEAD
Mon, 11 Feb 2008 17:02:43 +0200 Timo Sirainen Assert crashfix HEAD
Sun, 10 Feb 2008 22:07:18 +0200 Timo Sirainen Each message has two UIDs stored (body and header), so build the expunge HEAD
Sun, 10 Feb 2008 21:54:57 +0200 Timo Sirainen More squat fixes. HEAD
Sat, 09 Feb 2008 15:11:24 +0200 Timo Sirainen Expunge fixes HEAD
Sat, 09 Feb 2008 14:34:30 +0200 Timo Sirainen Squat fixes HEAD
Sat, 09 Feb 2008 13:53:54 +0200 Timo Sirainen Squat fixes HEAD
Fri, 08 Feb 2008 08:46:08 +0200 Timo Sirainen Assert-crashfix when header line was longer than our input buffer and HEAD
Wed, 06 Feb 2008 19:02:25 +0200 Timo Sirainen If proxy fails to log in to the backend server, forward the error message HEAD
Tue, 05 Feb 2008 00:20:51 +0200 Timo Sirainen Fixed a potential hang after APPEND. HEAD
Mon, 04 Feb 2008 21:25:54 +0200 Timo Sirainen The header ending a message/rfc822 doesn't belong to its child MIME part. HEAD
Mon, 04 Feb 2008 19:12:46 +0200 Timo Sirainen If fcntl() or flock() fails, log the lock_type. HEAD
Mon, 04 Feb 2008 18:53:34 +0200 Timo Sirainen If SEARCH wasn't handled in one run, it may have hanged. HEAD
Mon, 04 Feb 2008 11:21:50 +0200 Timo Sirainen Local and remote ports weren't passed to dovecot-auth. HEAD
Sun, 03 Feb 2008 22:44:09 +0200 Timo Sirainen Initial code to support expunging from squat indexes, probably still buggy. HEAD
Sun, 03 Feb 2008 22:42:46 +0200 Timo Sirainen Fixed squat-test HEAD
Sun, 03 Feb 2008 22:41:51 +0200 Timo Sirainen If fts_backend.build_init() fails, don't mark backend as being built. HEAD
Sun, 03 Feb 2008 22:41:29 +0200 Timo Sirainen Keep struct mailbox pointer in struct fts_backend. HEAD
Sat, 02 Feb 2008 12:12:37 +0200 Timo Sirainen Added -b parameter which writes packet boundaries like <<<packet>>>. HEAD
Thu, 31 Jan 2008 21:50:03 +0200 Timo Sirainen If cache file's version/architecture/indexid changed, make sure the file HEAD
Thu, 31 Jan 2008 17:33:12 +0200 Timo Sirainen Use malloc attribute, __builtin_expect() and __builtin_types_compatible_p() HEAD
Thu, 31 Jan 2008 17:31:04 +0200 Timo Sirainen equilevant -> equivalent HEAD
Thu, 31 Jan 2008 17:06:18 +0200 Timo Sirainen auth_debug: If LDAP server returned no fields, log it. HEAD
Wed, 30 Jan 2008 18:41:37 +0200 Timo Sirainen Infinite looping fix. HEAD
Wed, 30 Jan 2008 18:41:23 +0200 Timo Sirainen Code cleanup HEAD
Wed, 30 Jan 2008 18:06:46 +0200 Timo Sirainen Removed cache prev_offset optimization for now. It could have caused cache HEAD
Sun, 27 Jan 2008 20:27:59 +0200 Timo Sirainen "Mailbox is in inconsistent state" -> "IMAP session state is inconsistent". HEAD
Sun, 27 Jan 2008 11:49:35 +0200 Timo Sirainen uidlist renumbering: changed iteration code to iterate children first. This HEAD
Sat, 26 Jan 2008 12:58:08 +0200 Timo Sirainen Removed docdir definition once more. We require autoconf 2.59c or later now. HEAD
Sat, 26 Jan 2008 12:31:31 +0200 Timo Sirainen When pipelining commands, delay synchronizations so that only one combined HEAD
Sat, 26 Jan 2008 10:47:03 +0200 Timo Sirainen Last change caused mail_get_physical_size() to assert-crash sometimes. HEAD
Fri, 25 Jan 2008 15:28:14 +0200 Timo Sirainen Store physical message sizes also to dovecot-uidlist if needed. HEAD
Fri, 25 Jan 2008 14:30:07 +0200 Timo Sirainen If any of the tls_* settings are used but support isn't compiled in, log a HEAD
Fri, 25 Jan 2008 14:25:11 +0200 Timo Sirainen Added support for OpenLDAP-specific TLS settings. HEAD
Fri, 25 Jan 2008 13:45:36 +0200 Timo Sirainen Don't fsync() saved mail if saving failed and we're going to unlink() it. HEAD
Fri, 25 Jan 2008 13:44:40 +0200 Timo Sirainen If mail saving fails, don't try to update cache file (only to have the HEAD
Fri, 25 Jan 2008 13:36:35 +0200 Timo Sirainen If EOF is triggered with keyboard (^D), make sure to return EOF for future HEAD
Tue, 22 Jan 2008 09:33:40 +0200 Timo Sirainen Treat replacement characters as non-indexed chars. HEAD
Tue, 22 Jan 2008 09:32:27 +0200 Timo Sirainen Fixed handling invalid charset input. Replace it with replacement character. HEAD
Tue, 22 Jan 2008 09:31:59 +0200 Timo Sirainen Replace invalid UTF8 input with a replacement character. HEAD
Tue, 22 Jan 2008 08:49:24 +0200 Timo Sirainen Fixed module registration. HEAD
Sun, 20 Jan 2008 20:00:41 +0200 Timo Sirainen posix_fallocate() needs to be tested with linking, not compiling HEAD
Sun, 20 Jan 2008 14:55:38 +0200 Timo Sirainen Added tag 1.1.beta14 for changeset 88de748a2f17 HEAD
Sun, 20 Jan 2008 14:55:34 +0200 Timo Sirainen Released v1.1.beta14. HEAD 1.1.beta14
Sun, 20 Jan 2008 14:53:57 +0200 Timo Sirainen updated HEAD
Sun, 20 Jan 2008 14:07:25 +0200 Timo Sirainen If base_dir is set, use it as the default auth-master socket directory. HEAD
Sun, 20 Jan 2008 14:05:26 +0200 Timo Sirainen Fixed assert-crash when forwarding messages. HEAD
Sun, 20 Jan 2008 13:46:23 +0200 Timo Sirainen Fixed quota warning handling. HEAD
Sun, 20 Jan 2008 13:46:13 +0200 Timo Sirainen Fix to maildirsize reading optimization. HEAD
Sun, 20 Jan 2008 09:42:01 +0200 Timo Sirainen If mail storage or mailbox can't be accessed because of EACCES, log an error HEAD
Sun, 20 Jan 2008 09:13:23 +0200 Timo Sirainen Don't crash if sync initialization fails. HEAD
Sun, 20 Jan 2008 08:54:57 +0200 Timo Sirainen Don't re-read maildirsize if it hasn't changed. HEAD
Sun, 20 Jan 2008 08:49:36 +0200 Timo Sirainen If quota limits weren't specified, they should have been taken from HEAD
Sat, 19 Jan 2008 09:14:50 +0200 Timo Sirainen Previous garbage fix was still incorrect. Fixed it and also changed HEAD
Sat, 19 Jan 2008 09:08:22 +0200 Timo Sirainen Extensions weren't copied in memory correctly, possibly causing garbage to HEAD
Sat, 19 Jan 2008 08:50:56 +0200 Timo Sirainen Optimization fix: We always read dovecot-uidlist from the beginning of the HEAD
Sat, 19 Jan 2008 08:29:05 +0200 Timo Sirainen Assert-crashfix. HEAD
Sat, 19 Jan 2008 08:07:11 +0200 Timo Sirainen Maildir: Don't crash if mailbox couldn't be opened. Patch by Richard Platel. HEAD
Wed, 16 Jan 2008 20:48:06 +0200 Timo Sirainen Log errors in dovecot-uidlist better. HEAD
Wed, 16 Jan 2008 18:41:02 +0200 Timo Sirainen If we see that Dovecot is already running, log the error as fatal instead of HEAD
Wed, 16 Jan 2008 18:24:09 +0200 Timo Sirainen Don't use posix_fallocate() with GLIBC versions older than 2.7. It probably HEAD
Tue, 15 Jan 2008 18:16:06 +0200 Timo Sirainen If extension record was tried to be updated for uid=0, log an error instead HEAD
Mon, 14 Jan 2008 07:17:28 +0200 Timo Sirainen Fixes HEAD
Mon, 14 Jan 2008 07:17:19 +0200 Timo Sirainen squat_trie_lookup(): Make sure we clear result arrays first. HEAD
Mon, 14 Jan 2008 06:52:53 +0200 Timo Sirainen Add only valid UTF-8 data to Squat index. HEAD
Mon, 14 Jan 2008 06:52:37 +0200 Timo Sirainen Don't use ioloop_time. Fixes squat-test which doesn't create ioloop. HEAD
Mon, 14 Jan 2008 06:52:18 +0200 Timo Sirainen Init header for newly created files. HEAD
Mon, 14 Jan 2008 06:44:38 +0200 Timo Sirainen uni_utf8_get_valid_data(): Check for invalid UTF-8 better. HEAD
Sat, 12 Jan 2008 11:47:12 +0200 Timo Sirainen Fixed nfs_flush_file_handle_cache() for Solaris when trying to flush the HEAD
Sat, 12 Jan 2008 11:35:47 +0200 Timo Sirainen nfs_flush_file_handle_cache_dir: If rmdir() fails with EACCES, the cache is HEAD
Sat, 12 Jan 2008 10:59:25 +0200 Timo Sirainen Another fix for io_loop_get_wait_time() HEAD
Sat, 12 Jan 2008 10:49:04 +0200 Timo Sirainen Ignore io_loop_get_wait_time() return value, we don't need it. HEAD
Sat, 12 Jan 2008 10:48:52 +0200 Timo Sirainen timeout_get_wait_time() may have returned negative seconds in timeval. Also HEAD
Sat, 12 Jan 2008 07:33:15 +0200 Timo Sirainen Use more robust command calling in output handler. HEAD
Sat, 12 Jan 2008 07:16:10 +0200 Timo Sirainen Use linked list macros for command queue. HEAD
Sat, 12 Jan 2008 06:56:16 +0200 Timo Sirainen Replaced waiting_ambiguity bitmask with a command state. HEAD
Sat, 12 Jan 2008 06:46:28 +0200 Timo Sirainen Added "command state" for running commands. Use it instead of some bitfields HEAD
Fri, 11 Jan 2008 07:07:09 +0200 Timo Sirainen Added quota_exceeded_message setting. HEAD
Fri, 11 Jan 2008 05:49:34 +0200 Timo Sirainen Fixed assert-crash when trying to open compressed maildir files. HEAD
Fri, 11 Jan 2008 05:27:46 +0200 Timo Sirainen Make sure tail offset gets updated when extension records are updated. HEAD
Fri, 11 Jan 2008 04:42:37 +0200 Timo Sirainen Fixed index reopen check to work more correctly when syncing view/head. HEAD
Fri, 11 Jan 2008 04:41:30 +0200 Timo Sirainen If mmap_disable=yes, don't reopen index file unless we really have to, HEAD
Thu, 10 Jan 2008 14:15:49 +0200 Timo Sirainen "Disconnected for inactivity in reading our output" happened after a command HEAD
Thu, 10 Jan 2008 05:11:09 +0200 Timo Sirainen Disallow RENAME box box/child. HEAD
Thu, 10 Jan 2008 04:41:38 +0200 Timo Sirainen Removed accidentally committed pointless assert. HEAD
Thu, 10 Jan 2008 04:30:10 +0200 Timo Sirainen Don't try to recreate dovecot-uidlist if we're not locked. HEAD
Thu, 10 Jan 2008 04:23:23 +0200 Timo Sirainen Link cache records together directly when writing the new records, instead HEAD
Mon, 07 Jan 2008 12:49:40 +0200 Timo Sirainen Added clients_init() and clients_deinit() back (for Managesieve). HEAD
Mon, 07 Jan 2008 12:42:18 +0200 Timo Sirainen If USER and HOME environments both exists, never do getpwuid() lookup. If HEAD
Mon, 07 Jan 2008 07:38:16 +0200 Timo Sirainen Changed assert to first check if dotlock had been overridden, and if so log HEAD
Mon, 07 Jan 2008 07:37:37 +0200 Timo Sirainen Added file_dotlock_is_locked(). HEAD
Mon, 07 Jan 2008 07:37:12 +0200 Timo Sirainen When converting sequence ranges to UID ranges, don't try to optimize the UID HEAD
Mon, 07 Jan 2008 07:34:08 +0200 Timo Sirainen Reverted fix for dropping expunged messages from flag updates. It's more HEAD
Sun, 06 Jan 2008 16:29:19 +0200 Timo Sirainen If IMAP_PARSE_FLAG_ATOM_ALLCHARS is enabled, allow also ')' characters in HEAD
Sun, 06 Jan 2008 11:59:21 +0200 Timo Sirainen If a message was expunged but is still visible in a view, its flags/keywords HEAD
Sun, 06 Jan 2008 11:24:04 +0200 Timo Sirainen Don't crash with 0 byte mails when saving/copying them and trying to add HEAD
Sun, 06 Jan 2008 11:04:07 +0200 Timo Sirainen When syncing a mailbox, sync the view internally first completely and just HEAD
Sun, 06 Jan 2008 11:00:44 +0200 Timo Sirainen Added unoptimized seq_range_array_add_range() HEAD
Sun, 06 Jan 2008 07:09:33 +0200 Timo Sirainen Reset idle timeout also in APPEND/IDLE. HEAD
Sun, 06 Jan 2008 06:09:34 +0200 Timo Sirainen Buffer writes to dovecot-uidlist instead of doing lots of small write()s. HEAD
Sun, 06 Jan 2008 05:16:32 +0200 Timo Sirainen Setting extra groups crashed. HEAD
Sun, 06 Jan 2008 03:17:20 +0200 Timo Sirainen If proxy user has a password and authentication fails, don't return the HEAD
Sun, 06 Jan 2008 03:13:20 +0200 Timo Sirainen Added "proxy_maybe" field. If it's used instead of "proxy" and the HEAD
Sun, 06 Jan 2008 03:11:02 +0200 Timo Sirainen Fixed assert-crash when login fails to proxied server. HEAD
Sun, 06 Jan 2008 02:19:29 +0200 Timo Sirainen Use linked list macros for handling clients linked list. HEAD
Sun, 06 Jan 2008 02:18:51 +0200 Timo Sirainen Replaced clients hash with a linked list. HEAD