]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2018-10-01  Timo SirainenReleased v2.3.3. release-2.3.3 2.3.3
2018-09-25  Aki Tuomisubmission: Reorder initialization code
2018-09-25  Aki Tuomilib-smtp: Increase memory pool initial sizes
2018-09-25  Stephan Boschlib-smtp: server: Fix memory leak occurring when an...
2018-09-25  Stephan Boschlib-smtp: server: connection: Rely on i_stream_destroy...
2018-09-25  Stephan Boschlib-smtp: server: Restructure reference counting of...
2018-09-24  Timo Sirainendirector: Fix assert-crash when doveadm disconnects...
2018-09-24  Timo Sirainendirector: Add assert to make sure doveadm connection...
2018-09-24  Timo Sirainendoveadm: Make sure to stop running commands requiring...
2018-09-21  Phil Carmodylib/printf-format-fix: fix rejection of "%.0f" as a... 2.3.3.rc1
2018-09-21  Stephan Boschlib-smtp: reply-parser: Fix closing the text_lines...
2018-09-20  Timo SirainenReleased v2.3.3.rc1.
2018-09-20  Timo Sirainenlib: i_zero*() - Give compiler error if it's wrongly...
2018-09-20  Timo Sirainenlib-master, auth: Fix clearing memory
2018-09-20  Timo Sirainendoveadm stats dump: Fix potentially not writing all...
2018-09-12  Timo Sirainenlib: Mark signal waiting IO as "never wait alone"
2018-09-12  Timo Sirainenlib: ioloop-epoll/kqueue: Remove now unnecessary infini...
2018-09-12  Timo Sirainenlib: Add io_set_never_wait_alone()
2018-09-12  Timo Sirainenlib: Add and use io_loop_run_get_wait_time()
2018-09-10  Josef 'Jeff... lib-storage: Don't try to deserialize bodystructure...
2018-09-10  Josef 'Jeff... lib-storage: Simplify an assertion condition
2018-09-10  Josef 'Jeff... lib-storage: Don't try to process header if we haven...
2018-09-07  Timo Sirainenlib: Move log type to be written before appended log...
2018-09-07  Timo Sirainenlib: Add failure_context.log_prefix_type_pos
2018-09-07  Timo Sirainenlib, log: Add log prefix length to internal logging...
2018-09-07  Timo Sirainenlog: Move data stack frame allocation to parent function
2018-09-07  Timo Sirainenlog: Avoid unnecessary global log prefix changes
2018-09-07  Timo Sirainenlib: failures - Use common log_prefix_add() for default...
2018-09-07  Timo Sirainenlib: Add unit test for event log prefix handling
2018-09-07  Timo Sirainenlib: failures - Move adding LF from default_format...
2018-09-07  Timo Sirainenlib: Move failure handler structs and typedefs to failu...
2018-09-07  Timo Sirainenlib: Make failure handler variables static
2018-09-07  Timo Sirainenlib: Rename handler_config variable to failure_handler
2018-09-07  Sergey Kitovlib: Implement vfuncs for logging to stderr
2018-09-07  Sergey Kitovlib: Implement vfuncs for logging to syslog
2018-09-07  Sergey Kitovlib: Implement vfuncs for logging to default location...
2018-09-07  Sergey Kitovlib: Introduce abstraction for failure logging implemen...
2018-09-07  Timo Sirainenlib-master: Fix crash when stats events are merged...
2018-09-07  Timo Sirainenlib-master: stats_event_get_merged() - Remove unnecessa...
2018-09-07  Sergey Kitovlib-master: stats_event_write use BEGIN only when event...
2018-09-07  Sergey Kitovlib: Add some event handling functions.
2018-09-07  Stephan Boschlib-http: client: peer: Log the number of pending conne...
2018-09-07  Stephan Boschlib-http: client: peer: Maintain a list of connections...
2018-09-07  Stephan Boschlib-http: client: connection: Unlist the connection...
2018-09-07  Stephan Boschlib-http: client: connection: Remove the connection...
2018-09-07  Stephan Boschlib-http: client: peer: Notify all peers in a peer...
2018-09-07  Stephan Boschlib-http: client: peer: Add debug message for http_clie...
2018-09-07  Stephan Boschlib-http: client: peer: Clarify debug message in http_c...
2018-09-07  Stephan Boschlib-http: client: peer: Log debug message before callin...
2018-09-07  Stephan Boschlib-http: client: peer: Rename http_client_peer_connect...
2018-09-07  Stephan Boschlib-http: client: peer: Always run http_client_queue_co...
2018-09-07  Stephan Boschlib-http: client: peer: Move http_client_peer_connectio...
2018-09-07  Stephan Boschlib-http: client: queue: Do not fail claimed requests...
2018-09-07  Stephan Boschlib-http: client: queue: Fix the number of pending...
2018-09-07  Stephan Boschlib-http: client: peer: Determine number of pending...
2018-09-07  Stephan Boschlib-http: client: peer: Notify definitive connection...
2018-09-04  Aki Tuomiquota: Mark noenforcing quotas with unlimited quota
2018-09-04  Aki Tuomiquota: Cleanup - Move enforce checking out of quota_roo...
2018-08-30  Timo Sirainenfts: Optimize replacing NULs in header
2018-08-30  Timo Sirainenfts: Fix indexing mails with NULs in headers
2018-08-30  Timo Sirainenlib-index: mail_cache_lookup_headers() - Allow using...
2018-08-30  Timo Sirainenlib-storage: Fix NUL handling in mail_get_first_header...
2018-08-30  Timo Sirainenlib-mail: Make message_header_strdup() public
2018-08-30  Timo Sirainenlib-mail: Cleanup - Rename internal hdr_strdup() to...
2018-08-30  Timo Sirainenlib-mail: rfc822-parser - Handle \<NUL> in quoted-strin...
2018-08-30  Timo Sirainenlib-mail: test-message-address - Test NULs in display...
2018-08-30  Timo Sirainenlib-mail: Change MESSAGE_ADDRESS_PARSE_FLAG_NON_STRICT_...
2018-08-30  Timo Sirainenlib-mail: Add MESSAGE_ADDRESS_PARSE_FLAG_NON_STRICT_DOTS
2018-08-30  Timo Sirainenlib-mail: message_address_parse() - Change fill_missing...
2018-08-30  Timo Sirainenlib-mail: Fix rfc822_parse_dot_atom() to reject if...
2018-08-30  Timo Sirainenlib-mail: Remove MESSAGE_HEADER_REPLACE_NULS_WITH_0x80...
2018-08-30  Timo Sirainenlib-mail: Change NUL -> 0x80 replacement to use unicode...
2018-08-30  Timo Sirainenlib-mail: Change rfc822_parser_context.nul_replacement_...
2018-08-30  Timo Sirainenlib-mail: message_part_*_parse_from_header() - Replace...
2018-08-30  Timo Sirainenlib: Mark str_append_n() deprecated
2018-08-30  Timo Sirainenlib: Add ATTR_DEPRECATED macro
2018-08-30  Timo Sirainenglobal: Replace str_append_n() with str_append_max()
2018-08-30  Timo Sirainenlib-fts: fts-tokenizer-address - Cleanup NUL handling...
2018-08-30  Timo Sirainenlib: str_append_[tab]unescaped(): Don't truncate input...
2018-08-30  Timo Sirainenglobal: Replace str_append_n() with str_append_data...
2018-08-30  Timo Sirainenlib: Add str_append_max()
2018-08-30  Timo Sirainenlib: Improve str_append_n() comment
2018-08-30  Sergey Kitovlib-mail: Add MESSAGE_HEADER_REPLACE_NULS_WITH_0x80...
2018-08-30  Timo Sirainenlib-mail: rfc2231_parse() - Replace NULs with 0x80
2018-08-30  Timo Sirainenlib-mail: message_address_parse*() - Replace NULs with...
2018-08-30  Timo Sirainenlib-mail: rfc822-parser: Add nul_replacement_char
2018-08-30  Timo Sirainenlib-mail: rfc822-parser: Strip away folding whitespace...
2018-08-30  Timo Sirainenlib-mail: rfc822-parser: Improve domain-literal parsing
2018-08-30  Timo Sirainenlib-mail: rfc822-parser: Don't allow preserving escaped...
2018-08-30  Timo Sirainenlib-mail: Change rfc822_parse_content_param() API to...
2018-08-30  Timo Sirainenfts-squat: Fix truncating headers at NULs while indexing
2018-08-30  Timo Sirainenlogin-common: Consistently truncate client SASL input...
2018-08-30  Timo Sirainenlib-master, util: Consistently truncate tabescaped...
2018-08-30  Timo Sirainenconfig: Consistently truncate value at the first NUL...
2018-08-30  Timo Sirainendict-fs/memcached-ascii/redis: Consistently truncate...
2018-08-30  Timo Sirainenauth: checkpassword - Fail if input from script contain...
2018-08-30  Timo Sirainendoveadm: Fix table printer to not truncate output at...
2018-08-30  Timo Sirainendoveadm dump: Don't truncate dovecot.index.cache values...
2018-08-30  Timo Sirainenlib-mail: rfc822-parser: Don't truncate comment/quoted...
2018-08-30  Timo Sirainenlib-mail: message_snippet_generate() - Ignore NULs...
next