log

age author description
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.
Sun, 14 Aug 2011 21:28:28 +0300 Timo Sirainen lib-imap: Added t_imap_utf8_to_utf7()
Sun, 14 Aug 2011 21:02:43 +0300 Timo Sirainen indexer: Don't die on "idle kill signal" if workers are still busy.
Sun, 14 Aug 2011 20:55:32 +0300 Timo Sirainen indexer: Potential crashfix on deinit.
Sun, 14 Aug 2011 20:55:12 +0300 Timo Sirainen fts-lucene: Actually delete messages from index on expunge/rescan.
Sun, 14 Aug 2011 20:41:44 +0300 Timo Sirainen fts: fts_expunge_log_uid_count() returned garbage on nonexistent log.
Sun, 14 Aug 2011 20:41:21 +0300 Timo Sirainen fts: Memory leak fix
Sun, 14 Aug 2011 20:41:06 +0300 Timo Sirainen fts-lucene: Avoid crashing on doveadm dump.
Sun, 14 Aug 2011 20:40:49 +0300 Timo Sirainen fts-lucene: Fixed doveadm dump's lucene-index detection.
Fri, 12 Aug 2011 17:39:19 +0300 Timo Sirainen fts-lucene: Use fts expunge log instead of scanning the entire index for expunged mails.
Fri, 12 Aug 2011 17:37:23 +0300 Timo Sirainen fts: Added "doveadm fts rescan" command.
Fri, 12 Aug 2011 17:33:29 +0300 Timo Sirainen fts: Added fts_backend_rescan()
Fri, 12 Aug 2011 17:47:29 +0300 Timo Sirainen fts: Added generic "fts expunge log".
Fri, 12 Aug 2011 17:27:05 +0300 Timo Sirainen fts-lucene: Added "doveadm dump" support for lucene index.
Fri, 12 Aug 2011 17:40:55 +0300 Timo Sirainen lib-storage: Added mail_guid_128_hash/cmp()