log

age author description
Sun, 26 Jul 2009 19:51:37 -0400 Timo Sirainen virtual: If another session adds a new mailbox to index, handle it without crashing. HEAD
Sun, 26 Jul 2009 19:39:35 -0400 Timo Sirainen virtual: Minor code cleanup. HEAD
Sun, 26 Jul 2009 18:13:41 -0400 Timo Sirainen message-decoder: Fixed assert-crashes caused by the previous quoted-printable change. HEAD
Sun, 26 Jul 2009 18:00:44 -0400 Timo Sirainen pam: Fixed compiler warning with BSDs. HEAD
Sun, 26 Jul 2009 16:32:22 -0400 Timo Sirainen Split quoted-printable parsing to q-p body parsing and "Q" header parsing. HEAD
Sun, 26 Jul 2009 16:06:20 -0400 Timo Sirainen imap/pop3: Compiling fix. HEAD
Sun, 26 Jul 2009 16:02:47 -0400 Timo Sirainen test-mbox-from: Compile fix. HEAD
Sun, 26 Jul 2009 15:33:09 -0400 Timo Sirainen Maildir LAYOUT=fs: Default INBOX path to Maildir root. HEAD
Sun, 26 Jul 2009 15:03:30 -0400 Timo Sirainen acl: Support spaces in user/group identifiers. HEAD
Sun, 26 Jul 2009 14:37:13 -0400 Timo Sirainen master: Handle better chdir()ing to home dir. HEAD
Sun, 26 Jul 2009 14:17:30 -0400 Timo Sirainen configure: Check sasl.h existence only when using --with-ldap. HEAD
Sun, 26 Jul 2009 14:12:15 -0400 Timo Sirainen configure: Use -lrt for clock_gettime() if necessary. HEAD
Sun, 26 Jul 2009 02:16:45 -0400 Timo Sirainen configure: Support finding PostgreSQL without pg_config after all. HEAD
Fri, 24 Jul 2009 20:59:49 -0400 Timo Sirainen If imap/pop3 service is tried to be started without being auth_dest_service, log better error. HEAD
Fri, 24 Jul 2009 16:57:17 -0400 Timo Sirainen mail_location setting wasn't used if namespaces weren't defined. HEAD
Fri, 24 Jul 2009 15:58:08 -0400 Timo Sirainen imap delete: Use mailbox_backends_equal() for finding if we're deleting selected mailbox. HEAD
Fri, 24 Jul 2009 15:56:21 -0400 Timo Sirainen Added mailbox_backends_equal(). HEAD
Fri, 24 Jul 2009 14:40:40 -0400 Timo Sirainen mailbox_transaction_commit_get_uids() changed to _get_changes() with more generic API. HEAD
Tue, 21 Jul 2009 17:14:41 -0400 Timo Sirainen lib-signals: Redesigned how delayed signals are handled. HEAD
Tue, 21 Jul 2009 15:18:49 -0400 Timo Sirainen utc_offset() was broken with year's first/last day if struct tm.tm_gmtoff didn't exist. HEAD
Tue, 21 Jul 2009 15:01:05 -0400 Timo Sirainen Transaction view: Fixed getting extension data from messages whose flags had changed. HEAD
Mon, 20 Jul 2009 14:35:43 -0400 Timo Sirainen shared mailboxes: If only %%n is specified in prefix, default to current user's domain. HEAD
Fri, 17 Jul 2009 20:11:05 -0400 Timo Sirainen dsync: Handle missing mail GUIDs. HEAD
Fri, 17 Jul 2009 20:09:22 -0400 Timo Sirainen mail_guid_128_is_empty() is now a public function. HEAD
Fri, 17 Jul 2009 20:02:31 -0400 Timo Sirainen dsync: Some fixes. HEAD
Fri, 17 Jul 2009 18:57:48 -0400 Timo Sirainen GSSAPI: Fixed memory leak on error conditions. HEAD
Fri, 17 Jul 2009 17:13:51 -0400 Timo Sirainen configure: Use pg_config for figuring out PostgreSQL include/libs paths. HEAD
Thu, 16 Jul 2009 18:12:30 -0400 Timo Sirainen dsync: Skip syncing mailboxes whose uidvalidity/uidnext/highest-modseq hasn't changed. HEAD
Wed, 15 Jul 2009 18:31:59 -0400 Timo Sirainen dsync: Use expunged messages' GUIDs to determine what to do with missing messages at end of mailbox. HEAD
Wed, 15 Jul 2009 18:29:58 -0400 Timo Sirainen Added missing test-hex-binary.c from earlier commit. HEAD