]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
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...
2018-08-30  Timo Sirainenlib-storage: Fix truncating header values at NUL when...
2018-08-28  Timo Sirainenlib: Fix filtering by event name in log_core_filter
2018-08-23  Josef 'Jeff... master: Wait 1 second for SIGQUITs to get handled
2018-08-23  Timo Sirainen*-login: Fix non-global ssl=no configuration
2018-08-22  Timo Sirainendict-file: If write failed, file was left locked
2018-08-22  Timo Sirainendict-file: Fix memory leak when file is recreated durin...
2018-08-22  Timo Sirainenlda: Deinitialize cleanly if user doesn't exist in...
2018-08-22  Timo Sirainenlda: Deinitialize cleanly if mail delivery fails
2018-08-22  Timo Sirainenlda: Cleanup - move code to lda_deliver() function
2018-08-22  Timo Sirainenlda: Cleanup - reorder code
2018-08-22  Timo Sirainenlib-storage: Fix memory leak in mail_storage_set_intern...
2018-08-22  Timo Sirainenlib: Fix memory leak at deinit if log_core_filter is set
2018-08-22  Timo Sirainendoveadm dump: Fix dumping "vsize" header in dovecot...
2018-08-22  Timo Sirainendoveadm log find: Fix memory leak
2018-08-22  Timo Sirainendoveadm user: Fix memory leak
2018-08-22  Timo Sirainendsync: Fix memory leak - unreference iostreams at deinit
2018-08-22  Timo Sirainendsync: ibc - reference iostreams internally
2018-08-22  Timo Sirainenlib-master: Allow calling master_service_deinit() witho...
2018-08-22  Timo Sirainenlib: restrict-access: Free chroot_dir at deinit
2018-08-22  Timo Sirainenlib: Free global_event_stack array at deinit
2018-08-22  Timo Sirainenvirtual: Fix memory leak when selecting mailboxes with...
next