]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2015-05-10  Timo Sirainenlib-http: http-server now always creates a payload...
2015-05-09  Timo Sirainenpop3-migration: Added more debug and error logging.
2015-05-09  Timo SirainenAdded signature for changeset da685736985a
2015-05-09  Timo SirainenAdded tag 2.2.17.rc1 for changeset da685736985a
2015-05-09  Timo SirainenReleased v2.2.17.rc1. 2.2.17.rc1
2015-05-09  Timo SirainenMoved fs-compress to a separate plugin directory.
2015-05-09  Timo SirainenMake Coverity happier.
2015-05-09  Timo Sirainenquota-dict: It wasn't possible to use multiple quota...
2015-05-09  Timo Sirainenanvil: Penalty tracking was moving last checksums wrong...
2015-05-09  Timo Sirainendoveadm-server: Fixed potential crash if doveadm client...
2015-05-09  Timo Sirainendoveadm: Removed unused doveadm_mailbox_find_and_sync...
2015-05-09  Timo Sirainenimap: Don't crash if APPEND command is given with inval...
2015-05-09  Timo Sirainenlib-mail: Improved istream-attachment-extractor error...
2015-05-09  Timo Sirainenlib-mail: Fixed crash in istream-attachment-extractor...
2015-05-09  Timo Sirainenindexer-worker: Don't crash if we failed to get mailbox...
2015-05-09  Timo Sirainenlib-fts: Changed fts_tokenizer_next/final() to return...
2015-05-09  Timo Sirainenlib-fts: Minor code cleanup - avoid functions always...
2015-05-09  Timo Sirainenlib-fts: fts_language_list_init() API changed to return...
2015-05-09  Timo Sirainenvirtual: Don't crash if trying to save mail to a virtua...
2015-05-09  Timo Sirainenlib-fs: Minor code cleanup
2015-05-09  Timo Sirainenlib-compression: Fixed dependency tracking in Makefile
2015-05-09  Pascal Volkman: Added description of option `-F file'.
2015-05-09  Timo Sirainenlib-fts: Various improvements to test-fts-tokenizer
2015-05-09  Timo Sirainenlib-fts: Added fts_tokenizer_final() as a convenience...
2015-05-09  Timo Sirainenlib-fts: Fixed token truncation.
2015-05-09  Timo Sirainenlib-fts: Fixed compiling without libicu
2015-05-09  Timo Sirainenlib-storage: Run each storage hook inside its own data...
2015-05-09  Timo Sirainenfts: Renamed filter and tokenizer specific setting...
2015-05-09  Timo Sirainenfts: Simplify error messages a little bit to be more...
2015-05-09  Timo Sirainenfts: Use key=value instead of "key value" settings...
2015-05-09  Timo Sirainenfts: If fts_filters setting doesn't exist, use built...
2015-05-09  Timo Sirainenfts: Prefer language-specific filter settings over...
2015-05-09  Timo Sirainenlib-fts: Minor code cleanups
2015-05-09  Timo Sirainenlib-fts: fts-tokenizer-generic-private.h had content...
2015-05-09  Timo Sirainenlib-fts: Removed supports() function from filter API
2015-05-09  Timo Sirainenlib-fts: Removed tokenizer name macros from fts-tokenizer.h
2015-05-09  Timo Sirainenlib-fts: Store pointers to fts_tokenizer classes instea...
2015-05-09  Timo Sirainenlib-fts: test-fts-tokenizer cleanup - moved tokenizers_...
2015-05-09  Timo Sirainenlib-fts: Removed filter name macros from fts-filter.h
2015-05-09  Timo Sirainenlib-fts: Store pointers to fts_filter classes instead...
2015-05-09  Timo Sirainenfts: Lowecase non-human language input while indexing.
2015-05-09  Timo Sirainenlib-fts: Added "lowercase" filter.
2015-05-09  Timo Sirainenlib-fts: Removed "simple" normalizer.
2015-05-09  Timo Sirainenlib-fts: Minor unit test cleanups
2015-05-09  Timo Sirainenfts: Reset tokenizers before using them
2015-05-09  Timo Sirainenlib-fts: Added fts_tokenizer_reset()
2015-05-09  Timo Sirainenlib-fts: fts-tokenizer-address didn't reset state prope...
2015-05-09  Timo Sirainenfts: When tokenizing a search word, give "search" param...
2015-05-09  Timo Sirainenfts: Don't crash if search arg string expands to empty...
2015-05-09  Timo Sirainenlib-fts: Use case-sensitive settings comparisons in...
2015-05-09  Timo Sirainenlib-fts: Minor unit test fix - use case sensitive check...
2015-05-09  Timo Sirainenlib-storage: mail_search_arg_dup() is now a public...
2015-05-09  Timo Sirainenlib-fts: Implemented "search" parameter to fts-tokenize...
2015-05-09  Timo Sirainenfts: If filtering fails during search arg expansion...
2015-05-09  Timo Sirainenlib-fts: Compiler warning fix when building without...
2015-05-09  Timo Sirainenlib-fts: Minor fts-tokenizer-address cleanups
2015-05-09  Timo Sirainenlib-fts: Removed explicit no_parent setting from fts...
2015-05-09  Timo Sirainenlib-fts: Use rfc822-parser in fts-tokenizer-address...
2015-05-09  Timo Sirainenlib-fts: Don't treat empty domains as valid addresses.
2015-05-09  Timo Sirainenlib-fts: Removed unnecessary code from fts-address...
2015-05-09  Timo Sirainenlib-fts: Various fixes and cleanups to stopwords filter.
2015-05-09  Timo Sirainenlib-fts: Assume that fts_language.name is always lowerc...
2015-05-09  Timo Sirainenlib-fts: Fixed test-fts-filter unit test to handle...
2015-05-09  Timo Sirainenlib-fts: Changed filter's internal APIs to return error...
2015-05-09  Timo Sirainenlib-fts: Snowball's sb_stemmer_stem() can only fail...
2015-05-09  Teemu Huovilalib-fts: Improve using max_length in tr29 tokenizer
2015-05-09  Teemu Huovilalib-fts: Fixed using max_length setting in simple tokenizer
2015-05-09  Teemu Huovilalib-fts: Default to simple tokenizer algorithm
2015-05-09  Teemu Huovilalib-fts: Delay stopwords filter full initialization...
2015-05-09  Teemu Huovilalib-fts: Delay snowball filter initialization until...
2015-05-09  Teemu Huovilafts: Improve filter error handling.
2015-05-09  Teemu Huovilalib-fts: Removed make_uchar() return value.
2015-05-09  Teemu Huovilalib-fts: normalizer-icu now delays initialization of...
2015-05-09  Teemu Huovilafts: Change filter API to be able to return errors
2015-05-09  Teemu Huovilafts: Change tokenizer API to be able to return errors
2015-05-09  Teemu Huovilafts: Replace '-' with '_' in tokenizer-specific fts_tok...
2015-05-09  Teemu Huovilafts: Create tokenizers differently
2015-05-09  Teemu Huovilafts: Create filters earlier
2015-05-08  Timo Sirainenfts: Fixed handling NOT when using lib-fts
2015-05-08  Timo Sirainendsync: Stop running if SIGINT/SIGTERM is received.
2015-05-08  Timo SirainenMoved fs-compress from lib-fs to lib-compression.
2015-05-07  Timo Sirainenlib-fs: Fixed fs-compress code to actually build and...
2015-05-07  Timo Sirainenlib-fs: Added fs-compress wrapper.
2015-05-07  Timo Sirainenlib-storage: Fixed LAYOUT=imapdir to work again
2015-05-07  Timo Sirainendirector: Fixed "doveadm director status <user>" lookup...
2015-05-07  Timo Sirainenexample-config: s/Recipient:/Received:/
2015-05-07  Timo Sirainenexmaple-config: Added lmtp_hdr_delivery_address setting.
2015-05-07  Timo Sirainenauth: Added assert to make sure previous change is...
2015-05-07  Timo Sirainenauth: Fixed credentials lookups via auth-workers when...
2015-05-07  Timo Sirainenldap auth: If password is already verified (e.g. master...
2015-05-06  Timo Sirainenmbox: Added an extra assert
2015-05-06  Timo Sirainenmbox: Fixed crash/corruption in some situations when...
2015-05-06  Timo Sirainenimap: Don't advertise SPECIAL-USE if there are no such...
2015-05-06  Timo Sirainendsync: Don't try to rename namespace roots.
2015-05-06  Timo Sirainendoveadm: Changed -U to -F
2015-05-06  Timo Sirainendoveadm: Added -U <file> parameter for executing the...
2015-05-06  Timo Sirainendoveadm-server: Invalid parameters for some commands...
2015-05-06  Timo Sirainenscript: Another comment update about protocol - the...
2015-05-06  Timo Sirainenscript: Updated comment to describe the current script...
2015-05-05  Timo Sirainendoveadm fs delete: Fixed function return type
next