log

age author description
Sun, 16 Sep 2007 12:43:21 +0300 Timo Sirainen Removed _ prefix from all public APIs. HEAD
Sun, 16 Sep 2007 12:35:01 +0300 Timo Sirainen hash_destroy() and hash_iterate_deinit() now take ** pointer. HEAD
Sun, 16 Sep 2007 12:31:27 +0300 Timo Sirainen Renamed _array_*() to array_*_i() HEAD
Sun, 16 Sep 2007 12:22:27 +0300 Timo Sirainen Renamed struct _[io]stream to struct [io]stream_private. Also removed _ HEAD
Sun, 16 Sep 2007 12:09:30 +0300 Timo Sirainen Changed buffer_free() and buffer_free_without_data() APIs to take ** pointer HEAD
Sun, 16 Sep 2007 12:08:07 +0300 Timo Sirainen __attr_unused__ -> ATTR_UNUSED HEAD
Sun, 16 Sep 2007 11:45:24 +0300 Timo Sirainen Get rid of __ prefixes. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Sun, 16 Sep 2007 11:07:42 +0300 Timo Sirainen Changed *_deinit() APIs to take ** pointer and set it to NULL. HEAD
Sun, 16 Sep 2007 11:02:48 +0300 Timo Sirainen Added maildir_keywords_init_readonly() which can be used to read the HEAD
Sun, 16 Sep 2007 10:56:32 +0300 Timo Sirainen Don't bother complaining about indexid changes. The real reason for the HEAD
Sat, 15 Sep 2007 19:46:10 +0300 Timo Sirainen Crashfix if both imap and pop3 protocols weren't enabled. HEAD
Sat, 15 Sep 2007 17:39:21 +0300 Timo Sirainen Updated mailbox_idle_check_interval comments. HEAD
Sat, 15 Sep 2007 17:04:31 +0300 Timo Sirainen Added tag 1.1.alpha5 for changeset 77e556a67719 HEAD
Sat, 15 Sep 2007 17:04:26 +0300 Timo Sirainen Released v1.1.alpha5. HEAD 1.1.alpha5
Sat, 15 Sep 2007 17:03:22 +0300 Timo Sirainen Updated HEAD
Sat, 15 Sep 2007 17:01:40 +0300 Timo Sirainen Dropped default max_mail_processes to 512. HEAD
Sat, 15 Sep 2007 17:01:10 +0300 Timo Sirainen Use the default fd limit for mail processes. HEAD
Sat, 15 Sep 2007 17:00:00 +0300 Timo Sirainen Error message fix. HEAD
Sat, 15 Sep 2007 16:59:08 +0300 Timo Sirainen Calculate how many log fds login+mail processes can use. If it's lower than HEAD
Sat, 15 Sep 2007 16:58:36 +0300 Timo Sirainen Don't grow fd limit ourself. HEAD
Sat, 15 Sep 2007 16:58:18 +0300 Timo Sirainen Calculate needed fd count better. Make sure we have one unused fd available HEAD
Sat, 15 Sep 2007 16:57:11 +0300 Timo Sirainen Removed restrict_raise_fd_limit(). HEAD
Sat, 15 Sep 2007 15:58:27 +0300 Timo Sirainen Added username_format parameter for passwd-file passdb and userdb. HEAD
Sat, 15 Sep 2007 15:54:43 +0300 Timo Sirainen set save_ctx.transaction=NULL so we don't accidentally try to use it. HEAD
Sat, 15 Sep 2007 15:54:11 +0300 Timo Sirainen Don't access freed memory. Caused crashes sometimes. HEAD
Sat, 15 Sep 2007 15:29:16 +0300 Timo Sirainen If connection closed because of EPIPE, log it as "Connection closed" instead HEAD
Sat, 15 Sep 2007 15:18:45 +0300 Timo Sirainen Fix ESTALE handling when reading main index. HEAD
Sat, 15 Sep 2007 15:17:57 +0300 Timo Sirainen write_seq_first/last wasn't updated correctly when appending messages, HEAD