log

age author description
Mon, 13 Aug 2007 16:18:08 +0300 Timo Sirainen Disable mailbox list indexing by default for now. HEAD
Mon, 13 Aug 2007 16:08:30 +0300 Timo Sirainen If mail_nfs_index=yes, give an error if mmap_disable=no / fsync_disable=yes. HEAD
Sun, 12 Aug 2007 19:41:55 +0300 Timo Sirainen Removed unused debug code. HEAD
Sun, 12 Aug 2007 19:40:54 +0300 Timo Sirainen mail_*() APIs changed to return int and return the actual data as pointer. HEAD
Sun, 12 Aug 2007 18:16:40 +0300 Timo Sirainen mail_index_view_sync_next() and mailbox_sync_next() returns now bool. HEAD
Sun, 12 Aug 2007 18:07:22 +0300 Timo Sirainen mail_index_sync_next() can't fail anymore. HEAD
Sun, 12 Aug 2007 18:02:29 +0300 Timo Sirainen mail_index_lookup*() can't fail anymore. Changed several APIs not to return HEAD
Sun, 12 Aug 2007 16:50:47 +0300 Timo Sirainen Don't store data->rec. It may not stay usable. HEAD
Sun, 12 Aug 2007 16:43:05 +0300 Timo Sirainen Removed explicit locking from views and maps. They were already locked all HEAD
Sun, 12 Aug 2007 16:34:37 +0300 Timo Sirainen More transaction_commit() compile fixes. HEAD
Sun, 12 Aug 2007 16:33:38 +0300 Timo Sirainen Reverted last change and now the real compile fix.. HEAD
Sun, 12 Aug 2007 16:32:18 +0300 Timo Sirainen Compile fix HEAD
Sun, 12 Aug 2007 16:31:12 +0300 Timo Sirainen Compile fix HEAD
Sun, 12 Aug 2007 16:29:44 +0300 Timo Sirainen Compile fix HEAD
Sun, 12 Aug 2007 16:28:36 +0300 Timo Sirainen Removed rights checking from mailbox_get_status(). The rights were already HEAD
Sun, 12 Aug 2007 15:30:04 +0300 Timo Sirainen Updated mail_index_sync_begin() comments. HEAD
Sun, 12 Aug 2007 15:10:35 +0300 Timo Sirainen mailbox_transaction_commit_get_uids() now returns also UIDVALIDITY. It's the HEAD
Sun, 12 Aug 2007 15:05:13 +0300 Timo Sirainen Crashfix at startup HEAD
Sat, 11 Aug 2007 14:35:36 +0300 Timo Sirainen Cache received date, sent date, save date and physical size when saving HEAD
Sat, 11 Aug 2007 14:27:40 +0300 Timo Sirainen Forgot to add. HEAD
Fri, 10 Aug 2007 16:11:21 +0300 Timo Sirainen Don't break flag counters when appending to shared record maps. HEAD
Fri, 10 Aug 2007 15:27:04 +0300 Timo Sirainen mail_index_ext_get_reset_id() takes now map parameters. Fixed it to work HEAD
Fri, 10 Aug 2007 14:58:52 +0300 Timo Sirainen Failure handling fix. HEAD
Fri, 10 Aug 2007 14:53:51 +0300 Timo Sirainen If mailbox has transactions open while it's tried to be closed, die here HEAD
Fri, 10 Aug 2007 14:41:55 +0300 Timo Sirainen Updated --with-gssapi help string to include yes|plugin. HEAD
Fri, 10 Aug 2007 14:39:00 +0300 Timo Sirainen If received date or physical size fetching fails because mail was expunged, HEAD
Fri, 10 Aug 2007 14:30:03 +0300 Timo Sirainen If FETCH failed internally, we could have sent broken output (")" lines). HEAD
Thu, 09 Aug 2007 22:25:14 +0300 Timo Sirainen Split mailbox_list_init() to _alloc() and _init(). _init() is called only HEAD
Thu, 09 Aug 2007 22:09:00 +0300 Timo Sirainen Assert fix HEAD
Thu, 09 Aug 2007 21:26:02 +0300 Timo Sirainen If we do multiple writev() calls and the last one fails, we shouldn't treat HEAD
Thu, 09 Aug 2007 21:03:20 +0300 Timo Sirainen If both source and destination storage had the same separator, we changed HEAD
Thu, 09 Aug 2007 20:47:12 +0300 Timo Sirainen Memory leak fixes HEAD
Thu, 09 Aug 2007 20:38:17 +0300 Timo Sirainen Timeout queued queries after a while if we can't connect to server. HEAD
Thu, 09 Aug 2007 20:00:42 +0300 Timo Sirainen If we expunged the first message but there were no other changes, we might HEAD
Thu, 09 Aug 2007 19:27:57 +0300 Timo Sirainen Crashfixes HEAD
Thu, 09 Aug 2007 19:03:18 +0300 Timo Sirainen Added MAILBOX_LIST_FLAG_MAILBOX_FILES flag. If it's set and INBOX path is HEAD
Thu, 09 Aug 2007 18:50:56 +0300 Timo Sirainen Removed default_mail_env backwards compatibility setting. HEAD
Thu, 09 Aug 2007 17:17:19 +0300 Timo Sirainen userdb passwd supports now adding key=value fields to args. They can HEAD
Thu, 09 Aug 2007 16:58:07 +0300 Timo Sirainen Minor cleanup HEAD
Thu, 09 Aug 2007 16:29:00 +0300 Timo Sirainen Updated "Maximum number of connections from user+IP exceeded" error message. HEAD
Thu, 09 Aug 2007 15:05:12 +0300 Timo Sirainen Don't crash if blocking passdb doesn't support credential lookups. HEAD
Thu, 09 Aug 2007 14:48:10 +0300 Timo Sirainen Crashfix for failed GSSAPI requests. HEAD
Thu, 09 Aug 2007 14:34:41 +0300 Timo Sirainen Store cache_key via auth_cache_parse_key() which adds TABs between the HEAD
Thu, 09 Aug 2007 13:39:08 +0300 Timo Sirainen Solaris: Ignore also other errors (EINTR?) if some data was sent. HEAD
Thu, 09 Aug 2007 13:36:32 +0300 Timo Sirainen Solaris: We didn't handle EAGAIN correctly. HEAD
Wed, 08 Aug 2007 17:14:30 +0300 Timo Sirainen AUTHENTICATE "" command should return BAD instead of silence. HEAD
Wed, 08 Aug 2007 15:49:12 +0300 Timo Sirainen Fixed to use hook_mail_namespaces_created so we work also with pop3. HEAD
Wed, 08 Aug 2007 15:48:18 +0300 Timo Sirainen Added hook_mail_namespaces_created. HEAD
Wed, 08 Aug 2007 15:26:45 +0300 Timo Sirainen deliver didn't ignore TABs the same way spaces were ignored. HEAD
Tue, 07 Aug 2007 15:33:10 +0300 Timo Sirainen One more pid fix. HEAD
Tue, 07 Aug 2007 15:17:28 +0300 Timo Sirainen Added tag 1.1.alpha2 for changeset 8d4fa6f0b7e6 HEAD
Tue, 07 Aug 2007 15:17:14 +0300 Timo Sirainen Released v1.1.alpha2. HEAD 1.1.alpha2
Tue, 07 Aug 2007 15:16:49 +0300 Timo Sirainen Removed DISTFILES which caused sources not to be included in tarball. HEAD
Tue, 07 Aug 2007 15:09:26 +0300 Timo Sirainen waitpid() fix HEAD
Tue, 07 Aug 2007 14:54:55 +0300 Timo Sirainen Moved back to non-indexed THREAD code. It'll be fixed after v1.1. Also HEAD
Tue, 07 Aug 2007 14:47:26 +0300 Timo Sirainen Removed bad comment. HEAD
Tue, 07 Aug 2007 14:47:07 +0300 Timo Sirainen And mark pid=-1 so restarting really works. HEAD
Tue, 07 Aug 2007 14:45:50 +0300 Timo Sirainen waitpid() ntlm_auth workers so they won't be left as zombies. HEAD
Tue, 07 Aug 2007 14:38:13 +0300 Timo Sirainen Assert-crashfix. HEAD
Tue, 07 Aug 2007 14:35:34 +0300 Timo Sirainen Recent flag handling fix. HEAD