log

age author description
Fri, 26 Aug 2011 05:20:01 +0300 Timo Sirainen stats: Refresh idle timeout whenever session is updated.
Fri, 26 Aug 2011 05:15:42 +0300 Timo Sirainen doveadm: Added initial implementation of "stats top" command.
Fri, 26 Aug 2011 05:15:12 +0300 Timo Sirainen Initial implementation of statistics gathering daemon and plugins to feed it.
Fri, 26 Aug 2011 05:10:54 +0300 Timo Sirainen lib-master: Don't count FIFOs as clients anymore. We never see them disconnected.
Fri, 26 Aug 2011 05:09:25 +0300 Timo Sirainen master: If fifo already exists, replace it to be sure it has proper permissions.
Fri, 26 Aug 2011 05:08:42 +0300 Timo Sirainen imap: Added hooks that can be run always before/after any command handler.
Fri, 26 Aug 2011 05:07:53 +0300 Timo Sirainen liblib: Added IPADDR_BITS() macro.
Thu, 25 Aug 2011 03:54:50 +0300 Timo Sirainen lib-storage: Moved all transaction stats_* to struct mailbox_transaction_stats.
Thu, 25 Aug 2011 03:54:18 +0300 Timo Sirainen liblib: Added _FULL versions of all linked list handling macros with prev and next params.
Thu, 25 Aug 2011 01:16:11 +0300 Timo Sirainen Moved GUID code to liblib. Use guid_128_t type consistently everywhere.
Thu, 25 Aug 2011 00:27:41 +0300 Timo Sirainen liblib: Added io_loop_get_current_context()
Thu, 25 Aug 2011 00:27:10 +0300 Timo Sirainen liblib: io_loop_context_remove_callbacks() now requires also callbacks.
Wed, 24 Aug 2011 21:37:15 +0300 Timo Sirainen NEWS updated
Wed, 24 Aug 2011 21:24:59 +0300 Timo Sirainen configure: Removed accidentally committed stats directory.
Wed, 24 Aug 2011 21:07:04 +0300 Timo Sirainen fts-lucene: Added default_language setting and separated stemmer/textcat support.
Tue, 23 Aug 2011 04:52:55 +0300 Timo Sirainen fts-lucene: Add '/' suffix to textcat_dir if it's not already there.
Tue, 23 Aug 2011 04:44:26 +0300 Timo Sirainen fts-lucene: Free all Lucene's memory on plugin deinit.
Tue, 23 Aug 2011 04:44:03 +0300 Timo Sirainen fts-lucene: Fixed memory leak in snowball analyzer.
Tue, 23 Aug 2011 03:31:50 +0300 Timo Sirainen indexer: Treat worker connections as client connections to avoid early idle-kills.
Tue, 23 Aug 2011 03:31:15 +0300 Timo Sirainen lib-master: Added master_service_client_connection_created()
Thu, 18 Aug 2011 18:20:08 +0300 Timo Sirainen mdbox: Remove refcount=0 records from map index on the first purge (not second).
Thu, 18 Aug 2011 18:12:59 +0300 Timo Sirainen Increased initial memory pool size.
Thu, 18 Aug 2011 17:59:52 +0300 Timo Sirainen indexer: Code cleanup
Tue, 16 Aug 2011 23:37:42 +0300 Timo Sirainen fts-lucene: Use TermQuery instead of PrefixQuery for searches.
Tue, 16 Aug 2011 23:31:31 +0300 Timo Sirainen fts-lucene: Automatically delete corrupted indexes and mark all mailboxes unindexed.
Tue, 16 Aug 2011 23:21:52 +0300 Timo Sirainen fts-lucene: doveadm fts rescan now resets "last indexed uid" for all mailboxes.
Tue, 16 Aug 2011 23:12:35 +0300 Timo Sirainen fts-lucene: Avoid unnecessarily creating the lucene-indexes directory.
Tue, 16 Aug 2011 22:53:01 +0300 Timo Sirainen dbox: Create symlink to alt root dir, and warn whenever it changes.
Tue, 16 Aug 2011 22:52:19 +0300 Timo Sirainen lib-storage: Don't crash on getting alt root dir, when no alt dir is specified.
Tue, 16 Aug 2011 22:36:04 +0300 Timo Sirainen lib-storage: Log alt path when mail_debug=yes
Tue, 16 Aug 2011 22:27:06 +0300 Timo Sirainen lib-index: Optimized handling MAIL_TRANSACTION_EXPUNGE_GUID records in large index.
Tue, 16 Aug 2011 22:26:12 +0300 Timo Sirainen fts-lucene: Don't add messages to expunge log that aren't even in the index.
Tue, 16 Aug 2011 22:23:48 +0300 Timo Sirainen fts-lucene: Once enough messages have been deleted, trigger optimize via indexer.
Tue, 16 Aug 2011 22:22:32 +0300 Timo Sirainen fts-lucene: Yet another (final!) attempt at avoiding "Too Many Clauses" error.
Tue, 16 Aug 2011 22:21:38 +0300 Timo Sirainen fts: Added fts_indexer_cmd() for easily sending commands to indexer.
Tue, 16 Aug 2011 22:21:06 +0300 Timo Sirainen indexer: Added OPTIMIZE command to optimize fts index.
Tue, 16 Aug 2011 22:20:40 +0300 Timo Sirainen lib-storage: Added MAILBOX_SYNC_FLAG_OPTIMIZE flag for triggering fts optimize.
Tue, 16 Aug 2011 21:08:23 +0300 Timo Sirainen fts-lucene: Another attempt to avoid "Too Many Clauses" error by not using ? wildcard.
Tue, 16 Aug 2011 20:04:29 +0300 Timo Sirainen fts-lucene: Fix to previous change: actually use WildcardQuery, not TermQuery..
Tue, 16 Aug 2011 19:51:28 +0300 Timo Sirainen lazy-expunge: Avoid crashing if user init fails.
Tue, 16 Aug 2011 19:46:06 +0300 Timo Sirainen fts-lucene: Use WildcardQuery rather than RangeQuery to limit what UIDs to fetch.
Tue, 16 Aug 2011 19:19:10 +0300 Timo Sirainen lazy-expunge: Fixed assert-crash when trying to open lazy-expunge mailbox.
Tue, 16 Aug 2011 19:06:55 +0300 Timo Sirainen lib-storage: MAIL_STORAGE_SERVICE_FLAG_NO_LOG_INIT crashed after previous ioloop change.
Tue, 16 Aug 2011 18:50:42 +0300 Timo Sirainen fts: Assert-crashfix to HTML parsing if the document ends with a small tag.
Tue, 16 Aug 2011 18:33:27 +0300 Timo Sirainen Replaced "ioloop log" with a more generic "ioloop context".
Tue, 16 Aug 2011 18:27:40 +0300 Timo Sirainen lib-storage: Fixed assert-crash caused by previous stats change.
Tue, 16 Aug 2011 17:02:08 +0300 Timo Sirainen lib-storage: Moved stats_* from mail to transaction.
Tue, 16 Aug 2011 16:59:40 +0300 Timo Sirainen Compiler warning fix.
Mon, 15 Aug 2011 14:48:52 +0300 Timo Sirainen lib-index: Assert-crashfix when reading transaction log header fails with ESTALE.
Mon, 15 Aug 2011 14:48:18 +0300 Timo Sirainen lib-index: Avoid crashing when dealing with duplicate transaction log sequences.
Mon, 15 Aug 2011 14:33:36 +0300 Timo Sirainen fts-lucene: Don't crash if expunging didn't actually do anything.
Mon, 15 Aug 2011 01:18:01 +0300 Timo Sirainen example-config: Updated auth_username_format default to match reality.
Mon, 15 Aug 2011 01:11:47 +0300 Timo Sirainen lib-storage: Fixed mail_storage_copy_can_use_hardlink() for mode=0600 with different uids.
Mon, 15 Aug 2011 01:06:19 +0300 Timo Sirainen lib-storage: mailbox_list_get_permissions() now returns struct mailbox_permissions.
Mon, 15 Aug 2011 00:44:01 +0300 Timo Sirainen Compiler warning fix.
Mon, 15 Aug 2011 00:34:45 +0300 Timo Sirainen mbox: Generate mailbox GUID without syncing the mbox, locking it is enough.
Mon, 15 Aug 2011 00:30:18 +0300 Timo Sirainen mbox: Fixed crashing with pop3_lock_session=yes
Sun, 14 Aug 2011 23:39:10 +0300 Timo Sirainen lib-storage: Don't crash if INBOX is in a namespace with non-"" non-"INBOX/" prefix.
Sun, 14 Aug 2011 21:35:39 +0300 Timo Sirainen fts-lucene: doveadm fts rescan now also optimizes the index at the end.
Sun, 14 Aug 2011 21:29:07 +0300 Timo Sirainen fts-solr-old: Mailbox names are mUTF-7 in the Solr index, not UTF-8.