]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2018-03-02  Timo Sirainenlib-storage: test-mail-storage - add check for mailbox_...
2018-03-02  Stephan Boschlib-smtp: server: Only accept XCLIENT command when...
2018-03-02  Stephan Boschlib-smtp: client: Make clear that XCLIENT is not sent...
2018-03-01  Timo Sirainenlib-storage: Deduplicate headers in struct mailbox_head...
2018-03-01  Aki Tuomilib-storage: Add tests for mailbox_verify_name
2018-03-01  Aki Tuomilib-storage: test-mail-storage - Add framework for...
2018-03-01  Timo Sirainencydir: Fix crash when using mailbox_get_metadata()
2018-03-01  Timo Sirainenmbox: Fix creating mailbox when mailbox_update struct...
2018-03-01  Timo Sirainenmbox: Default INBOX=<root path>/inbox only with LAYOUT=fs
2018-03-01  Timo SirainenLAYOUT=index: Don't mkdir index root directory at init
2018-03-01  Timo Sirainenmbox: Enable .imap/ index directories with all layouts
2018-03-01  Timo SirainenLAYOUT=index: Don't prevent using internal mailbox...
2018-03-01  Timo Sirainenlib-storage: Add and use MAILBOX_LIST_PROP_NO_INTERNAL_...
2018-03-01  Timo Sirainenlib-storage: mailbox_verify_name() - Deduplicate error...
2018-03-01  Timo Sirainenlib-storage: mailbox_verify_name() - Move prefix check...
2018-03-01  Timo Sirainenlib-storage: mailbox_verify_name() - Add comments for...
2018-02-28  Timo Sirainenexample-config: Add mail_attachment_detection_options
2018-02-28  Timo Sirainenimapc: Fix assert-crash after detecting that multiple...
2018-02-28  Aki Tuomim4: Use -U and -D in cc_fortify
2018-02-28  Aki Tuomim4: Remove pthread from tests
2018-02-27  Stephan Boschlmtp: proxy: Use source_ip proxy field if it is returne...
2018-02-27  Stephan Boschlmtp: proxy: Use per-connection SMTP client settings.
2018-02-27  Stephan Boschlib-smtp: client: Add support for connecting from an...
2018-02-27  Stephan Boschlib: connection: Added support for connecting from...
2018-02-27  Timo Sirainenimapc: Fix crash when untagged FETCH reply doesn't...
2018-02-27  Stephan Boschlib-http: client: Fix request statistics text to proper...
2018-02-26  Aki Tuominotify: Ignore flag and keywords update during saving
2018-02-26  codarrenvelvindronconfigure: Add spectre variant 2 mitigations
2018-02-26  Stephan Boschlib-http: client: Add event fields for the number of...
2018-02-26  Stephan Boschlib-http: response parser: Record input stream offset...
2018-02-26  Stephan Boschlib-http: message parsers: Record beginning of parsed...
2018-02-26  Stephan Boschlib-http: client: Trigger special events when a request...
2018-02-26  Stephan Boschlib-http: client: Record last status code in the reques...
2018-02-26  Stephan Boschlib-http: client: Reset redirect counter when the reque...
2018-02-26  Stephan Boschlib-http: client: Add "host" and "port" fields to reque...
2018-02-26  Stephan Boschlib-http: client: Use the new http_url_get_port*(...
2018-02-26  Stephan Boschlib-http: url: Add functions that obtain the effective...
2018-02-26  Stephan Boschlib-http: Create http-common.h, which contains global...
2018-02-25  Stephan Boschlmtp: proxy: Do not forward 421 reply (server shutdown...
2018-02-25  Stephan Boschlib-smtp: client: transaction: Better document the...
2018-02-25  Stephan Boschlib-smtp: client: transaction: Don't call the DATA...
2018-02-25  Stephan Boschlib-smtp: client: transaction: Properly advance the...
2018-02-25  Stephan Boschlib-smtp: client: transaction: Use the correct callback...
2018-02-24  Aki Tuomilib-storage: Add NO-FS-VALIDATION flag
2018-02-24  Timo Sirainenlib-storage: Never prevent using '/' in mailbox names...
2018-02-22  Timo Sirainenimapc: Avoid duplicate FETCH BODY.PEEK[] when mail...
2018-02-21  Aki Tuomilib: Fix buffer code to satisfy static analyzers
2018-02-21  Aki Tuomilib: randgen - Init seed to 0
2018-02-21  Aki Tuomitrash: Use TRASH_USER_CONTEXT_REQUIRE
2018-02-20  Timo Sirainenlib-storage: Assert unique_root_dir is set with MAIL_ST...
2018-02-20  Timo Sirainenlib-storage: shared driver - Remove copying the child...
2018-02-19  Aki Tuomiglobal: Use unix_socket capability in connection.c
2018-02-19  Aki Tuomilib: connection - only switch created iostreams
2018-02-19  Timo Sirainenlib-storage: Unless LAYOUT=index, don't rebuild list...
2018-02-19  Timo Sirainenlib-storage: mailbox_list_index_handle_corruption(...
2018-02-19  Timo Sirainenlib-storage: mailbox_list_index_handle_corruption(...
2018-02-19  Josef 'Jeff... lib-storage: Generate snippet while saving new mails
2018-02-19  Timo Sirainenlib-storage: Make index_mail_want_cache() global
2018-02-19  Josef 'Jeff... lib-storage: move snippet generation to mail-save-finish
2018-02-19  Timo Sirainendoveadm dump: Show body.snippet in human-readable form
2018-02-19  Aki Tuomilib-ssl-iostream: Use SSL_CTX_set_ecdh_auto macro
2018-02-19  Aki Tuomiimap: If snippet is not available return NIL
2018-02-19  Timo Sirainenimap: Fix FETCH SNIPPET
2018-02-17  Timo Sirainendoveadm sync/backup: Don't override BROKENCHAR if it...
2018-02-17  Martti Rannanjärvicharset-alias: Fix keyvalues iteration
2018-02-17  Martti Rannanjärvicharset-alias: Cleanup whitespace
2018-02-17  Stephan Boschlib-http: client: Simplified return code handling in...
2018-02-17  Stephan Boschlib-http: client: Make sure output is used only when...
2018-02-17  Stephan Boschlib-http: client: Uncork and flush the output stream...
2018-02-17  Stephan Boschlib-http: client: Hold reference to the connection...
2018-02-17  Stephan Boschlib-http: client: Continue sending request payload...
2018-02-17  Stephan Boschlib-http: client: Hold reference to the connection...
2018-02-17  Stephan Boschlib-http: client: Perform output stream error handling...
2018-02-17  Stephan Boschlib-http: client: Make http_client_connection_lost...
2018-02-17  Stephan Boschlib-http: client: Handle output stream errors in a...
2018-02-17  Stephan Boschlib-http: client: Flush and check output for errors...
2018-02-17  Stephan Boschlib-http: server: Simplified return code handling in...
2018-02-17  Stephan Boschlib-http: server: Make sure output is used only when...
2018-02-17  Stephan Boschlib-http: server: Perform output stream error handling...
2018-02-17  Stephan Boschlib-http: server: Flush and check output for errors...
2018-02-17  Stephan Boschlib-http: server: Handle output stream errors in a...
2018-02-17  Stephan Boschlib-smtp: client: Uncork and flush the output stream...
2018-02-17  Stephan Boschlib-smtp: client: Perform output stream error handling...
2018-02-17  Stephan Boschlib-smtp: client: Flush and check output for errors...
2018-02-17  Stephan Boschlib-smtp: client: Handle output stream errors in a...
2018-02-17  Stephan Boschlib-smtp: server: Perform output stream error handling...
2018-02-17  Stephan Boschlib-smtp: server: Remove undefined smtp_server_reply_se...
2018-02-17  Stephan Boschlib-smtp: server: Flush and check output for errors...
2018-02-17  Stephan Boschlib-smtp: server: STARTTLS command: Properly handle...
2018-02-17  Stephan Boschlib-smtp: server: Handle output stream errors in a...
2018-02-16  Stephan Boschlib-smtp: server: Use the stream_errno to evaluate...
2018-02-16  Stephan Boschlib-smtp: server: Remove inappropriate assert from...
2018-02-16  Timo Sirainenimap: Don't enforce sending SNIPPET reply as literal
2018-02-16  Timo Sirainenimap: Add parenthesis to FETCH SNIPPET (FUZZY text...
2018-02-16  Timo Sirainenimap: Don't set storage callbacks before namespaces...
2018-02-16  Timo Sirainenimap: Add client_create_finish() to finish namespace...
2018-02-16  Timo Sirainenimap: When running standalone, delay initializing names...
2018-02-16  Timo Sirainenlib: Fix compiler warning when arc4random_buf() is...
2018-02-16  Timo Sirainenlib: Add o_stream_uncork_flush() to both uncork and...
2018-02-16  Hideo Yoshizanecharset-alias-plugin
next