log

age author description
Fri, 29 May 2015 10:43:38 +0300 Timo Sirainen dovecot.m4: If NOVALGRIND environment is set, don't run tests via valgrind in "make check"
Fri, 29 May 2015 07:03:15 +0300 Timo Sirainen lib-fs: fs_write_stream() now automatically corks the ostream and uncorks at _finish().
Fri, 29 May 2015 05:43:25 +0300 Timo Sirainen fts: If last-uid lookup fails, return "Internal error" instead of "BUG" to client.
Mon, 25 May 2015 11:50:48 -0400 Timo Sirainen lib: Avoid race conditions in mkdir*() if directory is being deleted at the same time.
Mon, 25 May 2015 11:35:53 -0400 Timo Sirainen log: read() errors weren't logged.
Mon, 25 May 2015 14:27:22 +0000 Pascal Volk systemd service: Fixed typos in the comment section.
Sun, 17 May 2015 11:54:42 +0000 Pascal Volk systemd: Small improvements to the unit configuration file:
Sun, 24 May 2015 17:55:33 -0400 Timo Sirainen doveadm user: Don't change privileges when looking up users.
Sun, 24 May 2015 17:50:26 -0400 Timo Sirainen lib-storage: If no namespaces were defined, the autocreated namespace settings were a bit wrong.
Sun, 24 May 2015 17:40:53 -0400 Timo Sirainen lib-storage: If session_id isn't given, generate a new one.
Sun, 24 May 2015 16:13:57 -0400 Timo Sirainen lib-index: Unit test fix.
Sun, 24 May 2015 13:40:46 -0400 Timo Sirainen lib: file_lock_try_update() comment updated.
Sun, 24 May 2015 13:24:19 -0400 Timo Sirainen lib: file_create_locked() lock method is now configurable
Sun, 24 May 2015 13:22:56 -0400 Timo Sirainen lib: file_create_locked() was leaking fds and locks.
Sat, 23 May 2015 19:21:10 -0400 Timo Sirainen lib: file_create_locked() no longer logs an error if temp file is deleted under it.
Sat, 23 May 2015 16:51:52 -0400 Timo Sirainen lib: file_create_locked() wasn't deleting the temp file after successful link()
Sat, 23 May 2015 16:41:34 -0400 Timo Sirainen lib: Added file_create_locked()
Fri, 22 May 2015 19:07:56 -0400 Timo Sirainen auth: Don't crash if trying to add password with TAB or LF to auth cache.
Fri, 22 May 2015 16:37:07 -0400 Timo Sirainen lib-index: Added asserts to make sure invalid extension records aren't written to log.
Thu, 21 May 2015 22:41:43 -0400 Timo Sirainen fts: Fixed fts_enforced=yes when it has to wait for indexing to finish
Thu, 21 May 2015 22:20:10 -0400 Timo Sirainen fts: Added fts_enforced setting to disable fallbacking to slow search on errors.
Thu, 21 May 2015 22:03:10 -0400 Timo Sirainen lib-fts: ICU normalization changes some characters to spaces - remove them.
Thu, 21 May 2015 08:38:56 -0400 Timo Sirainen lib: Cork connection output while handling input
Thu, 21 May 2015 06:35:59 -0400 Timo Sirainen lib-fts: Fixed handling tokens that contain only apostrophes
Thu, 21 May 2015 06:29:15 -0400 Teemu Huovila lib-fts: Fix simple tokenizer apostrophe handling.
Thu, 21 May 2015 06:17:32 -0400 Teemu Huovila lib-fts: Fix tr29 tokenizer apostrophe handling.
Mon, 18 May 2015 14:53:52 +0300 Timo Sirainen lib-fts: Partially reverted d097a9779c37 - don't use lib_atexit()
Mon, 18 May 2015 07:49:15 -0400 Timo Sirainen director: Added "up" vs "down" states and doveadm director up/down commands.
Mon, 18 May 2015 13:56:07 +0300 Timo Sirainen lib-charset: test-charset unit test - Don't use invalid UTF-8 text in source code
Mon, 18 May 2015 06:53:20 -0400 Timo Sirainen lib-fts: Fixed memory leaks in test-fts-filter unit test