]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2015-06-11  Timo Sirainendoveadm fetch: Added "refcount" field.
2015-06-11  Timo Sirainencassandra: Error handling cleanup.
2015-06-11  Timo Sirainencassandra: Minor code cleanup to make sure we don't...
2015-06-11  Timo Sirainencassandra: Don't access freed memory when doing an...
2015-06-11  Timo Sirainendoveadm fs delete -R: More fixes to handling errors...
2015-06-10  Timo Sirainenlmtp: Fixed assert-crash on anvil lookup failures.
2015-06-10  Timo Sirainendoveadm fs delete -R: Fixed hang when some of the delet...
2015-06-10  Timo Sirainencassandra: If log_level=debug/trace, log each query...
2015-06-10  Timo Sirainencassandra: Added extra asserts and sanity checks to...
2015-06-10  Timo Sirainencassandra: Don't crash on failed queries.
2015-06-09  Timo Sirainendict-sql: Don't try to optimize finding a matching...
2015-06-05  Teemu Huovilaman: doveadm-pw.1: Fix typo.
2015-06-04  Pascal Volkman: doveadm-pw.1: Added a note about quoting password...
2015-06-04  Timo Sirainenfts: lib-fts search arg expansion wasn't done for non...
2015-06-03  Timo Sirainenfts: Added "doveadm fts expand" to show lib-fts search...
2015-06-03  Timo Sirainenlib-storage: Added mail_search_args_to_cmdline()
2015-06-03  Timo Sirainenfts: Added "doveadm fts lookup" command.
2015-06-03  Timo Sirainenlib-fts: fts_tokenizer_reset() didn't reset the entire...
2015-06-03  Timo Sirainenindexer: Improved handling multiple indexing requests...
2015-06-03  Timo Sirainenindexer: Try to always flush as many requests from...
2015-06-03  Timo Sirainenindexer: Use array.h API instead of writing our own.
2015-06-03  Timo Sirainenfts: If mail indexing fails, don't log a "BUG: Unknown...
2015-06-03  Timo Sirainenfts: If reading mail fails, log an error.
2015-06-03  Teemu Huovilalib-lda: Fixed crash in mail_deliver_get_log_var_expand...
2015-06-02  Timo Sirainenlib-fts: Added "english-possessive" filter.
2015-06-02  Timo Sirainenlib-fts: Use UTF8_IS_START_SEQ()
2015-06-02  Timo Sirainenlib: Added UTF8_IS_START_SEQ() helper macro
2015-06-02  Timo Sirainenlib-fts: fts-filter API changed to have a non-pointer...
2015-06-02  Timo Sirainenlib-fts: fts-lowercase can now use the default destroy...
2015-06-02  Timo Sirainenlib-fts: Implemented default create/destory functions...
2015-06-02  Timo Sirainenlib-fts: Moved IS_APOSTROPHE() to fts-common.h
2015-06-02  Timo Sirainenexample-config: Updated deliver_log_format comments
2015-06-02  Timo Sirainenlib-lda: Added %{to_envelope} to deliver_log_format
2015-06-02  Timo Sirainenlib-fts: Compiling fix without libicu
2015-06-02  Timo Sirainenlib-fts: Avoid compiler warning when building without...
2015-06-02  Timo Sirainenimapc: If auth fails due to connection failure, don...
2015-06-02  Timo Sirainenlib-fts: Fixed compiling without libicu
2015-06-02  Timo Sirainenlib-fts: Added more supported languages.
2015-06-02  Timo Sirainenlib-fts: Optimized truncation of partial trailing UTF...
2015-06-02  Timo Sirainenlib-fts: Use fts_icu_lcase() for fts-filter-lowercase...
2015-06-02  Timo Sirainenlib-fts: Added string_t *token to struct fts_filter
2015-06-02  Timo Sirainenlib-fts: Added fts_icu_lcase()
2015-06-02  Timo Sirainenlib-fts: Do all the ICU cleanup in fts_icu_deinit().
2015-06-02  Timo Sirainenlib-fts: Include fts-filter.h in fts-filter-private.h
2015-06-02  Timo Sirainenlib-fts: Renamed variable.
2015-06-02  Timo Sirainenlib-fts: Removed unnecessary array.h include from fts...
2015-06-02  Timo Sirainenlib-fts: Fixed tr29 tokenizer to delete last character...
2015-06-02  Timo Sirainenpop3-login: Added support for Zimbra proxy's XOIP command.
2015-06-02  Timo Sirainenfts: If we fail while indexing headers, return failure...
2015-06-02  Timo Sirainenfts: Error logging fix.
2015-06-01  Timo Sirainenfts: Fixed memory leak at deinit when using multiple...
2015-06-01  Teemu Huovilalib-fts: Correct comment in filter internal API.
2015-06-01  Teemu Huovilalib-fts: Call libicu u_cleanup.
2015-06-01  Phil Carmodyvarious: use new uni_utf8_get_char*() interface
2015-06-01  Timo Sirainenlib-fts: Use new uni_utf8_get_char*() interface
2015-06-01  Timo Sirainenlib: Improved unit test for uni_utf8_get_char() return...
2015-06-01  Phil Carmodylib: API change - have uni_utf8_get_char*() return...
2015-06-01  Phil Carmodyfts-solr: laxer check of uni_utf8_get_char_n() return...
2015-06-01  Phil Carmodylib: test-unichar - test invalid utf8 encodings
2015-06-01  Phil Carmodylib: test-unichar - streamline the unichars test
2015-06-01  Timo Sirainenlib-fts: Added unit testing for unicode apostrophe...
2015-06-01  Timo Sirainenlib-fts: tokenizers - Fixed removal of trailing charact...
2015-06-01  Timo Sirainenlib-fts: Optimize tokenizers - Rewrite of apostrophe...
2015-06-01  Timo Sirainenlib-fts: tr29 tokenizer - rename variable in preparatio...
2015-06-01  Timo Sirainenlib-fts: tokenizers - don't include removed apostrophes...
2015-06-01  Timo Sirainenlib-fts: simple tokenizer minor cleanup - removed unnec...
2015-06-01  Timo Sirainenlib-fts: tr29 tokenizer cleanup - Avoid unnecessary...
2015-06-01  Timo Sirainenlib-fts: simple tokenizer optimization - don't check...
2015-06-01  Timo Sirainenlib-fts: simple tokenizer cleanup - make prev_letter...
2015-06-01  Timo Sirainenlib-fts: simple tokenizer cleanup - removed unnecessary...
2015-06-01  Timo Sirainenlib-fts: tr29 cleanup - consistently call valid chars...
2015-06-01  Timo Sirainenlib-fts: tr29 cleanup - Avoid i++ in the for loop to...
2015-06-01  Timo Sirainenlib-fts: tr29 cleanup - token can never be empty by...
2015-06-01  Timo Sirainenlib-fts: Optimization for tr29 - we don't need to track...
2015-06-01  Teemu Huovilalib-fts: Correct internal helper function for tr29.
2015-06-01  Teemu Huovilalib-fts: Fix unit tests for TR29 full stop change.
2015-06-01  Teemu Huovilalib-fts: Change TR29 tokenizer to break at full stop...
2015-05-29  Timo Sirainenauth: Added %{passdb:field} and %{userdb:field} variables
2015-05-29  Timo Sirainenauth: Added unit test for auth %variable expansion.
2015-05-29  Timo Sirainenauth: Make sure %{mech} and %{session} is escaped in...
2015-05-29  Timo Sirainenauth: Moved var_expand() related code to its own file.
2015-05-29  Timo Sirainencassandra: Added log_level parameter to connect_string.
2015-05-29  Timo Sirainenlib-fs: Updated fs_write_stream_*() comments related...
2015-05-29  Timo Sirainenlib-fs: fs_write_stream_abort() now ignores missing...
2015-05-29  Timo Sirainenfts: If precaching fails, stop precaching the rest...
2015-05-29  Timo Sirainendovecot.m4: If run-test.sh fails, print the failing...
2015-05-29  Timo Sirainendovecot.m4: If NOVALGRIND environment is set, don't...
2015-05-29  Timo Sirainenlib-fs: fs_write_stream() now automatically corks the...
2015-05-29  Timo Sirainenfts: If last-uid lookup fails, return "Internal error...
2015-05-25  Timo Sirainenlib: Avoid race conditions in mkdir*() if directory...
2015-05-25  Timo Sirainenlog: read() errors weren't logged.
2015-05-25  Pascal Volksystemd service: Fixed typos in the comment section.
2015-05-17  Pascal Volksystemd: Small improvements to the unit configuration...
2015-05-24  Timo Sirainendoveadm user: Don't change privileges when looking...
2015-05-24  Timo Sirainenlib-storage: If no namespaces were defined, the autocre...
2015-05-24  Timo Sirainenlib-storage: If session_id isn't given, generate a...
2015-05-24  Timo Sirainenlib-index: Unit test fix.
2015-05-24  Timo Sirainenlib: file_lock_try_update() comment updated.
2015-05-24  Timo Sirainenlib: file_create_locked() lock method is now configurable
2015-05-24  Timo Sirainenlib: file_create_locked() was leaking fds and locks.
next