log

age author description
Wed, 19 Aug 2015 21:31:56 +0300 Timo Sirainen lib: Log notify IO leaks when ioloop is destroyed.
Wed, 19 Aug 2015 21:24:50 +0300 Timo Sirainen lib: io_add_notify() wasn't setting struct io.source_linenum
Wed, 19 Aug 2015 20:49:12 +0300 Timo Sirainen imap: If command has no imap_parser, don't crash when freeing the command.
Wed, 19 Aug 2015 16:50:10 +0300 Timo Sirainen lib: inotify doesn't need to watch for IN_CLOSE
Wed, 19 Aug 2015 15:12:09 +0300 Timo Sirainen lib-storage: Moved index/index-mailbox-check.c code to mailbox-watch.c
Wed, 19 Aug 2015 14:47:51 +0300 Timo Sirainen Removed support for dnotify.
Wed, 19 Aug 2015 14:33:09 +0300 Timo Sirainen pop3: Added %{deleted_bytes} variable to pop3_logout_format
Wed, 19 Aug 2015 14:30:09 +0300 Timo Sirainen pop3: If transcation commit failed at QUIT, don't log any messages as expunged.
Wed, 19 Aug 2015 13:41:54 +0300 Timo Sirainen lib: kqueue notification should trigger also on file renames.
Wed, 19 Aug 2015 13:40:35 +0300 Timo Sirainen lib-storage: Code cleanup - Don't keep a separate notify_ios list.
Wed, 19 Aug 2015 12:56:55 +0300 Timo Sirainen lib-storage: Moved most of the \Recent flag handling code to mailbox-recent-flags.c
Wed, 19 Aug 2015 11:34:36 +0300 Timo Sirainen *-login: Removed dead assignment to make static analyzer happy.
Tue, 18 Aug 2015 23:20:35 +0300 Timo Sirainen fts-solr: Flush Solr indexing HTTP requests every 1000 mails.
Tue, 18 Aug 2015 23:20:07 +0300 Timo Sirainen fts-solr: If HTTP request fails, log the status number as well.
Tue, 18 Aug 2015 23:17:47 +0300 Timo Sirainen fts-solr: Fix to previous memory leak fix - second request was failing.
Tue, 18 Aug 2015 23:07:19 +0300 Timo Sirainen fts-solr: Fixed memory leak when indexing multiple mailboxes in one update context.
Tue, 18 Aug 2015 23:02:01 +0300 Stephan Bosch lib-http: client: Fixed handling of request timeout.
Tue, 18 Aug 2015 21:10:41 +0300 Timo Sirainen lib-http: Previous test-http-client safe_memset() change broke in some systems.
Tue, 18 Aug 2015 20:59:25 +0300 Timo Sirainen lib-http: test-http-client may have failed to load SSL library plugin.
Tue, 18 Aug 2015 20:54:47 +0300 Timo Sirainen lib-http: test-http-client double-freed memory
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http: url: Implemented http_url_clone_authority() to clone authority part of existing HTTP URL.
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http: url: Implemented functions to copy/clone URLs including the userinfo part (normally skipped).
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http auth: Implemented cloning/copying of credentials struct.
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http client: Implemented proxy authentication using Basic scheme.
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http client: Added inline function to check whether request is directed at a proxy.
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http client: Implemented simple authentication using Basic scheme.
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http client: Removed useless assignment of request->authority in http_client_request_redirect().
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http client: Minor whitespace cleanups in struct http_client_request.
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http: url: Make sure destination url struct is cleared in http_url_copy().
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http auth: Implemented client-side handling of basic authentication scheme.
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http auth: Fixed assertion on the validity of the token68 encountered during conversion to string.
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http auth: Made second argument of http_auth_create_challenges() const as it should be.
Tue, 18 Aug 2015 20:39:24 +0300 Stephan Bosch lib-http auth: Fixed segfault occurring in http_auth_challenge_copy() when there are no parameters.
Tue, 18 Aug 2015 20:39:06 +0300 Timo Sirainen lib-master: Added support for HAProxy protocol.
Tue, 18 Aug 2015 20:23:45 +0300 Timo Sirainen master: Changed passing of listener settings from master to process to be more flexible.
Mon, 15 Jun 2015 18:50:53 +0200 Stephan Bosch lmtp, *-login: Use ip/port values from struct master_service_connection instead of from the socket.
Mon, 15 Jun 2015 18:50:53 +0200 Stephan Bosch lib-master: Added local and real IP addresses and ports to struct master_service_connection.
Tue, 18 Aug 2015 20:03:28 +0300 Timo Sirainen lib-master: Moved connection accepting code to its own functions.
Mon, 17 Aug 2015 19:31:42 +0300 Timo Sirainen lazy-expunge: If MAIL_FETCH_REFCOUNT fails because mail is expunged, ignore the error.
Mon, 17 Aug 2015 19:28:55 +0300 Timo Sirainen lazy-expunge: If MAIL_FETCH_REFCOUNT fails, log the storage error.
Mon, 17 Aug 2015 14:25:59 +0300 Timo Sirainen lib-fts: Minor cleanup - initialize err with U_ZERO_ERROR instead of 0.
Mon, 17 Aug 2015 13:18:03 +0300 Teemu Huovila lib-fts: Add Unicode TR29 rule WB5a setting to tokenizer.
Mon, 17 Aug 2015 13:15:11 +0300 Teemu Huovila lib-fts: Add note about possible additional apostrophe.
Mon, 17 Aug 2015 13:14:44 +0300 Teemu Huovila lib-fts: Update comment on tr29 rules.
Mon, 17 Aug 2015 12:56:25 +0300 Timo Sirainen indexer: Removed counting worker processes as service clients to prevent idle-kill.
Mon, 17 Aug 2015 12:53:52 +0300 Timo Sirainen lib-master: If idle-die callback returns FALSE, notify master that we don't want to die.
Mon, 17 Aug 2015 12:51:43 +0300 Timo Sirainen lib-master: Code cleanup - split master_status_update() to two functions.
Sun, 16 Aug 2015 13:22:14 +0200 Timo Sirainen lib-fs: Moved enum fs_op from fs-randomfail.c to fs-api-private.h
Sun, 16 Aug 2015 13:17:06 +0200 Timo Sirainen lib-fs: Fix to earlier write_stream_finish() commit
Sun, 16 Aug 2015 13:14:11 +0200 Timo Sirainen lib-fs: fs_copy*() didn't update metadata_changed correctly.
Sun, 16 Aug 2015 13:10:48 +0200 Timo Sirainen lib-fs: Small code cleanup for handling write_stream_finish()
Sun, 16 Aug 2015 13:07:21 +0200 Timo Sirainen lib-fs: fs_write() didn't update stats.write_count correctly.
Sat, 15 Aug 2015 12:14:35 +0200 Timo Sirainen dsync: Fixed syncing a recursive delete of mailbox with children.
Sat, 15 Aug 2015 12:05:34 +0200 Timo Sirainen dsync: If mailbox is already deleted locally, don't attempt to delete it again.
Wed, 12 Aug 2015 12:52:06 +0300 Timo Sirainen pop3: Added pop3_delete_type setting with values "default", "expunge" or "flag".
Tue, 11 Aug 2015 14:27:01 +0300 Timo Sirainen lib-fts: Install headers on make install.
Mon, 10 Aug 2015 15:39:50 +0300 Timo Sirainen rawlog: Removed unnecessary/duplicate 'o' from getopt_args
Mon, 10 Aug 2015 15:35:43 +0300 Timo Sirainen lda: Removed unnecessary/duplicate 'k' from getopt_args
Sun, 09 Aug 2015 21:54:33 +0300 Timo Sirainen man: doveadm-import -s description updated
Fri, 07 Aug 2015 15:32:28 +0300 Timo Sirainen doveadm: Make sure we can't accidentally add duplicate getopt args.