log

age author description
Mon, 09 Nov 2009 13:42:34 -0500 Timo Sirainen lmtp: Read protocol=lmtp settings. HEAD
Mon, 09 Nov 2009 13:42:16 -0500 Timo Sirainen Added mail_storage_service_init_settings(). HEAD
Mon, 09 Nov 2009 13:41:38 -0500 Timo Sirainen lmtp: Link smtp-client.o explicitly so Sieve can use it. HEAD
Mon, 09 Nov 2009 13:26:38 -0500 Timo Sirainen config: Handle chained dependencies. HEAD
Sun, 08 Nov 2009 22:54:01 -0800 Jørgen P. Tjernø Make unicodemap.pl give correct return code when it fails to complete, so that make will stop processing. HEAD
Fri, 06 Nov 2009 17:48:40 -0500 Timo Sirainen Makefile: Updated *.conf files to be *.conf.ext HEAD
Fri, 06 Nov 2009 22:06:22 +0000 Pascal Volk example-config: Dropped ".ext" extension from dovecot.conf HEAD
Fri, 06 Nov 2009 17:45:24 -0500 Timo Sirainen maildir: Having a lot of keywords assert-crashed with "stack frame changed". HEAD
Fri, 06 Nov 2009 13:57:43 -0500 Timo Sirainen *-login: Use new anvil library to do async anvil lookups. HEAD
Fri, 06 Nov 2009 13:57:04 -0500 Timo Sirainen lib-master: Added anvil client code. HEAD
Fri, 06 Nov 2009 13:56:10 -0500 Timo Sirainen lib-master: Added master_service_stop_new_connections(). HEAD
Thu, 05 Nov 2009 20:15:40 -0500 Timo Sirainen mail storage service: Added MAIL_STORAGE_SERVICE_NO_LOG_INIT flag. HEAD
Thu, 05 Nov 2009 19:47:44 -0500 Timo Sirainen Added DLLIST2_*() functions for doubly linked list with head and tail. HEAD
Thu, 05 Nov 2009 19:47:18 -0500 Timo Sirainen DLLIST_REMOVE(): Set removed item's prev/next pointers to NULL. HEAD
Thu, 05 Nov 2009 18:39:36 -0500 Timo Sirainen example-config: Added ".ext" extension for ldap/sql/dict-sql/db config files. HEAD
Thu, 05 Nov 2009 18:01:06 -0500 Timo Sirainen lmtp: Keep connection to config process open. HEAD
Thu, 05 Nov 2009 17:57:53 -0500 Timo Sirainen lmtp: Don't crash if LHLO isn't given. HEAD
Thu, 05 Nov 2009 17:55:36 -0500 Timo Sirainen lmtp: Improved logging. HEAD
Thu, 05 Nov 2009 17:27:46 -0500 Timo Sirainen lmtp: Add Received: header, with a session ID. Log the session ID also. HEAD
Thu, 05 Nov 2009 17:03:47 -0500 Timo Sirainen lib-storage: Moved mail_generate_*() to be public functions. HEAD
Thu, 05 Nov 2009 15:24:36 -0500 Timo Sirainen dbox notify: Look for dbox index files from index dir, not mail root dir. HEAD
Thu, 05 Nov 2009 15:00:12 -0500 Timo Sirainen auth: Drop idling worker processes after 5 minutes, not 30 minutes. HEAD
Thu, 05 Nov 2009 14:37:20 -0500 Timo Sirainen mail storage service: Create auth master connection if necessary when returning it. HEAD
Thu, 05 Nov 2009 14:28:47 -0500 Timo Sirainen mbox: Don't close input stream when syncing. This breaks copying. HEAD
Thu, 05 Nov 2009 14:13:00 -0500 Timo Sirainen Makefile: Added missing lmtp.conf. HEAD
Thu, 05 Nov 2009 12:45:07 -0500 Timo Sirainen master: Make sure processes aren't created if its service is stopped. HEAD
Thu, 05 Nov 2009 12:34:05 -0500 Timo Sirainen array_foreach_modifiable() was broken in non-C99 compilers. HEAD
Wed, 04 Nov 2009 18:51:10 -0500 Timo Sirainen dsync: Several fixes HEAD
Mon, 02 Nov 2009 18:11:48 -0500 Timo Sirainen mbox: Fixed mailbox_update() to update next-uid properly. HEAD
Mon, 02 Nov 2009 18:03:21 -0500 Timo Sirainen mbox: Added support for saving messages with wanted UIDs. HEAD
Mon, 02 Nov 2009 18:02:48 -0500 Timo Sirainen lib-index: Don't refresh index after transaction commit if nothing was changed. HEAD
Mon, 02 Nov 2009 13:39:54 -0500 Timo Sirainen imap proxy: Always send post-login capability to client. HEAD
Fri, 30 Oct 2009 15:36:12 -0400 Timo Sirainen dsync: Put the binary into bin/, not libexec/. HEAD
Fri, 30 Oct 2009 15:24:37 -0400 Timo Sirainen mbox: Fixed listing INBOX when NO_AUTO_INBOX flag was set. HEAD
Fri, 30 Oct 2009 15:12:33 -0400 Timo Sirainen settings parser: Allow multiple strlist blocks with same name. They just get merged. HEAD
Fri, 30 Oct 2009 15:06:38 -0400 Timo Sirainen rawlog: Make also created socketpair fds nonblocking. HEAD
Fri, 30 Oct 2009 14:54:02 -0400 Timo Sirainen rawlog: Make sure to set fds nonblocking to avoid hangs. HEAD
Fri, 30 Oct 2009 14:40:01 -0400 Timo Sirainen mbox: Fixed setting initial explicit uidvalidity/uidnext on mailbox creation. HEAD
Fri, 30 Oct 2009 13:52:24 -0400 Timo Sirainen dsync: Message bodies were saved only partially. HEAD
Thu, 29 Oct 2009 18:47:50 -0400 Timo Sirainen mbox: Return header MD5 allocated from mail's data pool, not data stack. HEAD
Thu, 29 Oct 2009 18:21:34 -0400 Timo Sirainen mbox: Added support for mailbox directory GUIDs. HEAD
Thu, 29 Oct 2009 18:19:18 -0400 Timo Sirainen mbox: Use header MD5 as message's GUID. HEAD
Thu, 29 Oct 2009 18:17:54 -0400 Timo Sirainen mbox: Fixed looking up header MD5 values when they didn't exist yet. HEAD
Thu, 29 Oct 2009 17:41:37 -0400 Timo Sirainen lmtp: Link with all the same unused .o files as lda. HEAD
Thu, 29 Oct 2009 17:40:52 -0400 Timo Sirainen lda: Link with message-header-encode.o so Sieve plugin can use it. HEAD
Thu, 29 Oct 2009 14:24:01 -0400 Timo Sirainen settings: Allow referencing strlists without section key (e.g. plugin/foo vs. plugin/0/foo) HEAD
Thu, 29 Oct 2009 14:09:10 -0400 Timo Sirainen settings parser: Don't crash if trying to expand a setting under strlist. HEAD
Thu, 29 Oct 2009 13:59:30 -0400 Timo Sirainen dsync proxy client: Improved error handling. HEAD
Thu, 29 Oct 2009 13:59:11 -0400 Timo Sirainen dsync: Added -r option to make that sync side read-only. HEAD
Wed, 28 Oct 2009 21:20:46 -0400 Timo Sirainen *-login: Added support for TLS SNI. HEAD
Wed, 28 Oct 2009 21:17:53 -0400 Timo Sirainen ssl: Don't start handshake until client has been set. HEAD
Wed, 28 Oct 2009 21:15:23 -0400 Timo Sirainen lib-master: Support local_host and remote_host in config lookups. HEAD
Wed, 28 Oct 2009 21:05:19 -0400 Timo Sirainen *-login: Create SSL context for each different SSL config, instead of changing each connection. HEAD
Wed, 28 Oct 2009 20:53:21 -0400 Timo Sirainen ssl: Improved error message logging. HEAD
Wed, 28 Oct 2009 18:35:29 -0400 Timo Sirainen config: Renamed remote/local_ip to just remote/local and added support for hostnames. HEAD
Wed, 28 Oct 2009 17:04:24 -0400 Timo Sirainen dsync: Check for errors when saving messages. HEAD
Wed, 28 Oct 2009 17:02:01 -0400 Timo Sirainen Memory allocation tweaks. HEAD
Wed, 28 Oct 2009 16:12:06 -0400 Timo Sirainen dsync: Memory usage tweaks. HEAD
Wed, 28 Oct 2009 16:01:06 -0400 Timo Sirainen maildir: mailbox_update() crashed if mailbox wasn't yet open. HEAD
Wed, 28 Oct 2009 14:10:55 -0400 Timo Sirainen data stack: Fixes to handling out-of-memory situations. HEAD