log

age author description
Sun, 10 May 2015 12:05:06 +0300 Timo Sirainen fts: Fixed crash when not using lib-fts
Sun, 10 May 2015 11:20:37 +0300 Timo Sirainen lib-http: http-server now always creates a payload istream, even empty one.
Sat, 09 May 2015 21:22:50 +0300 Timo Sirainen pop3-migration: Added more debug and error logging.
Sat, 09 May 2015 20:29:55 +0300 Timo Sirainen Added signature for changeset da685736985a
Sat, 09 May 2015 20:29:52 +0300 Timo Sirainen Added tag 2.2.17.rc1 for changeset da685736985a
Sat, 09 May 2015 20:29:52 +0300 Timo Sirainen Released v2.2.17.rc1.
Sat, 09 May 2015 20:26:06 +0300 Timo Sirainen Moved fs-compress to a separate plugin directory.
Sat, 09 May 2015 19:58:59 +0300 Timo Sirainen Make Coverity happier.
Sat, 09 May 2015 19:57:28 +0300 Timo Sirainen quota-dict: It wasn't possible to use multiple quota settings.
Sat, 09 May 2015 19:50:14 +0300 Timo Sirainen anvil: Penalty tracking was moving last checksums wrongly with memcpy().
Sat, 09 May 2015 19:41:45 +0300 Timo Sirainen doveadm-server: Fixed potential crash if doveadm client disconnected
Sat, 09 May 2015 19:39:39 +0300 Timo Sirainen doveadm: Removed unused doveadm_mailbox_find_and_sync() function
Sat, 09 May 2015 19:35:31 +0300 Timo Sirainen imap: Don't crash if APPEND command is given with invalid parameters.
Sat, 09 May 2015 19:31:17 +0300 Timo Sirainen lib-mail: Improved istream-attachment-extractor error logging.
Sat, 09 May 2015 19:31:05 +0300 Timo Sirainen lib-mail: Fixed crash in istream-attachment-extractor error handling path
Sat, 09 May 2015 19:28:46 +0300 Timo Sirainen indexer-worker: Don't crash if we failed to get mailbox path.
Sat, 09 May 2015 19:26:01 +0300 Timo Sirainen lib-fts: Changed fts_tokenizer_next/final() to return error string.
Sat, 09 May 2015 19:21:45 +0300 Timo Sirainen lib-fts: Minor code cleanup - avoid functions always returning same value
Sat, 09 May 2015 19:14:07 +0300 Timo Sirainen lib-fts: fts_language_list_init() API changed to return errors.
Sat, 09 May 2015 19:04:11 +0300 Timo Sirainen virtual: Don't crash if trying to save mail to a virtual mailbox without configured save-mailbox.
Sat, 09 May 2015 19:00:36 +0300 Timo Sirainen lib-fs: Minor code cleanup
Sat, 09 May 2015 18:53:02 +0300 Timo Sirainen lib-compression: Fixed dependency tracking in Makefile
Sat, 09 May 2015 15:29:21 +0000 Pascal Volk man: Added description of option `-F file'.
Sat, 09 May 2015 18:28:04 +0300 Timo Sirainen lib-fts: Various improvements to test-fts-tokenizer
Sat, 09 May 2015 18:00:58 +0300 Timo Sirainen lib-fts: Added fts_tokenizer_final() as a convenience wrapper.
Sat, 09 May 2015 17:34:59 +0300 Timo Sirainen lib-fts: Fixed token truncation.
Sat, 09 May 2015 17:07:32 +0300 Timo Sirainen lib-fts: Fixed compiling without libicu
Sat, 09 May 2015 17:06:42 +0300 Timo Sirainen lib-storage: Run each storage hook inside its own data stack frame.
Sat, 09 May 2015 17:05:17 +0300 Timo Sirainen fts: Renamed filter and tokenizer specific setting keys.
Sat, 09 May 2015 17:00:12 +0300 Timo Sirainen fts: Simplify error messages a little bit to be more consistent with other such errors.