]>
git.ipfire.org Git - thirdparty/dovecot/core.git/log
Timo Sirainen [Thu, 1 Sep 2011 08:57:59 +0000 (11:57 +0300)]
Make static analyzer happy.
Timo Sirainen [Thu, 1 Sep 2011 08:50:49 +0000 (11:50 +0300)]
doveadm: Error handling fix
Timo Sirainen [Thu, 1 Sep 2011 08:02:30 +0000 (11:02 +0300)]
NEWS updated
Timo Sirainen [Thu, 1 Sep 2011 07:59:50 +0000 (10:59 +0300)]
TODO updated
Timo Sirainen [Thu, 1 Sep 2011 07:58:41 +0000 (10:58 +0300)]
stats: Keep track of session's PIDs.
Timo Sirainen [Thu, 1 Sep 2011 07:40:17 +0000 (10:40 +0300)]
stats: Keep track of last_update in microsecond precision and export it as such.
Timo Sirainen [Thu, 1 Sep 2011 07:39:37 +0000 (10:39 +0300)]
doveadm: Change "stats dump" default formatter to "tab".
Timo Sirainen [Thu, 1 Sep 2011 07:39:19 +0000 (10:39 +0300)]
doveadm: Initial implementation of "stats top" command.
Currently it's hard coded to assume ANSI compatible terminal.
Timo Sirainen [Thu, 1 Sep 2011 07:37:55 +0000 (10:37 +0300)]
Increased initial memory pool size.
Timo Sirainen [Thu, 1 Sep 2011 07:37:35 +0000 (10:37 +0300)]
stats plugin: Send one no-change session update after changes.
This tells the stats client that the session is idle now.
Timo Sirainen [Thu, 1 Sep 2011 06:46:05 +0000 (09:46 +0300)]
stats: Export CPU usecs prefixed with right number of zeros.
Timo Sirainen [Thu, 1 Sep 2011 04:25:23 +0000 (07:25 +0300)]
doveadm stats: Renamed "top" command to "dump" and allow giving any parameters to it.
Timo Sirainen [Thu, 1 Sep 2011 04:24:25 +0000 (07:24 +0300)]
stats: Fixed dumping command stats.
Timo Sirainen [Thu, 1 Sep 2011 04:21:41 +0000 (07:21 +0300)]
stats: Fixed handling IP address stats.
Timo Sirainen [Thu, 1 Sep 2011 03:52:43 +0000 (06:52 +0300)]
stats plugin: Added stats_refresh and stats_track_cmds settings.
The stats plugin is enabled only when refresh is set to non-zero. The
imap_stats plugin tracks commands only when stats_track_cmds=yes.
Timo Sirainen [Thu, 1 Sep 2011 03:36:34 +0000 (06:36 +0300)]
stats plugin: Optimized to lookup statistics only when necessary.
Timo Sirainen [Thu, 1 Sep 2011 03:13:36 +0000 (06:13 +0300)]
stats: Don't attempt to track stats for autocreated users.
Timo Sirainen [Thu, 1 Sep 2011 03:13:26 +0000 (06:13 +0300)]
lib-storage: Set struct mail_users.autocreated for raw/shared users.
Timo Sirainen [Thu, 1 Sep 2011 03:02:23 +0000 (06:02 +0300)]
stats: Added more statistics fields (syscpu, page faults, context switches).
Timo Sirainen [Thu, 1 Sep 2011 02:57:42 +0000 (05:57 +0300)]
doveadm stats top: Don't hang if stats server doesn't send any statistics.
Timo Sirainen [Wed, 31 Aug 2011 11:25:54 +0000 (14:25 +0300)]
lib-storage: Recognize "flags" cache field in MAILBOX_METADATA_PRECACHE_FIELDS.
Timo Sirainen [Wed, 31 Aug 2011 11:23:51 +0000 (14:23 +0300)]
fts-solr: Fixed updating last indexed uid in fts header.
Timo Sirainen [Wed, 31 Aug 2011 10:58:27 +0000 (13:58 +0300)]
fts: Removed unused code.
Timo Sirainen [Wed, 31 Aug 2011 10:49:48 +0000 (13:49 +0300)]
fts-lucene: Fixed checking if optimize should be done directly or via indexer.
Timo Sirainen [Wed, 31 Aug 2011 09:29:21 +0000 (12:29 +0300)]
lib-index: Changed mail_cache_view_close() API to take pointer-to-pointer.
Timo Sirainen [Wed, 31 Aug 2011 09:02:29 +0000 (12:02 +0300)]
indexer: Send completion% status updates to clients.
Timo Sirainen [Wed, 31 Aug 2011 08:39:50 +0000 (11:39 +0300)]
Redesigned mail precaching APIs.
There's no longer a one monolithic mailbox_sync(MAILBOX_SYNC_FLAG_PRECACHE)
call, but rather one mail_precache() call for each mail to be precached.
This allows the callers to show the progress and in general is cleaner.
Timo Sirainen [Wed, 31 Aug 2011 08:35:24 +0000 (11:35 +0300)]
fts: Fixed checking settings compatibility with non-INBOX namespaces.
Timo Sirainen [Wed, 31 Aug 2011 08:33:54 +0000 (11:33 +0300)]
lib-index: Added mail_cache_exists()
Timo Sirainen [Tue, 30 Aug 2011 06:57:08 +0000 (09:57 +0300)]
auth: Added missing files from recent commit.
Timo Sirainen [Tue, 30 Aug 2011 04:07:31 +0000 (07:07 +0300)]
fts: Added lookup_done() API call. Lucene uses it to close the index.
This way it Lucene doesn't keep the index files unnecessarily open forever.
Timo Sirainen [Tue, 30 Aug 2011 02:47:41 +0000 (05:47 +0300)]
mbox: mailbox_get_guid() does now better error handling when read-only mbox doesn't have GUID.
Timo Sirainen [Tue, 30 Aug 2011 02:36:24 +0000 (05:36 +0300)]
fts-lucene, fts-solr: Try to optimize searching for existence of header name.
Timo Sirainen [Tue, 30 Aug 2011 02:27:54 +0000 (05:27 +0300)]
auth: Added default_fields and override_fields settings to all passdbs and userdbs.
Timo Sirainen [Tue, 30 Aug 2011 01:31:28 +0000 (04:31 +0300)]
lib-storage: Added MAILBOX_TRANSACTION_FLAG_NO_CACHE_DEC and use it when precaching.
The result is that "doveadm index" no longer changes caching decisions.
Timo Sirainen [Tue, 30 Aug 2011 01:31:00 +0000 (04:31 +0300)]
lib-index: Added mail_cache_view_update_cache_decisions()
Timo Sirainen [Tue, 30 Aug 2011 01:21:36 +0000 (04:21 +0300)]
Merged changes from v2.0 tree.
Timo Sirainen [Mon, 29 Aug 2011 04:08:04 +0000 (07:08 +0300)]
Added signature for changeset
aa68f38c04f0
Timo Sirainen [Mon, 29 Aug 2011 04:08:02 +0000 (07:08 +0300)]
Added tag 2.0.14 for changeset
aa68f38c04f0
Timo Sirainen [Mon, 29 Aug 2011 04:08:02 +0000 (07:08 +0300)]
Released v2.0.14.
Timo Sirainen [Mon, 29 Aug 2011 04:04:49 +0000 (07:04 +0300)]
doveadm: Proxying fix
Timo Sirainen [Mon, 29 Aug 2011 04:03:26 +0000 (07:03 +0300)]
doveadm: Fixed authentication with remote doveadm server.
Timo Sirainen [Mon, 29 Aug 2011 03:18:26 +0000 (06:18 +0300)]
doveadm: Added "director ring status" command.
Timo Sirainen [Mon, 29 Aug 2011 03:18:16 +0000 (06:18 +0300)]
director: Updated DIRECTOR-LIST doveadm command.
Timo Sirainen [Mon, 29 Aug 2011 02:36:04 +0000 (05:36 +0300)]
doveadm: Skip mailbox optimizations under OR search terms.
This fixes problem with e.g. "mailbox foo or seen".
Timo Sirainen [Mon, 29 Aug 2011 02:30:58 +0000 (05:30 +0300)]
lib-index: Error logging fix to previous commit.
Timo Sirainen [Sun, 28 Aug 2011 05:32:44 +0000 (08:32 +0300)]
configure: Added --with-stemmer and output which fts backends are compiled.
Timo Sirainen [Sun, 28 Aug 2011 05:15:33 +0000 (08:15 +0300)]
lib-storage: Replaced MAILBOX_FLAG_KEEP_RECENT flag with reverse MAILBOX_FLAG_DROP_RECENT.
Very few places actually want to drop recent flags, so this way is easier.
Timo Sirainen [Sun, 28 Aug 2011 04:03:45 +0000 (07:03 +0300)]
stats plugin: Fixed stats connection reference counting.
Timo Sirainen [Sun, 28 Aug 2011 03:20:46 +0000 (06:20 +0300)]
doveadm dump: Updated fts_index_header.
Timo Sirainen [Sun, 28 Aug 2011 03:19:52 +0000 (06:19 +0300)]
fts-lucene: If default_language changes, reindex mailbox.
Timo Sirainen [Sun, 28 Aug 2011 03:18:54 +0000 (06:18 +0300)]
fts: Changed private fts_index_header accessing APIs
Timo Sirainen [Sun, 28 Aug 2011 02:49:36 +0000 (05:49 +0300)]
stats plugin: Don't crash if stats collecting is disabled.
Timo Sirainen [Sun, 28 Aug 2011 02:49:06 +0000 (05:49 +0300)]
lib-storage: Default mail_user.service (from NULL) to master_service.name.
Timo Sirainen [Sat, 27 Aug 2011 08:48:20 +0000 (11:48 +0300)]
fts-lucene: Error logging fix.
Timo Sirainen [Fri, 26 Aug 2011 02:20:01 +0000 (05:20 +0300)]
stats: Refresh idle timeout whenever session is updated.
Timo Sirainen [Fri, 26 Aug 2011 02:15:42 +0000 (05:15 +0300)]
doveadm: Added initial implementation of "stats top" command.
Timo Sirainen [Fri, 26 Aug 2011 02:15:12 +0000 (05:15 +0300)]
Initial implementation of statistics gathering daemon and plugins to feed it.
Some statistics are still missing, some of the code is a bit ugly and the
internal protocols will probably still change.
Timo Sirainen [Fri, 26 Aug 2011 02:10:54 +0000 (05:10 +0300)]
lib-master: Don't count FIFOs as clients anymore. We never see them disconnected.
This fixes a problem with shutdown_clients=no when a closed director process
could hang around forever waiting for the FIFO to close.
Timo Sirainen [Fri, 26 Aug 2011 02:09:25 +0000 (05:09 +0300)]
master: If fifo already exists, replace it to be sure it has proper permissions.
Timo Sirainen [Fri, 26 Aug 2011 02:08:42 +0000 (05:08 +0300)]
imap: Added hooks that can be run always before/after any command handler.
Timo Sirainen [Fri, 26 Aug 2011 02:07:53 +0000 (05:07 +0300)]
liblib: Added IPADDR_BITS() macro.
Timo Sirainen [Thu, 25 Aug 2011 00:54:50 +0000 (03:54 +0300)]
lib-storage: Moved all transaction stats_* to struct mailbox_transaction_stats.
Timo Sirainen [Thu, 25 Aug 2011 00:54:18 +0000 (03:54 +0300)]
liblib: Added _FULL versions of all linked list handling macros with prev and next params.
This allows putting structs into multiple linked lists.
Timo Sirainen [Wed, 24 Aug 2011 22:16:11 +0000 (01:16 +0300)]
Moved GUID code to liblib. Use guid_128_t type consistently everywhere.
Timo Sirainen [Wed, 24 Aug 2011 21:27:41 +0000 (00:27 +0300)]
liblib: Added io_loop_get_current_context()
Timo Sirainen [Wed, 24 Aug 2011 21:27:10 +0000 (00:27 +0300)]
liblib: io_loop_context_remove_callbacks() now requires also callbacks.
Timo Sirainen [Wed, 24 Aug 2011 18:37:15 +0000 (21:37 +0300)]
NEWS updated
Timo Sirainen [Wed, 24 Aug 2011 18:24:59 +0000 (21:24 +0300)]
configure: Removed accidentally committed stats directory.
Timo Sirainen [Wed, 24 Aug 2011 18:07:04 +0000 (21:07 +0300)]
fts-lucene: Added default_language setting and separated stemmer/textcat support.
Timo Sirainen [Tue, 23 Aug 2011 20:25:14 +0000 (23:25 +0300)]
lib-index: When creating dovecot.index.backup files, fdatasync() them first.
Otherwise if the dovecot.index file had been written to recently, it could
lose both the new and the old backup data.
Timo Sirainen [Tue, 23 Aug 2011 20:03:41 +0000 (23:03 +0300)]
sdbox: Avoid assert-crashing if mail being saved suddenly became corrupted.
Timo Sirainen [Tue, 23 Aug 2011 19:39:26 +0000 (22:39 +0300)]
lib-master: Make sure ipc server fd isn't tried to be accessed after it's closed.
Timo Sirainen [Tue, 23 Aug 2011 19:38:24 +0000 (22:38 +0300)]
rawlog: Use the lib-master API calls.
Timo Sirainen [Tue, 23 Aug 2011 19:14:38 +0000 (22:14 +0300)]
mbox: Avoid crashing when getting GUID or header-md5 in some conditions.
mbox file can be opened and locked (especially with pop3_lock_session=yes)
without actually creating a stream for it.
Timo Sirainen [Tue, 23 Aug 2011 18:41:24 +0000 (21:41 +0300)]
zlib: Fixed reading concatenated .gz files.
Timo Sirainen [Tue, 23 Aug 2011 18:20:13 +0000 (21:20 +0300)]
login proxy: Fixed assert-crash on io_add() when client disconnects at a bad time.
Timo Sirainen [Tue, 23 Aug 2011 17:43:36 +0000 (20:43 +0300)]
lib-lda: Don't crash if remote disconnects during sending mail via LMTP.
Timo Sirainen [Tue, 23 Aug 2011 01:52:55 +0000 (04:52 +0300)]
fts-lucene: Add '/' suffix to textcat_dir if it's not already there.
Timo Sirainen [Tue, 23 Aug 2011 01:44:26 +0000 (04:44 +0300)]
fts-lucene: Free all Lucene's memory on plugin deinit.
Timo Sirainen [Tue, 23 Aug 2011 01:44:03 +0000 (04:44 +0300)]
fts-lucene: Fixed memory leak in snowball analyzer.
Timo Sirainen [Tue, 23 Aug 2011 00:31:50 +0000 (03:31 +0300)]
indexer: Treat worker connections as client connections to avoid early idle-kills.
Timo Sirainen [Tue, 23 Aug 2011 00:31:15 +0000 (03:31 +0300)]
lib-master: Added master_service_client_connection_created()
Timo Sirainen [Thu, 18 Aug 2011 15:21:33 +0000 (18:21 +0300)]
mdbox: Remove refcount=0 records from map index on the first purge (not second).
Timo Sirainen [Thu, 18 Aug 2011 15:20:08 +0000 (18:20 +0300)]
mdbox: Remove refcount=0 records from map index on the first purge (not second).
Timo Sirainen [Thu, 18 Aug 2011 15:12:59 +0000 (18:12 +0300)]
Increased initial memory pool size.
Timo Sirainen [Thu, 18 Aug 2011 14:59:52 +0000 (17:59 +0300)]
indexer: Code cleanup
Timo Sirainen [Tue, 16 Aug 2011 20:37:42 +0000 (23:37 +0300)]
fts-lucene: Use TermQuery instead of PrefixQuery for searches.
Although PrefixQuery gives a more IMAP-like result, it's slower and can
fail if the prefix string is small.
Timo Sirainen [Tue, 16 Aug 2011 20:31:31 +0000 (23:31 +0300)]
fts-lucene: Automatically delete corrupted indexes and mark all mailboxes unindexed.
Timo Sirainen [Tue, 16 Aug 2011 20:21:52 +0000 (23:21 +0300)]
fts-lucene: doveadm fts rescan now resets "last indexed uid" for all mailboxes.
Timo Sirainen [Tue, 16 Aug 2011 20:12:35 +0000 (23:12 +0300)]
fts-lucene: Avoid unnecessarily creating the lucene-indexes directory.
Timo Sirainen [Tue, 16 Aug 2011 19:53:01 +0000 (22:53 +0300)]
dbox: Create symlink to alt root dir, and warn whenever it changes.
Timo Sirainen [Tue, 16 Aug 2011 19:52:19 +0000 (22:52 +0300)]
lib-storage: Don't crash on getting alt root dir, when no alt dir is specified.
Timo Sirainen [Tue, 16 Aug 2011 19:36:23 +0000 (22:36 +0300)]
lib-storage: Log alt path when mail_debug=yes
Timo Sirainen [Tue, 16 Aug 2011 19:36:04 +0000 (22:36 +0300)]
lib-storage: Log alt path when mail_debug=yes
Timo Sirainen [Tue, 16 Aug 2011 19:27:18 +0000 (22:27 +0300)]
lib-index: Optimized handling MAIL_TRANSACTION_EXPUNGE_GUID records in large index.
Timo Sirainen [Tue, 16 Aug 2011 19:27:06 +0000 (22:27 +0300)]
lib-index: Optimized handling MAIL_TRANSACTION_EXPUNGE_GUID records in large index.
Timo Sirainen [Tue, 16 Aug 2011 19:26:12 +0000 (22:26 +0300)]
fts-lucene: Don't add messages to expunge log that aren't even in the index.
Timo Sirainen [Tue, 16 Aug 2011 19:23:48 +0000 (22:23 +0300)]
fts-lucene: Once enough messages have been deleted, trigger optimize via indexer.
Timo Sirainen [Tue, 16 Aug 2011 19:22:32 +0000 (22:22 +0300)]
fts-lucene: Yet another (final!) attempt at avoiding "Too Many Clauses" error.