]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2016-06-06  Timo Sirainenlib-master: Add automatic data stack frame to init...
2016-06-06  Timo Sirainenmbox: mbox_index_header.dirty_flag isn't boolean, so...
2016-06-06  Timo Sirainenlib: define FALSE to be (!1)
2016-06-06  Timo Sirainenglobal: Use only explicit int -> bool conversions
2016-06-06  Timo Sirainenglobal: Require comparisons to be strict boolean expres...
2016-06-06  Timo Sirainenglobal: uint32_t:1 -> bool:1
2016-06-06  Timo Sirainenglobal: unsigned int:1 -> bool:1
2016-06-06  Timo Sirainenmbox: Code cleanup - use bool instead of int for tracki...
2016-06-06  Martti Rannanjärvilib: remove autoclose parameter from [io]_stream_create_fd
2016-06-06  Timo Sirainenquota: Differentiate between forced and non-forced...
2016-06-06  Timo Sirainenquota: Skip reading mail sizes when quota backend doesn...
2016-06-06  Pali Rohárlib-mail: Update tests for message address
2016-06-06  Pali Rohárlib-mail: message_address_write: Quote and escape strin...
2016-06-06  Pali Rohárlib-mail: parse_mailbox: Set display name instead mailb...
2016-06-06  Pali Rohárlib-mail: parse_addr_spec: Email address without local...
2016-06-06  Pali Rohárlib-mail: parse_addr_spec: Like in rfc822_skip_comment...
2016-06-06  Pali Rohárlib-mail: message_address_write: Fix generating group...
2016-06-06  Pali Rohárlib-mail: message_address_write: Fix generating empty...
2016-06-05  Timo Sirainenfs-randomfail: Support failures after asynchronous...
2016-06-05  Timo Sirainendict: Fixed hang when pipelining multiple commands.
2016-06-05  Timo Sirainenlib-index: Extension record size resizing was still...
2016-06-05  Timo Sirainenglobal: More fixes to mismatched bool vs int handling
2016-06-05  Timo Sirainenglobal: Fixed mismatched bool vs. int/pointer handling
2016-06-05  Timo Sirainenlib-mail: Added comment about invalid timezones in...
2016-06-05  Timo Sirainendirector: Fixed error handling when directors support...
2016-06-05  Timo Sirainenlib-dcrypt: Fixed error handling in dcrypt_key_id_public()
2016-06-05  Timo Sirainenlib-storage: Fixed error handling in list=children...
2016-06-05  Timo Sirainenfts-lucene: Fixed error handling when checking if setti...
2016-06-05  Timo Sirainenmailbox-alias plugin: Fixed error handling
2016-06-05  Timo Sirainenlib-storage: Search args equalness checks didn't compar...
2016-06-05  Timo Sirainenmbox: Fixed expunging first mail with CRLF linefeeds.
2016-06-05  Timo Sirainenmdbox: Fix want_altpath flags/boolean mixup
2016-06-05  Timo Sirainenauth: Fixed error handling in passdb/userdb dict config...
2016-06-05  Timo Sirainendirector: Fixed ignoring an obsolete up/down change...
2016-06-05  Timo Sirainenlib-dcrypt: Fixed function return type.
2016-06-04  Timo Sirainenlazy-expunge: Fixed crash on error handling
2016-06-03  Timo Sirainenlib-index: Fix duplicate fields in mail_cache_register_...
2016-06-03  Timo Sirainenlib-index: Fixed extension resizing
2016-06-03  Timo Sirainenlib-index: Added header-size asserts
2016-06-03  Timo Sirainenlib-index: Fixed fsck handling extension with invalid...
2016-06-03  Timo Sirainenglobal: Use hash_table_update() instead of _insert...
2016-06-03  Timo Sirainenlib-storage: Detect duplicate mailbox GUIDs in guid...
2016-06-03  Timo Sirainenmaildir: Detect duplicate keywords in dovecot-keywords...
2016-06-03  Timo Sirainenmaildir: Avoid extra memory usage on duplicate uidlist...
2016-06-03  Timo Sirainenlib-index: Allow growing ext record_size after mail_ind...
2016-06-03  Timo Sirainenlib-index: Fixed changing extension record sizes.
2016-06-03  Timo Sirainenlib-index: Minor code cleanup - use better variable...
2016-06-03  Baofeng Wanglib-storage: add no_fts in struct mail_search_arg
2016-06-03  Baofeng Wanghash: refactor hash_table_insert_node() and its callers...
2016-06-03  Baofeng Wanglib-fts: fixup misuse of hash_table_insert()
2016-06-03  Timo Sirainenvirtual: Moved virtual_mailbox_vfuncs to lib-storage.
2016-06-03  Timo Sirainenmaster: Give a nicer error if unix/fifo_listener path...
2016-06-03  Martti Rannanjärviprint CFLAGS on ./configure
2016-06-03  Martti Rannanjärvilib: net_get_ip_any[46]() to struct net_ip[46]_any
2016-06-03  Baofeng Wanglib: remove useless NULL check after calling vstrconcat
2016-06-03  Baofeng Wangliblib: *_strndup() and *_strconcat() shouldn't pass...
2016-06-03  Baofeng Wanglib-fs: do NOT feed i_strconcat() with NULL
2016-06-03  Baofengstorage: do NOT feed p_strconcat() with NULL.
2016-06-03  Baofengauth: do NOT feed p_strconcat() with NULL
2016-06-02  Teemu Huovilalib-fts: Improved stopword file reading.
2016-06-02  Teemu Huovilalib-fts: Add stopword files for more languages.
2016-06-02  Teemu Huovilalib-fts: Move stopwords to subdirectory.
2016-06-02  Timo Sirainendict-sql: Improve error message for invalid value fields.
2016-06-01  Timo Sirainendict: Pipelined iteration replies may have been hanging.
2016-06-01  Timo Sirainendict: Fixed crash when reaching max (5) pending commands.
2016-06-01  Timo Sirainenglobal: Use i_stream_get_max_buffer_size() wherever...
2016-06-01  Timo Sirainenlib: i_stream_get_max_buffer_size() checks also parents...
2016-06-01  Timo Sirainenlib: istream-chain didn't update its max_buffer_size
2016-06-01  Timo Sirainenlib-compression: istream.max_buffer_size == 0 isn't...
2016-06-01  Timo Sirainenfs-metawrap: Removed unnecessary code.
2016-06-01  Timo Sirainenlib-fs: Improved unit tests.
2016-06-01  Timo Sirainenfs-metawrap: Removed unnecessary code.
2016-06-01  Timo Sirainenlib-fs: Added more asserts
2016-06-01  Timo Sirainenlib-fs: Clarified fs_write_stream_abort() API and dropp...
2016-06-01  Timo Sirainenlib-fs: Added fs_write_stream_abort_async()
2016-06-01  Timo Sirainenlib: Fix to previous istream-chain max_buffer_size...
2016-06-01  Timo Sirainenfs-metawrap: Fixed buffer size while reading metadata...
2016-06-01  Timo Sirainenlib: Fixed max_buffer_size handling in istream-chain
2016-06-01  Martti Rannanjärvi[LEN] to [static LEN] on some function parameters
2016-06-01  Aki Tuomidoveadm: Do not use INT64 with mail cmds yet
2016-05-31  Timo Sirainenlib-dcrypt: Fixed check program dependencies
2016-05-31  Timo Sirainenlib-dcrypt: Fixed dcrypt_openssl_generate_keypair()
2016-05-31  Timo Sirainenlib: Fixed file_copy() after recent changes.
2016-05-31  Timo Sirainendict-client: Fixed idle_msecs setting.
2016-05-31  Timo Sirainenlib-fs: Don't duplicate backend name in fs_init() errors.
2016-05-31  Timo Sirainenlib-storage: Fixed error_r with mail_storage_service_lo...
2016-05-31  Timo Sirainenlib: iostream-temp: Fixed o_stream_send_istream()
2016-05-30  Aki Tuomilib-dcrypt: Use base64 encoded test samples
2016-05-30  Aki Tuomilib-dcrypt: Fix strict type-punning warning
2016-05-30  Aki Tuomilib-dcrypt: Fix various OpenSSL API usage issues
2016-05-30  Aki Tuomilib-dcrypt: Remove duplication of samples
2016-05-30  Timo Sirainenlib-dcrypt: Finish previous t_malloc() change.
2016-05-30  Martti RannanjärviReplace some t_malloc_no0 calls with t_malloc0
2016-05-30  Martti RannanjärviUse t_new in complicated t_malloc_no0 calls
2016-05-30  Martti RannanjärviRemove t_malloc in favour of t_malloc_no0
2016-05-30  Timo Siraineno_stream_send_istream() API changed again
2016-05-30  Timo Sirainenlib-dcrypt: Always allow error_r to be NULL.
2016-05-30  Timo Sirainenlib-dcrypt: sample-v2.bin shouldn't be executable
2016-05-30  Timo Sirainenlib-dcrypt: Compiler warning fixes
2016-05-30  Timo Sirainenlib-storage: mail_storage_service_next() now returns...
next