log

age author description
Thu, 03 Jul 2014 17:29:58 +0300 Timo Sirainen lib-index: Index cache could have kept too many indexes open.
Thu, 03 Jul 2014 16:07:09 +0300 Timo Sirainen lib: DLLIST*_REMOVE*() no longer breaks the linked list if we try to remove item that doesn't exist there.
Thu, 03 Jul 2014 15:26:32 +0300 Timo Sirainen lib-storage: mailbox_get_metadata() now opens the mailbox only if it's necessary.
Thu, 03 Jul 2014 14:54:43 +0300 Timo Sirainen virtual: Recent flags dropping wasn't working as intended.
Thu, 03 Jul 2014 14:37:08 +0300 Timo Sirainen fts: If we detect corrupted fts expunge log, unlink it.
Thu, 03 Jul 2014 12:44:50 +0300 Phil Carmody lib-imap: test-imap-url - cosmetic whitespace cleanup
Thu, 03 Jul 2014 12:42:11 +0300 Phil Carmody lib-imap: test-imap-url - quieten successful sub-tests
Thu, 03 Jul 2014 12:42:11 +0300 Phil Carmody lib-test: test-common - add test_out_quiet() to reduce verbosity
Thu, 03 Jul 2014 12:42:11 +0300 Phil Carmody lib-imap: test_imap_url didn't compare port numbers
Thu, 03 Jul 2014 11:37:07 +0300 Timo Sirainen quota: Quota count tracking still was still incorrect in over-quota conditions.
Wed, 02 Jul 2014 23:41:10 +0300 Timo Sirainen lib-index: Recent idx->seq change in strmap forgot to initialize uid_lookup_seq in one place.
Wed, 02 Jul 2014 20:53:46 +0300 Timo Sirainen test-quota-util: Link to quota-util.lo instead of .o
Wed, 02 Jul 2014 20:36:49 +0300 Timo Sirainen quota: Fixed quota_transaction_is_over() to handle "user is already over quota" case.
Wed, 02 Jul 2014 20:34:43 +0300 Timo Sirainen quota: Moved some functions to quota-util.c
Wed, 02 Jul 2014 20:13:35 +0300 Timo Sirainen lib: Added UINT64_SUM_OVERFLOWS()
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody pop3: pop3-commands - harden integer parsers against integer overflow
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib: strnum - add permissive str_parse_uint() helper
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib: uri-util - hardern uri_parse_dec_octet() against overflow
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib-http: test-http-url - add some tricky invalid numeric hostname URLs
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib: uri-util - harden uri_parse_port against overflow
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib-http: test-http-url - make port number test cases harder
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody imap: harden read_uoff_t() against overflow
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib: strnum - add a permissive uoff_t parser
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib: test-strnum - tests for the new partial-string parser
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib: strnum - add permissive partial-string integer parser
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib-imap: number parsing simplification and hardenning
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib: strnum - harden str_to_uintmax against overflows
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib: test-lib - add unit tests for str_to_*() helpers
Wed, 02 Jul 2014 18:21:23 +0300 Phil Carmody lib: test-var-expand - use test_assert_idx() inside loops
Wed, 02 Jul 2014 00:10:16 +0300 Stephan Bosch lib-http: Updated comments to RFC7230/RFC7231.
Tue, 01 Jul 2014 23:24:08 +0300 Stephan Bosch lib-http: Fixed bug in parsing of quoted string with escape sequences.
Tue, 01 Jul 2014 16:04:20 +0300 Timo Sirainen doveadm fs delete: Added -n to usage text.
Tue, 01 Jul 2014 00:10:21 +0300 Timo Sirainen lib-http: Added http_client_request_get_target()
Mon, 30 Jun 2014 17:25:02 +0300 Timo Sirainen fts-tika: Hiden "Unsupported Media Type" errors. Log HTTP status code on errors.
Mon, 30 Jun 2014 16:41:32 +0300 Timo Sirainen fts-tika: Fixed crash if Tika returned 200 reply without payload.
Mon, 30 Jun 2014 14:35:32 +0300 Timo Sirainen lib-storage: Shrink "mailbox is being deleted" timeout from 5 mins to 30 secs.
Mon, 30 Jun 2014 14:34:00 +0300 Timo Sirainen lib-storage: When deleting mailbox, finish the expunges before marking mailbox deleted.
Mon, 30 Jun 2014 14:31:47 +0300 Timo Sirainen lib-storage: mailbox_delete() now handled "mailbox is being deleted" explicitly.
Mon, 30 Jun 2014 14:30:43 +0300 Timo Sirainen lib-storage: Added index_storage_mailbox_delete_pre/post().
Mon, 30 Jun 2014 14:29:26 +0300 Timo Sirainen imap: If we disconnect client because mailbox is inconsistent, send the error message before BYE.
Mon, 30 Jun 2014 14:28:31 +0300 Timo Sirainen imap: Don't disconnect due to inconsistent mailbox unless the mailbox is the selected mailbox.
Fri, 27 Jun 2014 17:39:52 +0300 Stephan Bosch imap-url: Fixed handling of ipath-empty syntax (basically empty relative URLs).
Fri, 27 Jun 2014 17:37:56 +0300 Timo Sirainen auth: Added assert to make sure sysconf() returns what we expect.
Fri, 27 Jun 2014 16:29:18 +0300 Timo Sirainen lib: istream-concat read() returned -2 too early.
Fri, 27 Jun 2014 16:20:25 +0300 Phil Carmody lib: rand - force reseeding with known seed from environment
Fri, 27 Jun 2014 16:17:50 +0300 Phil Carmody lib: remove unwanted srand()s from unit tests
Fri, 27 Jun 2014 16:17:07 +0300 Phil Carmody lib-test: use the new srand() tracking helpers to aid debugging
Fri, 27 Jun 2014 16:16:16 +0300 Phil Carmody lib: use new srand() wrapper in lib
Fri, 27 Jun 2014 16:15:24 +0300 Phil Carmody lib: add rand helper library
Fri, 27 Jun 2014 16:13:37 +0300 Phil Carmody lib: two quite literally random little cleanups
Fri, 27 Jun 2014 16:13:09 +0300 Phil Carmody lib: make printf_format_fix safer against shadowed %m behaviour
Fri, 27 Jun 2014 16:12:40 +0300 Phil Carmody lib: test printf_format_fix()
Fri, 27 Jun 2014 16:11:40 +0300 Phil Carmody lib: test-istream-concat - early abort test loop on failure
Fri, 27 Jun 2014 16:10:27 +0300 Phil Carmody lib-test: Enable looped tests to abort early on first failure
Fri, 27 Jun 2014 14:23:46 +0300 Timo Sirainen lmtp: Reduce corking so we get command replies more quickly even if they are pipelined.
Fri, 27 Jun 2014 14:06:56 +0300 Timo Sirainen lmtp proxy: Make sure DATA stream size doesn't change unexpectedly.
Fri, 27 Jun 2014 14:06:08 +0300 Timo Sirainen lib-lda: If DATA input stream read fails, return error instead of truncating the mail.
Thu, 26 Jun 2014 20:48:13 +0300 Timo Sirainen lib: Moved rawlog dir stat()s to iostream_rawlog_create() internally.
Thu, 26 Jun 2014 20:46:21 +0300 Timo Sirainen lib: iostream-rawlog now supports TCP target with "tcp:host:port" as the path.
Thu, 26 Jun 2014 17:50:57 +0300 Timo Sirainen lib-storage: BODYSTRUCTURE parsing failures weren't treated correctly.