]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2016-11-15  Aki Tuomistats: Add support for carbon-server
2016-11-15  Aki Tuomilib: Add net_ipport2str
2016-11-15  Aki Tuomidoveadm: Fix error reporting for doveadm-dump-dcrypt
2016-11-15  Timo Sirainenlib: Assert-crash in i_close_fd() if fd == 0
2016-11-15  Timo Sirainenmaster: Remove redundant check to guarantee stdin/stdou...
2016-11-15  Timo Sirainenlib-master: Make sure stdin/stdout/stderr fds are open.
2016-11-15  Aki Tuomilib: Mark istream with eof=TRUE on all errors
2016-11-15  Aki Tuomilib-program-client: Do not call callback when destroying
2016-11-15  Timo Sirainendict-client: When dict-server times out, log ioloop...
2016-11-15  Timo Sirainendict-client: Code cleanup to timeout handling.
2016-11-15  Timo Sirainendict-client: Dict server timeout may have occurred...
2016-11-11  Timo Sirainenlib-index: Improve error messages when transaction...
2016-11-11  Timo Sirainendict-client: Forward dict_iterate_set_limit() to dict...
2016-11-11  Timo Sirainendict-client: Code cleanup - remember all iteration...
2016-11-11  Timo Sirainenlib-dict: Fix infinite loop when row limit is reached.
2016-11-11  Timo Sirainensdbox: Fix crash on mailbox_sync*() when mailbox auto...
2016-11-11  Timo Sirainendirector: Don't access freed memory during deinit
2016-11-09  Timo Sirainendirector: Fix crash when receiving USER-MOVE for nonexi...
2016-11-09  Aki Tuomiimap: Free box on error
2016-11-09  Aki Tuomidirector: Keep per-tag directory
2016-11-09  Aki Tuomidirector: Code cleanup - typedef user_free_hook
2016-11-09  Aki Tuomidirector: Code cleanup - Reorder includes
2016-11-09  Timo Sirainendirector: Code cleanup - moved username_hash generation...
2016-11-09  Timo Sirainendirector: Code cleanup - added user director_iterate_us...
2016-11-09  Timo Sirainendirector: Code cleanup - use temporary users variables
2016-11-09  Timo Sirainendirector: Code cleanup - moved code to notify_update_user()
2016-11-09  Aki Tuomidirector: const mail_host in mail_host_get_tag
2016-11-09  Aki Tuomilib: Add test vectors for message digests
2016-11-09  Aki Tuomilib: Add SHA3 hashing methods for 256 and 512 bits
2016-11-09  Aki Tuomilib: Move sha context and result size to new header
2016-11-09  Timo Sirainenlib-storage: Updated MAIL_SEARCH_ARG_FLAG_USE_TZ comment.
2016-11-09  Timo Sirainenlib-storage: Fix doveadm search query parsing to use...
2016-11-09  Timo Sirainenlib-storage: Reverse MAIL_SEARCH_ARG_FLAG_USE_TZ handli...
2016-11-09  Timo Sirainenlib: Define ARRAY_TYPE for uint8_t, uint16_t and uint64_t.
2016-11-09  Aki Tuomiauth: Use buffer_truncate_rshift_bits
2016-11-09  Aki Tuomilib: Add tests for hashed var-expand
2016-11-09  Aki Tuomilib: Add generic hashing support to var-expand
2016-11-09  Timo Sirainenlib: var_expand() code cleanup - Moved short %v expansi...
2016-11-09  Aki Tuomilib: Add unit test for buffer truncate
2016-11-09  Timo Sirainenlib: Updated buffer_set_used_size() comment and added...
2016-11-09  Aki Tuomilib: Do not consume {} inside %{}
2016-11-09  Aki Tuomilib: Add buffer truncate
2016-11-09  Timo Sirainenauth: Make static analyzer happier.
2016-11-09  Timo Sirainenfts: Fix error message when syncing FTS root mailbox...
2016-11-09  Timo Sirainenlib: ioloop-notify-kqueue wasn't storing source filename.
2016-11-09  Stephan Boschlib-http: test-http-client-errors: Add test for server...
2016-11-09  Stephan Boschlib-http: client: Fixed assert failure occurring when...
2016-11-09  Stephan Boschlib-http: Added blocking client support to test-http...
2016-11-09  Stephan Boschlib-http: Fixed potential segfault problem in test...
2016-11-09  Stephan Boschlib-http: Added DNS-related tests to test-http-client...
2016-11-09  Stephan Boschlib-http: client: Destroy host and associated queue...
2016-11-09  Stephan Boschlib-http: client: Implemented host name lookup TTL.
2016-11-09  Stephan Boschlib-http: client: Added http_client_queue_requests_acti...
2016-11-09  Stephan Boschlib-http: client: Create queue->pending_peers array...
2016-11-09  Stephan Boschlib-http: client: Link peers to queue earlier: during...
2016-11-09  Stephan Boschlib-http: client: Created http_client_peer_drop() funct...
2016-11-09  Stephan Boschlib-http: client/server: Enable the TCP_NODELAY option...
2016-11-09  Stephan Boschlib: Created net_set_tcp_nodelay(), which enables the...
2016-11-09  Stephan Boschlib-http: client: Improved labeling of debug messages.
2016-11-09  Stephan Boschlib-http: server: Implemented means to gracefully shut...
2016-11-09  Stephan Boschlib-http: client: Added ability to configure a specific...
2016-11-09  Stephan Boschlib-http: client: Added pure attribute to some of the...
2016-11-09  Stephan Boschlib-http: client: Cleaned up headers and added some...
2016-11-09  Stephan Boschlib-http: client: Unlink all queues from peer when...
2016-11-09  Stephan Boschlib-http: client: Improved logging of connection loss...
2016-11-09  Stephan Boschlib-http: client: If a peer object is no longer linked...
2016-11-09  Stephan Boschlib-http: client: Added debug messages that indicate...
2016-11-09  Stephan Boschlib-http: client: Added function that counts how many...
2016-11-09  Stephan Boschlib-http: client: Added function that checks whether...
2016-11-09  Stephan Boschlib-http: client: Created http_client_connection_failur...
2016-11-09  Stephan Boschlib-http: client: Set conn->connect_request to NULL...
2016-11-09  Stephan Boschlib-http: client: Improved handling of hosts with expli...
2016-11-09  Stephan Boschlib-http: Made test-http-client-errors more reliable.
2016-11-09  Timo Sirainenlib-index: Don't waste 3 bytes of space in struct mail_...
2016-11-09  Timo Sirainenlib-storage: Don't enable modseqs on STATUS_HIGHESTMODSEQ.
2016-11-09  Timo Sirainenlib-storage: Reverse MAIL_SEARCH_ARG_FLAG_USE_TZ handling.
2016-11-09  Timo Sirainendoveadm director: Fix memory leaks if hostname lookup...
2016-11-09  Timo Sirainenlib: Fix str_truncate() when string size is already...
2016-11-09  Timo Sirainenlib: Added more unit tests to str_*()
2016-11-09  Timo Sirainenlib: Make str_*() inline which are simple buffer_*...
2016-11-09  Timo Sirainenimap/pop3 proxy: If passdb returns proxy_not_trusted...
2016-11-09  Timo Sirainenauth: If passwd-file can't be read, return tempfail...
2016-11-09  Timo Sirainenauth: If uidgid_file doesn't exist, fail the userdb...
2016-11-09  Timo Sirainenmdbox: Fix assert-crash caused by race condition with...
2016-11-09  Timo Sirainenfs-randomfail: "write" probability was reversed.
2016-11-09  Aki Tuomilib-test: Do not init/deinit library twice
2016-11-09  Aki Tuomilib: Add function to see if lib is initialized
2016-10-28  Timo Sirainendsync: Fix potential assert on mailbox deinit.
2016-10-28  Paul Howarthconfigure: Improve check for OpenSSL without EC support
2016-10-28  Timo Sirainenauth: Fix crash when exporting passdb fields to auth...
2016-10-28  Timo Sirainenlib-compression: Fixed fd leak in unit test
2016-10-28  Timo Sirainenlib-auth: Minor debug logging improvement.
2016-10-28  Timo Sirainenlib-program-client: Fix building with compilers that...
2016-10-27  Aki Tuomiauth: Remove i_assert for credentials scheme
2016-10-27  Martti Rannanjärvidoveadm: fix compile warning in doveadm-dump-index
2016-10-27  Timo Sirainendirector: Fix shutdown_clients=no to not break
2016-10-27  Timo Sirainenimap-hibernate: Fix "DONE" handling.
2016-10-26  Timo Sirainendoveadm dump: Dump mailbox names in mailbox.list.index...
2016-10-26  Timo Sirainen*-login: Removed enforcing maximum calculated fd limit.
2016-10-26  Timo SirainenCompiler warning fixes with -Wstrict-bool
next