log

age author description
Sat, 20 Feb 2010 15:16:40 +0200 Timo Sirainen settings_parse_stream_read(): Try using existing data from stream first. HEAD
Sat, 20 Feb 2010 12:30:38 +0200 Timo Sirainen lib-master: Minor config code cleanup. HEAD
Sat, 20 Feb 2010 11:45:52 +0200 Timo Sirainen lib-index: Keep indexes open while they are in alloc-cache. HEAD
Sat, 20 Feb 2010 10:11:42 +0200 Timo Sirainen lib-index: When a closed index's refcount drops to 0, free it immediately. HEAD
Sat, 20 Feb 2010 09:47:41 +0200 Timo Sirainen mailbox log: Don't log an error if two processes rotate the log at the same time. HEAD
Sat, 20 Feb 2010 09:46:43 +0200 Timo Sirainen lib-storage: Thread strmap must not be opened before index is opened. HEAD
Sat, 20 Feb 2010 09:33:01 +0200 Timo Sirainen doveadm: Added penalty command to dump auth penalty state. HEAD
Sat, 20 Feb 2010 09:32:48 +0200 Timo Sirainen anvil: Added PENALTY-DUMP command to dump penalty state. HEAD
Sat, 20 Feb 2010 09:32:13 +0200 Timo Sirainen anvil: Fixed penalty "last update" tracking. HEAD
Sat, 20 Feb 2010 09:27:33 +0200 Timo Sirainen anvil: Disconnect client if it sends invalid input. HEAD
Sat, 20 Feb 2010 09:24:48 +0200 Timo Sirainen doveadm: Removed duplication of unixdate2str(). HEAD
Sat, 20 Feb 2010 09:10:50 +0200 Timo Sirainen Makefile: Fixed building anvil test. HEAD
Sat, 20 Feb 2010 09:04:25 +0200 Timo Sirainen auth: Track penalty for IPv6 addresses with their /48 mask. HEAD
Sat, 20 Feb 2010 08:48:54 +0200 Timo Sirainen auth/anvil: Penalty is no longer increased if the same user+pass combination was recently used. HEAD
Sat, 20 Feb 2010 05:54:46 +0200 Timo Sirainen fs layout: Don't "File name too long" errors if giving too long path to LIST. HEAD
Fri, 19 Feb 2010 14:23:05 +0200 Timo Sirainen mdbox: Fixed plugins accessing unsaved mail's stream. HEAD
Fri, 19 Feb 2010 14:22:19 +0200 Timo Sirainen zlib: Fixed the check to disallow saving messages that look compressed. HEAD
Fri, 19 Feb 2010 14:11:21 +0200 Timo Sirainen dbox: Fixed looking up physical size when it wasn't in metadata. HEAD
Fri, 19 Feb 2010 12:19:27 +0200 Timo Sirainen Makefile: Added empty install-exec-hook to fix older automakes. HEAD
Fri, 19 Feb 2010 12:04:31 +0200 Timo Sirainen *-login: If we disconnect from auth server, make sure we reconnect back when necessary. HEAD
Fri, 19 Feb 2010 07:16:03 +0200 Timo Sirainen zlib: Added support for dbox and mdbox. HEAD
Fri, 19 Feb 2010 07:15:46 +0200 Timo Sirainen lib-storage: Added support for plugins to specify message's physical size when saving. HEAD
Fri, 19 Feb 2010 07:14:41 +0200 Timo Sirainen filter istreams: Let default seek implementation optimize away unnecessary seeks. HEAD
Fri, 19 Feb 2010 06:13:23 +0200 Timo Sirainen dbox: Allow plugins to change output stream while saving messages. HEAD
Fri, 19 Feb 2010 05:30:56 +0200 Timo Sirainen lib-auth: Make sure reconnection timeout if removed after getting connected. HEAD
Fri, 19 Feb 2010 05:17:57 +0200 Timo Sirainen log: Removed unnecessary common.h. HEAD
Fri, 19 Feb 2010 05:10:48 +0200 Timo Sirainen *-login: Disconnect from auth server after idling for a minute. HEAD
Fri, 19 Feb 2010 05:10:06 +0200 Timo Sirainen lib-auth: Added auth_client_disconnect(). HEAD
Fri, 19 Feb 2010 04:28:07 +0200 Timo Sirainen auth: Don't leak memory if auth client sends a buggy request. HEAD
Fri, 19 Feb 2010 04:20:25 +0200 Timo Sirainen auth: Don't loop through active requests every 5 seconds, looking for timeouts. HEAD
Thu, 18 Feb 2010 18:56:52 +0200 Timo Sirainen dovecot.m4: Don't use any AS_*() macros. HEAD
Thu, 18 Feb 2010 09:48:56 +0200 Timo Sirainen dovecot.m4: Default dovecotdir to $prefix/lib/dovecot/ HEAD
Thu, 18 Feb 2010 09:48:35 +0200 Timo Sirainen configure: Set ACLOCAL_AMFLAGS so make finds dovecot.m4. HEAD
Thu, 18 Feb 2010 09:14:43 +0200 Timo Sirainen Added dovecot.m4 file that external plugins can use. HEAD
Thu, 18 Feb 2010 08:43:35 +0200 Timo Sirainen dict: Added dict_iterate_init_multiple(). HEAD
Thu, 18 Feb 2010 08:20:22 +0200 Timo Sirainen Added mail_guid_128_to_string(). Used it in several places. HEAD
Thu, 18 Feb 2010 07:51:44 +0200 Timo Sirainen auth: Added SHA512 and SSHA512 password schemes. HEAD
Thu, 18 Feb 2010 07:51:14 +0200 Timo Sirainen Added sha512_*() functions. HEAD
Thu, 18 Feb 2010 07:32:13 +0200 Timo Sirainen lib-storage: Fixed error handling in mailbox_copy(). HEAD
Thu, 18 Feb 2010 07:31:55 +0200 Timo Sirainen mailbox_list_get_mailbox_name_status(): Fixed INBOX handling with FS layout. HEAD
Thu, 18 Feb 2010 07:13:29 +0200 Timo Sirainen mbox: Fail at startup if service doesn't have client_limit=1. HEAD
Thu, 18 Feb 2010 07:06:42 +0200 Timo Sirainen mbox: Fixed getting header MD5 (GUID) if it wasn't already in index. HEAD
Thu, 18 Feb 2010 07:04:23 +0200 Timo Sirainen imap: FETCH X-GUID and X-MAILBOX didn't add a space after their value. HEAD
Thu, 18 Feb 2010 06:44:54 +0200 Timo Sirainen mail_full_filesystem_access=yes: Replace absolute path with mailbox name whenever possible. HEAD
Thu, 18 Feb 2010 06:20:38 +0200 Timo Sirainen maildir: Always try to preserve message GUIDs when copying. HEAD
Thu, 18 Feb 2010 06:15:47 +0200 Timo Sirainen maildir_copy_with_hardlinks=yes no longer has a race condition. HEAD
Thu, 18 Feb 2010 05:53:59 +0200 Timo Sirainen maildir save: Detect when trying to use duplicate GUIDs (filenames) and rename them. HEAD
Thu, 18 Feb 2010 05:53:08 +0200 Timo Sirainen maildir: Make sure we message's UID isn't tried to be changed unexpectedly. HEAD
Thu, 18 Feb 2010 05:26:51 +0200 Timo Sirainen maildir: Message GUID wasn't correctly set to expunge-GUID transaction records. HEAD
Mon, 15 Feb 2010 15:05:50 +0200 Timo Sirainen virtual: Implement required new methods. HEAD
Mon, 15 Feb 2010 12:00:08 +0200 Timo Sirainen maildir++: Fixed listing INBOX HEAD
Mon, 15 Feb 2010 11:57:09 +0200 Timo Sirainen maildir: Crashfix to mailbox_update() HEAD
Mon, 15 Feb 2010 07:09:12 +0200 Timo Sirainen dsync: Don't try to change INBOX's GUID. HEAD
Mon, 15 Feb 2010 07:08:40 +0200 Timo Sirainen mbox: Make sure we have valid mailbox GUID when returning it. HEAD
Mon, 15 Feb 2010 06:12:59 +0200 Timo Sirainen mbox: istream_raw_mbox_get_body_size() no longer crashes if header wasn't read. HEAD
Mon, 15 Feb 2010 06:07:02 +0200 Timo Sirainen mailbox_update(): Updating uid_validity requires also reseting index. HEAD
Mon, 15 Feb 2010 05:58:11 +0200 Timo Sirainen mbox: Don't allow INBOX creation succeed, if it already exists. HEAD
Mon, 15 Feb 2010 05:44:14 +0200 Timo Sirainen dsync: Skip alias namespaces when syncing subscriptions. HEAD
Mon, 15 Feb 2010 05:38:42 +0200 Timo Sirainen Memory usage optimizations. HEAD
Mon, 15 Feb 2010 05:22:19 +0200 Timo Sirainen dsync: Error handling fixes. HEAD