log

age author description
Wed, 28 Nov 2007 08:56:51 +0200 Timo Sirainen Assert-crash if there are mails belonging to a transaction while it's being HEAD
Wed, 28 Nov 2007 08:11:18 +0200 Timo Sirainen Don't get message's header and body sizes separately if we really only need HEAD
Wed, 28 Nov 2007 08:10:18 +0200 Timo Sirainen mail_get_stream(): If we have virtual size cached, we don't have to read the HEAD
Tue, 27 Nov 2007 11:36:11 +0200 Timo Sirainen If auth_bind=no, ignore auth_bind_userdn setting instead of having it turn HEAD
Tue, 27 Nov 2007 05:27:31 +0200 Timo Sirainen Create a separate libdict_backend.a library with sql/db backends and link it HEAD
Mon, 26 Nov 2007 20:19:19 +0200 Timo Sirainen unlikely() and likely() were broken with non-gcc. HEAD
Mon, 26 Nov 2007 12:18:25 +0200 Timo Sirainen Added tag 1.1.beta9 for changeset 4b768f8b4034 HEAD
Mon, 26 Nov 2007 12:18:21 +0200 Timo Sirainen Released v1.1.beta9. HEAD 1.1.beta9
Mon, 26 Nov 2007 12:15:57 +0200 Timo Sirainen Delayed NFS attribute cache flushing had some bug, so removed it for now. HEAD
Mon, 26 Nov 2007 12:09:05 +0200 Timo Sirainen Don't try to rmdir() the file to flush its file handle with FreeBSD. HEAD
Sun, 25 Nov 2007 15:47:36 +0200 Timo Sirainen NFS cache flushing updates. HEAD
Sun, 25 Nov 2007 15:05:31 +0200 Timo Sirainen If client tries to use unknown list-extended options, fail with BAD. HEAD
Sun, 25 Nov 2007 03:15:07 +0200 Timo Sirainen Added "password_noscheme" field which assumes the password is in the default HEAD
Sun, 25 Nov 2007 03:09:20 +0200 Timo Sirainen When saving password, add scheme prefix also if password begins with { but HEAD
Sat, 24 Nov 2007 15:21:38 +0200 Timo Sirainen o_stream_sendv(): If we're trying to send 0 bytes, just return 0 HEAD
Sat, 24 Nov 2007 13:54:46 +0200 Timo Sirainen seq_range_array_remove_range(): Don't break if seq2 is -1U. HEAD
Sat, 24 Nov 2007 06:59:08 +0200 Timo Sirainen Handle write failures with files better. HEAD
Sat, 24 Nov 2007 06:51:27 +0200 Timo Sirainen Added last_failed_errno to ostream to make error handling easier with files. HEAD
Sat, 24 Nov 2007 06:43:49 +0200 Timo Sirainen Moved stream_errno clearing to common functions in ostream.c. HEAD
Sat, 24 Nov 2007 06:40:09 +0200 Timo Sirainen Assert: With files o_stream_send*() must either write everything or return HEAD
Fri, 23 Nov 2007 12:35:48 +0200 Timo Sirainen Removed broken check for empty lines in maildirsize, which could have caused HEAD
Fri, 23 Nov 2007 12:19:49 +0200 Timo Sirainen Don't add virtual size to uidlist if it's already in filename. HEAD
Fri, 23 Nov 2007 12:18:08 +0200 Timo Sirainen Don't try to set virtual size to uidlist for newly saved mails. They already HEAD
Fri, 23 Nov 2007 12:15:32 +0200 Timo Sirainen POP3 state checking wasn't done right. HEAD
Fri, 23 Nov 2007 12:10:17 +0200 Timo Sirainen Free mail structure before transaction is committed, so that it can update HEAD
Thu, 22 Nov 2007 09:36:57 +0200 Timo Sirainen Cleanups/rewrites to how/when date/size caching is done. HEAD
Thu, 22 Nov 2007 07:56:38 +0200 Timo Sirainen mail_cache_field_want_add(): Return TRUE for temp fields only if we're HEAD
Thu, 22 Nov 2007 07:46:25 +0200 Timo Sirainen Don't cache all headers just because they're listed in cache file. First HEAD
Thu, 22 Nov 2007 06:32:59 +0200 Timo Sirainen Removed wrong assert HEAD
Wed, 21 Nov 2007 13:24:29 +0200 Timo Sirainen mail_get_headers() returned bad data when headers were already cached. HEAD
Tue, 20 Nov 2007 22:36:34 +0200 Timo Sirainen Link with iconv and random libraries if needed. HEAD
Tue, 20 Nov 2007 04:56:00 +0200 Timo Sirainen Create unicodemap.c to $(srcdir). HEAD
Sun, 18 Nov 2007 21:44:22 +0200 Timo Sirainen Compile fix for last changes. HEAD
Sun, 18 Nov 2007 20:14:00 +0200 Timo Sirainen Disable processing input while it's not expected, otherwise we could get HEAD
Sun, 18 Nov 2007 11:18:45 +0200 Timo Sirainen If we can't delete the index or control directory, give a nice error message HEAD
Sun, 18 Nov 2007 10:56:21 +0200 Timo Sirainen Charset translation fixes HEAD
Sun, 18 Nov 2007 10:16:48 +0200 Timo Sirainen When we create the initial cache file or recreate a broken one, write the HEAD
Sun, 18 Nov 2007 09:59:52 +0200 Timo Sirainen If cache file's file_seq appears to be broken, handle it by compressing the HEAD
Sun, 18 Nov 2007 08:40:59 +0200 Timo Sirainen NFS cache flushing APIs changed and backend implements it a bit differently. HEAD
Sun, 18 Nov 2007 08:01:54 +0200 Timo Sirainen nfs_safe_link() was used wrong HEAD
Sun, 18 Nov 2007 01:45:29 +0200 Timo Sirainen Don't bother flushing attribute cache if we just fcntl locked the file. HEAD
Sat, 17 Nov 2007 08:14:31 +0200 Timo Sirainen Don't check if pointer is NULL before passing it to free(). ANSI-C requires HEAD
Sat, 17 Nov 2007 08:13:03 +0200 Timo Sirainen Use likely() and unlikely() macros to make commonly checked error handling HEAD
Sat, 17 Nov 2007 02:07:40 +0200 Timo Sirainen If control directory doesn't exist when trying to create subscriptions file, HEAD
Fri, 16 Nov 2007 23:55:31 +0200 Timo Sirainen Update cache->st_ino and st_dev after compressing. HEAD
Fri, 16 Nov 2007 20:19:40 +0200 Timo Sirainen When reading an index file created by v1.0, make sure we update the header HEAD
Fri, 16 Nov 2007 20:11:05 +0200 Timo Sirainen If errors were found while syncing, fsck the index at the end to make sure HEAD
Fri, 16 Nov 2007 10:41:34 +0200 Timo Sirainen FreeBSD and Solaris supports flushing attribute cache with chown(uid=-1, HEAD
Fri, 16 Nov 2007 08:10:17 +0200 Timo Sirainen nfs_flush_attr_cache() doesn't take flush_dir paramter anymore. Instead the HEAD
Fri, 16 Nov 2007 05:20:48 +0200 Timo Sirainen Don't disable inotify when seeing ESTALE errors. HEAD
Fri, 16 Nov 2007 05:20:31 +0200 Timo Sirainen Ignore ESTALE errors. HEAD
Fri, 16 Nov 2007 05:11:42 +0200 Timo Sirainen FreeBSD: Flush directory attribute caches by rmdir()ing it. HEAD
Fri, 16 Nov 2007 04:45:53 +0200 Timo Sirainen Fixed cache file's NFS attribute cache flushing. HEAD
Fri, 16 Nov 2007 04:25:12 +0200 Timo Sirainen Removed warning about this being unstable branch. HEAD
Fri, 16 Nov 2007 03:50:15 +0200 Timo Sirainen nfs_safe_link(): Support linking files without original link count=1. Use it HEAD
Thu, 15 Nov 2007 16:27:53 +0200 Timo Sirainen Use nfs_safe_link() instead of link(). HEAD
Thu, 15 Nov 2007 16:27:41 +0200 Timo Sirainen Added nfs_safe_link(). HEAD
Thu, 15 Nov 2007 15:01:27 +0200 Timo Sirainen If MAIL_INDEX_SYNC_FLAG_REQUIRE_CHANGES is set, check if there's anything to HEAD
Thu, 15 Nov 2007 14:45:27 +0200 Timo Sirainen Added MAIL_INDEX_SYNC_FLAG_REQUIRE_CHANGES flag and changed HEAD
Thu, 15 Nov 2007 14:18:03 +0200 Timo Sirainen Don't flush attribute cache twice after locking transaction log. HEAD