log

age author description
Thu, 10 Dec 2015 11:14:26 +0200 Timo Sirainen Makefile: Make ChangeLog depend on .git/index instead of .git/ORIG_HEAD
Wed, 09 Dec 2015 19:40:18 +0200 Timo Sirainen Switched .hgignore to .gitignore
Wed, 09 Dec 2015 19:40:10 +0200 Timo Sirainen Removed .hgsigs and .hgtags
Wed, 09 Dec 2015 18:38:00 +0200 Timo Sirainen Makefile, update-version.sh: Switched from hg to git.
Wed, 09 Dec 2015 17:37:13 +0200 Timo Sirainen TODO updated
Wed, 09 Dec 2015 17:36:49 +0200 Timo Sirainen acl: Empty lines and comments in dovecot-acl files weren't handled correctly.
Wed, 09 Dec 2015 15:31:37 +0200 Timo Sirainen virtual: Fixed assert-crash when opening virtual mailbox triggered backend mailbox autocreation.
Wed, 09 Dec 2015 13:51:35 +0200 Timo Sirainen lib-storage: Fixed mail_search_args_simplify() with empty args.
Wed, 09 Dec 2015 13:02:46 +0200 Timo Sirainen director: If doveadm attempts to change tag for an existing host, return error.
Wed, 09 Dec 2015 13:02:19 +0200 Timo Sirainen doveadm director update: Tag can't be changed - don't allow -t parameter
Wed, 09 Dec 2015 12:43:18 +0200 Timo Sirainen imap: Added assert to make sure client_command_context isn't freed too early.
Wed, 09 Dec 2015 10:49:22 +0200 Timo Sirainen quota-fs: Fixed getting NFS rquota when the quota was disabled.
Tue, 08 Dec 2015 15:47:28 +0200 Timo Sirainen fts: When indexing header names with lib-fts, add them using "data" language.
Tue, 08 Dec 2015 13:28:01 +0200 Timo Sirainen fts: Fixed searching for HEADER "" with lib-fts
Tue, 08 Dec 2015 13:23:19 +0200 Timo Sirainen lib-storage: mail_search_args_simplify() handles now ALL better.
Tue, 08 Dec 2015 13:13:24 +0200 Timo Sirainen lib-storage: mail_search_args_simplify() code cleanup - allow merging first arg
Tue, 08 Dec 2015 13:13:10 +0200 Timo Sirainen lib-storage: Fix to a776ee107aa2 - merged-flag wasn't reset between all args.
Tue, 08 Dec 2015 12:55:40 +0200 Timo Sirainen lib-storage: Code cleanup - moved BODY/TEXT "" optimization to mail_search_args_simplify()
Tue, 08 Dec 2015 12:24:42 +0200 Timo Sirainen lib-settings: Allow using comma as deflist separator.
Tue, 08 Dec 2015 10:18:48 +0200 Timo Sirainen quota-fs: Recalculate relative quota rules when FS limit changes are detected.
Tue, 08 Dec 2015 10:17:10 +0200 Timo Sirainen lmtp: Memory leak fixes on handling some RCPT TO failures.
Mon, 07 Dec 2015 21:09:47 +0200 Timo Sirainen Added signature for changeset f833b8160e39
Mon, 07 Dec 2015 21:09:38 +0200 Timo Sirainen Added tag 2.2.20 for changeset f833b8160e39
Mon, 07 Dec 2015 21:09:35 +0200 Timo Sirainen Released v2.2.20.
Mon, 07 Dec 2015 16:06:15 +0200 Timo Sirainen lib-ssl-iostream, login-*: Hide unnecessary "EVP_PKEY_get1_EC_KEY:expecting a ec key" errors.
Mon, 07 Dec 2015 11:29:29 +0200 Timo Sirainen doveadm: Fixed reseting getopt() with glibc when processing multiple commands in a single process.
Mon, 07 Dec 2015 11:21:59 +0200 Timo Sirainen doveadm-server: Reset getopt() before calling non-mail commands.
Sun, 06 Dec 2015 20:48:55 +0200 Timo Sirainen lib-storage: mail_search_args_simplify() handles now "(a OR b) AND (a OR c)" -> "a OR (b AND c)"
Sun, 06 Dec 2015 20:46:52 +0200 Timo Sirainen lib-storage: mail_search_args_simplify() refactoring
Sun, 06 Dec 2015 19:27:45 +0200 Timo Sirainen lib-storage: mail_search_args_simplify() handles now "a AND (a OR b)" -> "a"
Sun, 06 Dec 2015 19:26:44 +0200 Timo Sirainen lib-storage: Make sure mail_sesarch_args_simplify_sub() is called enough times.
Sun, 06 Dec 2015 19:25:20 +0200 Timo Sirainen lib-storage: Minor test-mail-search-args-simplify unit test improvements
Sun, 06 Dec 2015 18:14:08 +0200 Timo Sirainen lib-storage: mail_search_args_simplify() handles now "(a AND b) OR (a AND c)" -> "a AND (b OR c)"
Sun, 06 Dec 2015 18:12:24 +0200 Timo Sirainen lib-storage: mail_search_args_simplify() handles now "a OR (a AND b)" -> "a"
Sun, 06 Dec 2015 18:09:17 +0200 Timo Sirainen lib-storage: Made mail_search_arg_[one_]equals() public.
Sun, 06 Dec 2015 18:08:20 +0200 Timo Sirainen lib-storage: mail_search_args_equal() ignored some differences.
Sun, 06 Dec 2015 18:06:45 +0200 Timo Sirainen lib-storage: mail_search_arg*_dup() didn't preserve fuzzy-flag.
Sun, 06 Dec 2015 16:46:30 +0200 Timo Sirainen lib-storage: SEARCH BODY "" wasn't properly being translated to SEARCH_ALL.
Sun, 06 Dec 2015 16:09:55 +0200 Timo Sirainen lib-storage: dovecot.index.pvt* ignored several settings.
Sun, 06 Dec 2015 15:39:53 +0200 Timo Sirainen quota-fs: File count limits with NetBSD shouldn't be multiplied by DEV_BSIZE
Sun, 06 Dec 2015 15:10:10 +0200 Timo Sirainen lib-charset: Added UTF-7 state checking unit test.
Sun, 06 Dec 2015 14:57:22 +0200 Timo Sirainen lmtp: quota_full_tempfail=yes didn't work with lmtp_rcpt_check_quota=yes
Sun, 06 Dec 2015 14:27:46 +0200 Timo Sirainen sdbox: Fixed assert-crash when message with external attachments was copied between storages.
Fri, 04 Dec 2015 14:17:45 +0200 Timo Sirainen fts: Fixed FTS search query generation after earlier per-language tokenizer changes.
Fri, 04 Dec 2015 13:46:00 +0200 Timo Sirainen lib-http: Give a better error message if request times out.
Fri, 04 Dec 2015 13:27:28 +0200 Timo Sirainen doveadm fts lookup/expand: Don't assert-crash if fts isn't configured.
Fri, 04 Dec 2015 12:29:12 +0200 Timo Sirainen lib: Removed t_str_trim() for now due to collision in Pigeonhole v0.4.9
Fri, 04 Dec 2015 12:15:49 +0200 Timo Sirainen imap: Fixed assert-crash if client disconnected at a specific command state.
Fri, 04 Dec 2015 11:38:00 +0200 Timo Sirainen lib-index: mail_transaction_log_file_map() didn't properly check start_offset
Fri, 04 Dec 2015 10:52:52 +0200 Timo Sirainen lib-ssl-iostream: Fixed compiler warning when OpenSSL didn't support ECDH.
Fri, 04 Dec 2015 09:52:26 +0200 Timo Sirainen fts: Error handling fix for previous per-language tokenizer change.
Thu, 03 Dec 2015 15:31:48 +0200 Timo Sirainen Added signature for changeset c35e62a9e710
Thu, 03 Dec 2015 15:31:41 +0200 Timo Sirainen Added tag 2.2.20.rc1 for changeset c35e62a9e710
Thu, 03 Dec 2015 15:31:39 +0200 Timo Sirainen Released v2.2.20.rc1.
Thu, 03 Dec 2015 14:24:06 +0200 Timo Sirainen fts: Added support for per-language tokenizer settings.
Thu, 03 Dec 2015 12:22:24 +0200 Timo Sirainen lib-ssl-iostream: Moved openssl_iostream_*error() to -common.c
Thu, 03 Dec 2015 12:19:12 +0200 Timo Sirainen login, lib-ssl-iostream: Clear errors caused by manual EC key selection when there was no EC key.
Thu, 03 Dec 2015 12:13:11 +0200 Timo Sirainen lib-ssl-iostream: Check for SSL_CTX_set_ecdh_auto() failure.
Thu, 03 Dec 2015 12:02:56 +0200 Timo Sirainen login, lib-ssl-iostream: Deduplicate code with shared openssl_iostream_use_certificate_error()
Thu, 03 Dec 2015 11:58:11 +0200 Timo Sirainen login-common: Use openssl_iostream_*error() to avoid code duplication.