log

age author description
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
Mon, 18 May 2015 06:51:24 -0400 Timo Sirainen lib-fts: Call u_clean() at deinit to free up all of libicu's memory.
Mon, 18 May 2015 06:46:32 -0400 Timo Sirainen lib-fts: test-fts-icu memory leak fix
Mon, 18 May 2015 06:37:28 -0400 Timo Sirainen fts + lib-fts: Fixed crash with some search queries that contained uninitialized search args.
Mon, 18 May 2015 06:36:56 -0400 Timo Sirainen lib-storage: Added mail_search_init/deinit_arg()
Mon, 18 May 2015 06:21:50 -0400 Timo Sirainen lib-storage: Cleanup - separate search arg values that are set by mail_search_init()
Sun, 17 May 2015 00:51:50 +0300 Timo Sirainen lib-mail: Make sure iconv state is reset between MIME parts.
Sat, 16 May 2015 18:47:20 +0300 Timo Sirainen lib-fts: Rewrite ICU handling functions.
Sat, 16 May 2015 18:41:44 +0300 Timo Sirainen lib: Added buffer_get_writable_size()
Sat, 16 May 2015 18:20:08 +0300 Timo Sirainen fts: Avoid excessive data stack usage with lib-fts
Sat, 16 May 2015 13:50:48 +0300 Timo Sirainen lib-charset: Fixed compile warning caused by earlier commit.
Sat, 16 May 2015 13:20:22 +0300 Timo Sirainen lib: Added UNICODE_REPLACEMENT_CHAR_UTF8
Sat, 16 May 2015 12:51:08 +0300 Timo Sirainen lib: Added p_memdup()
Sat, 16 May 2015 12:46:38 +0300 Timo Sirainen lib-charset: Added a minimal unit test
Sat, 16 May 2015 11:47:09 +0300 Timo Sirainen imap: Fixed crash in FETCH RFC822* caused by earlier commit
Fri, 15 May 2015 21:36:07 +0300 Timo Sirainen replication plugin: s/transction/transaction/ in debug log messages
Fri, 15 May 2015 16:50:27 +0300 Timo Sirainen doveadm director flush: Unless -F parameter is used, do the flush by moving users.
Fri, 15 May 2015 16:46:14 +0300 Timo Sirainen lib-master: Added data stack frames to handling IPC input.
Fri, 15 May 2015 16:45:14 +0300 Timo Sirainen director: Added HOST-RESET-USERS command to move users to their hash-assigned hosts.
Fri, 15 May 2015 16:44:45 +0300 Timo Sirainen director: Moving a user to another host sometimes caused the move to fail.
Fri, 15 May 2015 14:55:21 +0300 Timo Sirainen imap: Added %{deleted}, %{expunged} and %{trashed} to imap_logout_format
Fri, 15 May 2015 14:35:01 +0300 Timo Sirainen Added %{fetch_hdr/body_count/bytes} variables to imap_logout_format
Fri, 15 May 2015 14:34:54 +0300 Timo Sirainen lib-imap-storage: Added imap_msgpart_contains_body()
Fri, 15 May 2015 14:03:02 +0300 Timo Sirainen Added signature for changeset 917d027836d0
Fri, 15 May 2015 14:02:58 +0300 Timo Sirainen Added tag 2.2.18 for changeset 917d027836d0
Fri, 15 May 2015 14:02:58 +0300 Timo Sirainen Released v2.2.18.
Fri, 15 May 2015 13:55:46 +0300 Timo Sirainen replication plugin: Fixed handling EAGAIN errors when writing to replication-pipe.
Fri, 15 May 2015 13:54:49 +0300 Timo Sirainen replication plugin: Added debug logging when mail_debug=yes
Fri, 15 May 2015 13:48:45 +0300 Timo Sirainen replication plugin: A small optimization to check the user's "dsyncing" status only once.
Fri, 15 May 2015 13:27:29 +0300 Timo Sirainen pgsql: Don't crash at disconnect/deinit if there's an unfinished query.
Fri, 15 May 2015 13:07:27 +0300 Timo Sirainen pgsql: Log a warning if DNS lookup takes too long. Don't include it in connect timeout.
Fri, 15 May 2015 12:48:07 +0300 Timo Sirainen Reverted d592417ec815 which added unnecessary code to Makefiles.
Fri, 15 May 2015 12:43:13 +0300 Timo Sirainen quota: Fixed dependency tracking in Makefile
Fri, 15 May 2015 11:15:50 +0300 Timo Sirainen sdbox: When hardlink-copying a mail in alt storage, keep it within the alt storage.
Thu, 14 May 2015 23:49:12 +0300 Timo Sirainen lib: Use /dev/zero instead of /dev/stderr in test-istream-unix unit test
Thu, 14 May 2015 21:44:50 +0300 Timo Sirainen lib-imap: Fixed crash in IDLE for non-TCP connections.
Thu, 14 May 2015 14:02:13 +0300 Timo Sirainen lib-fts: Fixed test-fts-filter when building without libstemmer
Thu, 14 May 2015 12:36:38 +0300 Matti Hamalainen configure: Use consistent quotation for AC_DEFINEs as per autoconf recommendations.
Thu, 14 May 2015 13:33:59 +0300 Timo Sirainen pgsql: Include connect state string on connect failure errors.
Thu, 14 May 2015 11:27:04 +0300 Timo Sirainen lib-lda: Added missing include file.
Thu, 14 May 2015 11:26:00 +0300 Timo Sirainen director: UNIX auth sockets were wrongly detected as doveadm or ring sockets.
Wed, 13 May 2015 21:35:56 +0300 Timo Sirainen fts-lucene: Removed dead code
Wed, 13 May 2015 20:47:35 +0300 Timo Sirainen lib-fts: Makefile compiling dependency fix
Wed, 13 May 2015 19:45:11 +0300 Timo Sirainen Added signature for changeset 166106aaefc5
Wed, 13 May 2015 19:45:07 +0300 Timo Sirainen Added tag 2.2.17 for changeset 166106aaefc5
Wed, 13 May 2015 19:45:07 +0300 Timo Sirainen Released v2.2.17.
Wed, 13 May 2015 19:36:29 +0300 Timo Sirainen lib-lda: Don't crash if postmaster_address is given as command line parameter.
Wed, 13 May 2015 19:26:45 +0300 Timo Sirainen mbox: If we notice our internal state is wrong, avoid further corruption by returning error.
Wed, 13 May 2015 19:24:55 +0300 Timo Sirainen mbox: Fixed corruption in some usage patterns.
Wed, 13 May 2015 17:16:21 +0300 Timo Sirainen fts-solr: Fixed memory leak at user deinit.
Wed, 13 May 2015 16:54:27 +0300 Timo Sirainen fts-solr: Crashfixes
Wed, 13 May 2015 16:46:14 +0300 Timo Sirainen fts-solr: Don't update "last indexed UID" if we couldn't actually add the mails to Solr.
Wed, 13 May 2015 16:22:27 +0300 Timo Sirainen director: Added "authreply" socket type.
Wed, 13 May 2015 15:59:48 +0300 Timo Sirainen director: Removed accidentally committed debug log message
Wed, 13 May 2015 15:47:14 +0300 Timo Sirainen lib-master: If executing doveconf, use master_service_settings_input.service for filter
Wed, 13 May 2015 15:33:27 +0300 Timo Sirainen director: Cleanup for director socket type configuration.
Wed, 13 May 2015 15:32:54 +0300 Timo Sirainen lib-master: Added master_service_get_socket_name()
Wed, 13 May 2015 13:57:24 +0300 Timo Sirainen director: Minor code cleanup - allow access to auth connection's ostream directly.
Wed, 13 May 2015 13:15:57 +0300 Timo Sirainen director: Reverted previous e178413a905d commit after all - do it a bit differently.
Wed, 13 May 2015 12:24:02 +0300 Timo Sirainen Added quota-clone plugin.
Wed, 13 May 2015 05:34:16 +0300 Timo Sirainen lib-sql: sqlite and cassandra libs were mixed up in the Makefile
Wed, 13 May 2015 05:25:31 +0300 Timo Sirainen director: Added a new DIRECTOR-LOOKUP command that auth connections can use.
Wed, 13 May 2015 05:22:22 +0300 Timo Sirainen director: Don't send DIRECTOR command infinitely in loop if that director got disconnected.
Wed, 13 May 2015 04:11:34 +0300 Timo Sirainen director: Include useful statistics in process title.
Wed, 13 May 2015 04:10:53 +0300 Timo Sirainen director: Fixed crash if director sent invalid data too early.
Wed, 13 May 2015 04:10:18 +0300 Timo Sirainen director: If we disconnect a director, pass the reason all the way to deinit's debug logging.
Wed, 13 May 2015 04:07:46 +0300 Timo Sirainen director: Improved debug logging about connecting to another director.
Wed, 13 May 2015 00:33:18 +0300 Timo Sirainen Make static analyzer happier.
Tue, 12 May 2015 23:06:33 +0300 Timo Sirainen Added signature for changeset 2c1ce55de520
Tue, 12 May 2015 23:06:30 +0300 Timo Sirainen Added tag 2.2.17.rc2 for changeset 2c1ce55de520
Tue, 12 May 2015 23:06:30 +0300 Timo Sirainen Released v2.2.17.rc2.
Tue, 12 May 2015 21:58:03 +0300 Timo Sirainen lib: connection API: Added delayed_unix_client_connected_callback setting.
Tue, 12 May 2015 21:52:07 +0300 Timo Sirainen doveadm fs: Improved error message logging.
Tue, 12 May 2015 19:43:48 +0300 Timo Sirainen doveadm dict iter: Added -1 parameter to enable DICT_ITERATE_FLAG_EXACT_KEY
Tue, 12 May 2015 19:43:25 +0300 Timo Sirainen dict-sql: Fixed non-recursive iteration.
Tue, 12 May 2015 19:14:13 +0300 Timo Sirainen cassandra: Leave consistency to default if it's not specified in config.
Tue, 12 May 2015 19:13:31 +0300 Timo Sirainen lib: connection API was unnecessarily delaying client_connected() calls for UNIX sockets.
Tue, 12 May 2015 19:12:34 +0300 Timo Sirainen doveadm: Register builtin dict drivers always at init
Tue, 12 May 2015 19:12:11 +0300 Timo Sirainen lib-dict: Allow registering builtin dict drivers multiple times.
Tue, 12 May 2015 18:16:54 +0300 Timo Sirainen lib-sql: Don't crash in Cassandra if connection to it failed.
Tue, 12 May 2015 16:44:45 +0300 Teemu Huovila lib-fts: ICU normalizer code cleanup.
Tue, 12 May 2015 16:12:29 +0300 Phil Carmody lib-fts: autogenerate C arrays using perl
Tue, 12 May 2015 12:45:34 +0300 Timo Sirainen fs-compress: Added NOPLUGIN_LDFLAGS to Makefile for helping with linking
Tue, 12 May 2015 12:30:40 +0300 Timo Sirainen lib-fts: .sh scripts weren't executable - changed them to be run via bash directly.
Tue, 12 May 2015 12:20:56 +0300 Timo Sirainen lib-fts: Reverted e80969ea8684 which replaced .sh scripts with awk
Mon, 11 May 2015 22:38:38 +0300 Timo Sirainen Makefile: Fixed build concurrency issues with lib-fts
Mon, 11 May 2015 22:37:21 +0300 Timo Sirainen lib-fts: Replaced word-boundary/break-data.sh with more portable awk scripts
Mon, 11 May 2015 21:55:42 +0300 Timo Sirainen lib-sql: Added support for Cassandra CQL as lib-sql backend.
Mon, 11 May 2015 21:48:45 +0300 Timo Sirainen dict-sql: If DICT_ITERATE_FLAG_EXACT_KEY is used, use only the first found map.
Mon, 11 May 2015 19:12:45 +0300 Timo Sirainen lib-dict: Added DICT_ITERATE_FLAG_EXACT_KEY flag.
Mon, 11 May 2015 16:01:13 +0300 Timo Sirainen lib-fts: Fixed/improved test-fts-filter unit tests for previous changes.
Mon, 11 May 2015 16:00:53 +0300 Timo Sirainen lib-fts: normalizer-icu no longer returns empty tokens.
Mon, 11 May 2015 16:00:21 +0300 Timo Sirainen lib-fts: Added assert to fts_filter_filter() to make sure input token isn't empty
Mon, 11 May 2015 14:42:18 +0300 Timo Sirainen lib-fts: Fixed assert-crash in fts-tokenizer-generic
Mon, 11 May 2015 14:35:49 +0300 Timo Sirainen lib-fts: Test trailing "number." for TR29 in test-fts-tokenizer