]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2017-01-17  Timo Sirainendoveadm: Outgoing dsync TCP connections leaked socket
2017-01-17  Timo Sirainenlib-dict: Compiler warning fix
2017-01-17  Timo Sirainendict-file: Fix potential crash when doing other dict...
2017-01-17  Timo Sirainenlib-dict: Add assert to make sure all iterators are...
2017-01-17  Timo Sirainenlib: Add asserts to make sure hash table isn't freed...
2017-01-17  Timo Sirainenfts-solr: Escape {} chars when sending queries
2017-01-17  Stephan Boschlib-http: server: Do not generate a payload for a failu...
2017-01-17  Stephan Boschlib-http: server: Prevent sending response payload...
2017-01-16  Aki Tuomidict-sql: Fix flushing
2017-01-15  Aki Tuomilib-storage: Add vsize extension to index
2017-01-15  Timo Sirainenlib-storage: Fix assert-crash on mailbox_copy/move...
2017-01-15  Timo Sirainenlib-storage: If namespaces weren't successfully created...
2017-01-15  Timo Sirainenlib-storage: Add struct mail_user.namespaces_created
2017-01-15  Timo Sirainenlib-storage: Stop namespaces_added|created hooks immedi...
2017-01-15  Timo Sirainendoveadm dict get: Support printing multiple values.
2017-01-15  Timo Sirainendict-sql: Support multiple values for lookups
2017-01-15  Timo Sirainendict-client: Support multiple values for lookups
2017-01-15  Timo Sirainenlib-dict: Add support for lookup to return multiple...
2017-01-14  Timo Sirainendict-sql: Remove unnecessary "affected rows" tracking...
2017-01-14  Timo Sirainendict-sql: Fix previous "merge sets" to flush at commit
2017-01-14  Timo Sirainenlib-storage: Fix accessing the same "raw" mailbox multi...
2017-01-13  Timo Sirainenimapc: Fix re-sending retryable commands after reconnect
2017-01-12  Timo Sirainenlib-storage: Allow namespaces_created hook to return...
2017-01-11  Timo Sirainenlib-storage: Improve namespace error message - include...
2017-01-11  Aki Tuomilib-dict-sql: Try merge sets to single update
2017-01-11  Timo Sirainenlib-dcrypt: istream-decrypt - set stream_errno=EPIPE...
2017-01-10  Timo Sirainenconfigure: Link libsmtp before libdns
2017-01-10  Timo Sirainenlib-storage: Compile & indent fix for previous change.
2017-01-10  Aki Tuomilib-storage: Prevent recursion in header parsing
2017-01-10  Timo Sirainencassandra: Support configuring heartbeat_interval and...
2017-01-10  Timo Sirainendirector: Fix assert-crash when flush script takes...
2017-01-10  Timo Sirainencassandra: Add support for "bigint" value type.
2017-01-09  Timo Sirainendict-client: When failing to resend commands after...
2017-01-09  Timo Sirainendict-sql: Support transaction timestamps with Cassandra...
2017-01-09  Timo Sirainendict-client: Pass through transaction timestamp to...
2017-01-09  Timo Sirainenlib-dict: Add dict_transaction_set_timestamp()
2017-01-09  Timo Sirainendict-ldap|fs: Explicitly specify used dict_vfuncs methods.
2017-01-09  Timo Sirainenconfig: Fix checking if <path needs to be expanded
2017-01-09  Timo Sirainenlmtp: Don't deliver truncated email when client disconn...
2017-01-09  Aki Tuomiauth-policy: Add missing settings
2017-01-08  Aki Tuomiauth-policy: Enable SSL connections
2017-01-08  Greg Cauth-policy: hashed_password will always be blank,...
2017-01-08  Aki Tuomilib-program-client: Do not call program_client_fail...
2017-01-07  Aki Tuomiistream-mmap: Mark stream eof on error and copy errno
2017-01-03  Martti Rannanjärvilib, lib-http: add HTTP_URL_ALLOW_PCT_NUL flag
2017-01-03  Aki Tuomiautoexpunge: Consider last_rename_stamp on expunge
2017-01-03  Aki Tuomiindex-storage: Update mailbox last_rename_stamp on...
2017-01-01  Stephan Boschlib-lda: Moved LMTP client to lib-smtp.
2017-01-01  Stephan BoschUpdated copyright notices to include the year 2017.
2016-12-28  Josef 'Jeff... lib-mail: header filter should call callback for added EOH
2016-12-28  Josef 'Jeff... lib-mail: refactor header filter test code
2016-12-27  Martti Rannanjärvimaster: revert i_zero change on sd-daemon.c
2016-12-27  Martti Rannanjärvilib: add separator also if arr[0] is empty in string...
2016-12-27  Martti Rannanjärvilib-compression: use LZ4_compress_default if can
2016-12-24  Timo Sirainenlib-storage: Update mail_get_headers() API comment
2016-12-24  Stephan Boschglobal: Replaced all instances of memset(p, 0, sizeof...
2016-12-24  Stephan Boschlib: Created i_zero() wrapper for memset(p, 0, sizeof...
2016-12-24  Stephan Boschglobal: Made all struct initialization using memset...
2016-12-23  Nick WallingfordFix link failure against libressl.
2016-12-23  Timo Sirainenlib-mail: Fix memory leak in test-istream-attachment
2016-12-23  Timo Sirainenlib: Add unit test for istream-sized
2016-12-23  Timo Sirainenlib: istream-sized - consistently set stream_errno...
2016-12-23  Timo Sirainenlib: istream-sized - set stream_errno=EPIPE if stream...
2016-12-23  Timo Sirainenlib: istream-sized - remove explicit i_error() logging
2016-12-23  Timo Sirainenlib-compression: istream-{bzlib|lz4} - set stream_errno...
2016-12-23  Timo Sirainenlib-mail: istream-qp-decoder: set stream_errno=EPIPE...
2016-12-23  Timo Sirainenlib-fs: istream-metawrap - set stream_errno=EPIPE on...
2016-12-23  Timo Sirainenlib-storage: istream-mail - Use EPIPE if istream is...
2016-12-23  Timo Sirainenlib-mail: Improve istream-attachment-extractor unit...
2016-12-23  Timo Sirainenlib-mail: istream-attachment-extractor - use EIO for...
2016-12-23  Timo Sirainenlib-mail: istream-attachment-extractor - remove unneces...
2016-12-23  Timo Sirainenlib: istream-jsonstr - return EPIPE if end-of-string...
2016-12-23  Timo Sirainenlib: Add istream-jsonstr unit test.
2016-12-23  Timo Sirainenlib: istream-jsonstr - minor code cleanup
2016-12-23  Timo Sirainenlib: istream-base64-decoder - use stream_errno=EPIPE...
2016-12-23  Timo Sirainenglobal: Use const for all test_functions[] arrays
2016-12-23  Timo Sirainenlib-test: test_run*() - use const for test_functions...
2016-12-23  Timo Sirainenglobal: Use "static const" for all struct tests[] arrays
2016-12-23  Timo Sirainenlib-test: test_run_named*() - use const for tests[...
2016-12-23  Timo Sirainen*-login, imapc: Fix new lib-sasl API usage
2016-12-23  Timo Sirainenlib-index: Fix assert-crash if .log creation unexpected...
2016-12-23  Martti Rannanjärvistats: use o_stream_nsend in client-export
2016-12-23  Timo Sirainenfs-randomfail: Fix failure handling for fs_read()
2016-12-23  Timo Sirainenlib-index: Fix checking if cache file becomes >4GB
2016-12-23  Martti Rannanjärviimap: use o_stream_nsend when not checking failure
2016-12-23  Martti Rannanjärvireplication: ignore o_stream_send errors in doveadm...
2016-12-23  Timo Sirainenlib-mail: message_binary_part_deserialize(): Return...
2016-12-23  Timo Sirainendovecot.service.in: Improve [service] examples
2016-12-23  Timo Sirainenreplication plugin: Error handling code cleanup
2016-12-23  Timo Sirainenlib-sasl: API change - use size_t type for input/output...
2016-12-23  Timo Sirainenlib-fts: Change fts_icu_*() to use ARRAY_TYPE(icu_utf16...
2016-12-21  Timo SirainenFix compiling when compiler doesn't support typeof()
2016-12-19  Aki Tuomilib-index: Make sure buffer is not null before freeing
2016-12-19  Timo Sirainenconfigure: Define __STDC_LIMIT_MACROS for CXXFLAGS
2016-12-18  Timo Sirainenmaster: Update assert to make sure optind != 0
2016-12-18  Timo Sirainenlib: Remove dead code from unit test
2016-12-18  Timo Sirainenlib: Allow only known %chars in printf_format_fix_noalloc()
2016-12-18  Timo Sirainenlib: Fix %n detection in printf_format_fix_noalloc()
2016-12-18  Timo Sirainenlib: Optimize printf_format_fix_noalloc()
2016-12-18  Stephan Boschlib-imap-client: Fixed boolean vs integer mixup in...
next