log

age author description
Thu, 04 Feb 2016 14:02:42 +0200 Timo Sirainen lib-mail: Reading from istream-header-filter second time reverted callback's eoh change.
Thu, 04 Feb 2016 13:32:58 +0200 Timo Sirainen lib: Fixed calling json_parse_skip_next() within arrays
Thu, 04 Feb 2016 13:31:59 +0200 Timo Sirainen lib: If json-parser has JSON_PARSER_NO_ROOT_OBJECT set, return the ending root "]" and "}"
Wed, 03 Feb 2016 17:56:49 +0200 Timo Sirainen lib: Avoid typeof() if HAVE_TYPEOF isn't set, even if gcc version is high enough.
Wed, 03 Feb 2016 14:05:07 +0200 Timo Sirainen imap, pop3, imap-urlauth: Added -a <auth-master socket path> parameter
Wed, 03 Feb 2016 14:00:16 +0200 Timo Sirainen *-login: Added -l parameter to specify the socket where to connect to after authentication
Wed, 03 Feb 2016 13:56:09 +0200 Timo Sirainen imap: SETMETADATA shouldn't crash when value parameter is missing.
Wed, 03 Feb 2016 13:03:36 +0200 Timo Sirainen lib-sasl: Compiler warning fix for previous EXTERNAL change..
Wed, 03 Feb 2016 12:29:29 +0200 Timo Sirainen lib-sasl: Don't require authid for EXTERNAL mechanism, since we're not really authenticating.
Wed, 03 Feb 2016 12:26:10 +0200 Timo Sirainen lib-sasl: Added support for EXTERNAL SASL mechanism
Tue, 02 Feb 2016 22:06:38 +0200 Aki Tuomi doveadm: Reset JSON formatter context before reuse
Tue, 02 Feb 2016 12:32:49 +0200 Timo Sirainen pop3c: Compiler warning fixes to earlier change
Mon, 01 Feb 2016 23:32:15 +0200 Timo Sirainen imapc: Compare INBOX in STATUS case-insensitively.
Mon, 01 Feb 2016 22:48:22 +0200 Timo Sirainen sdbox: Failing after saved mails' UIDs were already assigned caused unlink()ing garbage
Mon, 01 Feb 2016 22:40:15 +0200 Timo Sirainen dsync: If mailbox importing fails, stop immediately without waiting for exporter to finish.
Mon, 01 Feb 2016 20:30:26 +0200 Timo Sirainen imap: Removed now-unused cmd_sync_callback(), which doesn't work very well.
Mon, 01 Feb 2016 20:26:19 +0200 Timo Sirainen imap: Removed special EXPUNGE callback for an Outlook workaround.
Mon, 01 Feb 2016 19:08:24 +0200 Timo Sirainen pop3-migration: Ignore mails returned as expunged by pop3c.
Mon, 01 Feb 2016 19:07:59 +0200 Timo Sirainen pop3c: If prefetch fails, treat it as if prefetching simply wasn't done.
Mon, 01 Feb 2016 17:57:07 +0200 Timo Sirainen pop3-migration: Use message_header_hash_more() instead of duplicating the code
Mon, 01 Feb 2016 17:56:49 +0200 Timo Sirainen lib-mail: Changed message_header_hash_more() to support any hash algorithm
Mon, 01 Feb 2016 17:38:11 +0200 Timo Sirainen lib: JSON parser can now optionally parse input that isn't an object.
Mon, 01 Feb 2016 17:30:23 +0200 Timo Sirainen lib: Fixed json-parser to correctly parse numbers at EOF.
Mon, 01 Feb 2016 17:00:11 +0200 Timo Sirainen lib: Code cleanup to json-parser - assume less that the root is an object
Fri, 29 Jan 2016 00:08:33 +0200 Timo Sirainen lib-mail, dsync: Moved dsync_mail_hash_more() to lib-mail/message-header-hash.*
Mon, 01 Feb 2016 14:44:11 +0200 Aki Tuomi lib-http: Add function to update HTTP response status
Thu, 21 Jan 2016 19:49:12 +0200 Aki Tuomi doveadm: Add JSON formatter support
Mon, 25 Jan 2016 10:50:23 +0200 Aki Tuomi doveadm-print: Add flag indicating number-only field
Fri, 29 Jan 2016 17:47:52 +0200 Timo Sirainen Compiler warning fix to previous commit
Fri, 29 Jan 2016 17:42:51 +0200 Timo Sirainen Replace host:port parsers with net_str2hostport().
Fri, 29 Jan 2016 17:32:30 +0200 Timo Sirainen lib: Added net_str2hostport()
Fri, 29 Jan 2016 16:23:57 +0200 Timo Sirainen last-login: Added last_login_precision setting
Fri, 29 Jan 2016 16:07:35 +0200 Timo Sirainen lib-sasl: Allow plugins to override the default SASL client mechanisms.
Fri, 29 Jan 2016 15:09:35 +0200 Timo Sirainen lib-imap: Write invalid Content-Transfer-Encoding value as "7bit" to BODY/BODYSTRUCTURE.
Fri, 29 Jan 2016 10:29:05 +0200 Aki Tuomi lib: Add tests for str_is_float
Fri, 29 Jan 2016 10:28:53 +0200 Aki Tuomi lib: Add str_is_float check function
Thu, 28 Jan 2016 20:47:02 +0200 Timo Sirainen dsync: Improved header hash v2 algorithm to remove repeated '?' chars.
Thu, 28 Jan 2016 20:23:51 +0200 Timo Sirainen lib-index: Memory leak fix for test-mail-index-map
Thu, 28 Jan 2016 20:16:31 +0200 Timo Sirainen pop3-migration: Fix to 5407a86 - don't sync POP3 UIDLs when we don't need to
Thu, 28 Jan 2016 19:56:38 +0200 Timo Sirainen dsync: Avoid finishing importer successfully on exporter failures.
Thu, 28 Jan 2016 19:55:06 +0200 Timo Sirainen doveadm backup: If local mailbox has more mails than remote, detect and delete it earlier.
Thu, 28 Jan 2016 19:51:43 +0200 Timo Sirainen imapc: Don't mark the initial sync done if it wasn't successful.
Thu, 28 Jan 2016 19:49:56 +0200 Timo Sirainen imapc: Handle disconnection when NOOP is sent to verify if mail is expunged.
Thu, 28 Jan 2016 19:48:09 +0200 Timo Sirainen lib-index: Added unit test to mail_index_map_lookup_seq_range()
Thu, 28 Jan 2016 17:53:41 +0200 Timo Sirainen imapc: Don't ignore FETCH, SEARCH and EXPUNGE returning NO failures in syncing.
Thu, 28 Jan 2016 17:43:01 +0200 Timo Sirainen imapc: If FETCH didn't send our wanted data, log the tagged FETCH reply text.
Thu, 28 Jan 2016 17:29:57 +0200 Timo Sirainen imapc: Don't use fetch-fix-broken-mails for NO [LIMIT] FETCH replies
Thu, 28 Jan 2016 17:15:20 +0200 Timo Sirainen imapc: Remove X-Message-Flag filtering if imapc_features has rfc822.size
Thu, 28 Jan 2016 17:03:15 +0200 Timo Sirainen doveadm: All commands iterating mails stop now if doveadm has been killed.
Thu, 28 Jan 2016 16:59:48 +0200 Timo Sirainen doveadm: Enable SIGINT and SIGTERM signal handler for all doveadm mail commands.
Thu, 28 Jan 2016 16:43:37 +0200 Timo Sirainen doveadm backup: Detect and handle conflicts earlier.
Thu, 28 Jan 2016 16:26:53 +0200 Timo Sirainen imapc: Fixed assert-crash in mailbox syncing, if mailbox couldn't be opened.
Thu, 28 Jan 2016 15:36:58 +0200 Timo Sirainen imap: Send all pending tagged command replies before APPEND is started.
Thu, 28 Jan 2016 15:16:29 +0200 Timo Sirainen lib: Added json_append_escaped_data() to escape non-NUL terminated input.
Thu, 28 Jan 2016 15:05:38 +0200 Timo Sirainen lib: json_append_escaped() doesn't need to escape the 8bit chars.
Thu, 28 Jan 2016 13:45:48 +0200 Timo Sirainen lib-index: If transaction log was locked for at least 30 secs, log a warning (not at 3min)
Wed, 27 Jan 2016 15:44:54 +0200 Timo Sirainen pop3-migration: Perform UIDL syncing a bit earlier to work around Yahoo IMAP bug.
Wed, 27 Jan 2016 15:16:18 +0200 Timo Sirainen imapc: Don't use fetch-fix-broken-mails for OK and NO [SERVERBUG] FETCH replies
Wed, 27 Jan 2016 10:17:44 +0200 Timo Sirainen lib: Make static analyzer happier about istream-chain changes
Wed, 27 Jan 2016 02:04:00 +0200 Timo Sirainen pop3c: Fixed assert-crash when prefetching a mail failed.