]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2018-03-12  Stephan Boschlib-http: server: Use the new connection_input_halt...
2018-03-12  Stephan Boschlib-http: client: Use the new connection_input_halt...
2018-03-12  Stephan Boschlib-smtp: server: Use the new connection_input_halt...
2018-03-12  Stephan Boschlib-smtp: client: Use the new connection_input_halt...
2018-03-12  Stephan Boschlib-ssl-iostream: ostream-openssl: Fix behavior of...
2018-03-12  Stephan Boschlib-ssl-iostream: ostream-openssl: Create local variabl...
2018-03-12  Stephan Boschlib: connection: Add connection_input_halt() and connec...
2018-03-12  Stephan Boschlib-smtp: client: Moved smtp_client_init_ssl_ctx()...
2018-03-12  Stephan Boschlib-http: client: Use conn->conn.ioloop rather than...
2018-03-12  Stephan Boschlib: connection: Record the ioloop the connection was...
2018-03-12  Stephan Boschlib-http: client: Move connection to shared context...
2018-03-12  Stephan Boschdoveadm: dsync: Switch ioloop for input/output streams...
2018-03-12  Stephan Boschlib-ssl-iostream: openssl: Make verbose logging robust...
2018-03-12  Stephan Boschlib-http: client: Make sure all ioloop objects are...
2018-03-12  Stephan Boschlib-dns: Allow setting the ioloop that the dns_lookup...
2018-03-12  Stephan Boschlib: connection: Allow switching to a specific ioloop.
2018-03-12  Stephan Boschlib: ostream: Allow switching to a specific ioloop.
2018-03-12  Stephan Boschlib: istream: Allow switching to a specific ioloop.
2018-03-12  Stephan Boschlib: iostream: Record the ioloop that the iostream...
2018-03-12  Stephan Boschlib: ioloop: Add functions for adding/moving timeouts...
2018-03-12  Stephan Boschlib-http: test-http-client: Free the ssl_iostream_conte...
2018-03-12  Stephan Boschlib-http: test-http-payload: Added test with clients...
2018-03-12  Stephan Boschlib-http: client: Implicitly switch ioloop for global...
2018-03-12  Stephan Boschlib-http: client: Use merged DNS settings from all...
2018-03-12  Stephan Boschlib-http: client: Base forcing shared context debug...
2018-03-12  Stephan Boschlib-http: client: Register client objects in the associ...
2018-03-12  Stephan Boschlib-http: client: Call switching ioloop for shared...
2018-03-12  Stephan Boschlib-http: client: Set req->client to NULL once the...
2018-03-12  Stephan Boschlib-http: client: Merge socket buffer size settings...
2018-03-12  Stephan Boschlib-http: client: Merge max_idle_time_msecs setting...
2018-03-06  Aki Tuomidoveadm: Unref header search context after use
2018-03-06  Aki Tuomiconfig: Fix ssl_params.dat conversion warning
2018-03-06  Timo Sirainenglobal: Call rfc822_parser_deinit() wherever possible
2018-03-06  Timo Sirainenlib-mail: Refactor code to make the next commit smaller
2018-03-06  Timo Sirainenlib-mail: Add rfc822_parser_deinit()
2018-03-06  Timo Sirainenlib-mail: Make sure parsers don't accidentally go much...
2018-03-06  Timo Sirainenlib-mail: Fix out-of-bounds read when parsing an invali...
2018-03-06  Timo Sirainenlib-mail: test-message-address - Add TEST_MESSAGE_ADDRE...
2018-03-06  Timo Sirainenlib-mail: rfc822-parser - Add asserts to make sure...
2018-03-06  Aki Tuomilib-dns: Move before lib-master
2018-03-06  Aki Tuomilib-master: Fix dns_match_wildcard result value check
2018-03-06  Aki Tuomilib-master: Check local_name only if both filter and...
2018-03-06  Aki Tuomilogin-common: Enable config filtering by local name
2018-03-06  Aki Tuomilib-master: Support validating config filters against...
2018-03-06  Aki Tuomiconfig: Add command to request all filters
2018-03-06  Aki Tuomiconfig: Add config_filter_get_all
2018-03-06  Martti Rannanjärvicharset-alias: Don't return value from void functions
2018-03-06  Stephan Boschlib-smtp: server: Fix reporting of XCLIENT capability...
2018-03-06  Stephan Boschlib-smtp: server: Fix segfault occurring when XCLIENT...
2018-03-06  Stephan Boschlib-smtp: server: Fix segfault occurring during XCLIENT...
2018-03-06  Stephan Boschlib-imap-storage: imap-msgpart-url: Perform the check...
2018-03-06  Aki Tuomim4: Use -U and -D in cc_fortify
2018-03-06  Aki Tuomim4: Remove pthread from tests
2018-03-06  Timo Sirainenreplication: Don't trigger replication on changes not...
2018-03-06  Timo Sirainenlib-storage: Replace mail_transaction_commit_changes...
2018-03-06  Timo Sirainenlib-storage: Include mail-index.h from mail-storage.h
2018-03-06  Timo Sirainenlib-storage: Remove mailbox_transaction_context.nontran...
2018-03-06  Timo Sirainenlib-index: Add mail_index_transaction_commit_result...
2018-03-06  Timo Sirainenlib-index: Cleanup - return bool in log_append_keyword_...
2018-03-06  Stephan Boschlmtp: local: Don't deliver more than once to the same...
2018-03-06  Stephan Boschlmtp: Add recipient type to struct lmtp_recipient.
2018-03-06  Stephan Boschlmtp: Move common recipient handling code to separate...
2018-03-06  Stephan Boschlib-smtp: server: Use smtp_server_reply_submit_duplicat...
2018-03-06  Stephan Boschlib-smtp: server: Add function that allows submitting...
2018-03-06  Stephan Boschlib-smtp: server: Move allocation of command replies...
2018-03-06  Stephan Boschlib-smtp: server: Put reply content in a separate struct.
2018-03-06  Stephan Boschlib-smtp: server: Allow part of the replies to be alrea...
2018-03-06  Stephan Boschlib-smtp: server: transaction: Add function that finds...
2018-03-06  Stephan Boschlib-smtp: server: Add RCPT parameters directly in smtp_...
2018-03-06  Stephan Boschlib-smtp: params: Add function that allows checking...
2018-03-06  Stephan Boschlib-smtp: params: Add functions to evaluate any extra...
2018-03-06  Stephan Boschlib-smtp: address: Consistently allow address values...
2018-03-06  Stephan Boschlib-smtp: address: Rename 'poo' to 'pool' in declaratio...
2018-03-06  Martti Rannanjärviquota: Warn when quota check is blocked by background...
2018-03-06  Martti Rannanjärviquota: Remove "Failed to set quota transaction limits...
2018-03-06  Martti Rannanjärviquota-count: Remove extra "quota-count failed:" from...
2018-02-28  Timo Sirainenexample-config: Add mail_attachment_detection_options
2018-02-28  Timo Sirainendoveadm sync/backup: Don't override BROKENCHAR if it...
2018-02-27  Aki Tuominotify: Ignore flag and keywords update during saving
2018-02-20  Timo Sirainen*-login: Fix clients linked list corruption with SSL...
2018-02-20  Aki Tuomipush-notification: PUSH_NOTIFICATION_USER_CONTEXT is...
2018-02-20  Aki Tuomifts-lucene: Add and use FTS_LUCENE_USER_CONTEXT_REQUIRE
2018-02-20  Aki Tuomiwelcome: WELCOME_CONTEXT is now required
2018-02-20  Aki Tuomiexpire: DOVEADM_EXPIRE_MAIL_CMD_CONTEXT is now required
2018-02-20  Aki Tuomivirtual: Contexts are now required or checked
2018-02-20  Aki Tuomiquota: Add and use QUOTA_USER_CONTEXT_REQUIRE
2018-02-20  Aki Tuomiimap-zlib: Context is now required
2018-02-20  Aki Tuomilazy-expunge: Fix context checking
2018-02-20  Aki Tuomimail-crypt: Add and use MAIL_CRYPT_USER_CONTEXT_REQUIRE
2018-02-20  Aki Tuomifts-solr: Add and use FTS_SOLR_USER_CONTEXT_REQUIRE
2018-02-20  Aki Tuomiacl: Fix ACL_CONTEXT check
2018-02-20  Aki Tuomiacl: Add and use ACL_USER_CONTEXT_REQUIRE
2018-02-20  Aki Tuomiacl: Add and use ACL_LIST_CONTEXT_REQUIRE
2018-02-20  Aki Tuomilib-storage: imapc - Ensure search ctx is not NULL
2018-02-20  Aki Tuomilib-storage: Add and use MAIL_STORAGE_CONTEXT_REQUIRE
2018-02-20  Aki Tuomilib-storage: Add and use MAIL_THREAD_CONTEXT_REQUIRE
2018-02-20  Aki Tuomilib-index: Add and use CACHE_TRANS_CONTEXT_REQUIRE
2018-02-20  Aki Tuomilib-storage: Add and use INDEX_LIST_CONTEXT_REQUIRE
2018-02-20  Aki Tuomimail-log: Contexts are now required or checked
2018-02-20  Aki Tuomiold-stats-plugin: Fix context requirements
next