]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2019-09-13  Stephan Boschlib-lda: Replace i_info() with e_info().
2019-09-13  Stephan Boschlib-lda: Replace i_error() with e_error().
2019-09-13  Stephan Boschlib-lda: mail-deliver - Add message fields to the deliv...
2019-09-13  Stephan Boschlib-lda: mail-deliver - Rename mail_deliver_cache to...
2019-09-13  Stephan Boschlda: Use LDA event as mail_*user's parent event.
2019-09-13  Stephan Boschlda: Add support for event API.
2019-09-13  Stephan Boschlda: Assign envelope fields in mail deliver context...
2019-09-13  Stephan Boschlmtp: lmtp-local - Use recipient event for mail delivery.
2019-09-13  Stephan Boschlib-lda: mail-deliver - Add support for event API.
2019-09-13  Stephan Boschlib-lda: Initialize/deinitialize mail_deliver_context...
2019-09-13  Stephan Boschlda: Move mail_deliver() invocation to a separate function.
2019-09-13  Stephan Boschlib-lda: mail-deliver - Split the mail_deliver() functi...
2019-09-10  Stephan Boschlib: str - Add str_replace().
2019-09-10  Stephan Boschlib: buffer - Add buffer_replace().
2019-09-10  Stephan Boschlib: buffer - Improve header comment for buffer_insert...
2019-09-10  Stephan Boschlib: test-istream-base64-decoder - Make random test...
2019-09-10  Stephan Boschlib: test-istream-base64-decoder - Add explicit test...
2019-09-10  Stephan Boschlib: test-base64 - Add explicit test cases for encoding...
2019-09-10  Stephan Boschlib: base64 - Add assertion preventing calling base64_e...
2019-09-10  Stephan Boschlib: test-istream-base64-decoder - Reduce minimum rando...
2019-09-10  Stephan Boschlib: test-istream-base64-decoder - Abort random test...
2019-09-10  Stephan Boschlib: test-istream-base64-encoder - Fix test names.
2019-09-10  Stephan Boschlib: test-base64 - Abort random test at first error...
2019-09-10  Stephan Boschlib: test-base64 - Test Base64 encoding with maximum...
2019-09-10  Stephan Boschlib: test-base64 - Better check output of incrementally...
2019-09-10  Stephan Boschlib: base64 - Fix incremental/streaming Base64 encoding...
2019-09-10  Stephan Boschlib: base64 - Restructure base64_encode_get_size().
2019-09-10  Stephan Boschlib: base64 - Use unsigned size type for base64_get_ful...
2019-09-10  Stephan Boschlib: base64 - Truly fix dest buffer assertion in base64...
2019-09-10  Stephan Boschlib: test-istream-base64-decoder - Use unsigned int...
2019-09-10  Stephan Boschlib: base64 - Fix dest buffer assertion in base64_decod...
2019-09-10  Stephan Boschlib: test-istream-base64-decoder - Add extensive random...
2019-09-10  Stephan Boschlib: istream-base64-encoder - Fix handling of error...
2019-09-10  Stephan Boschlib: istream-base64-decoder - Fix handling of error...
2019-09-10  Stephan Boschlib: base64 - Restructure encoder to always fill the...
2019-09-10  Stephan Boschlib: base64 - Allow encoding line endings one octet...
2019-09-10  Stephan Boschlib: base64 - Add more w_buf_len assertions to encoder.
2019-09-10  Stephan Boschlib: base64 - Use sizeof() for determining the size...
2019-09-10  Stephan Boschlib: base64 - Fix base64_get_full_encoded_size() for...
2019-09-10  Stephan Boschlib: istream-base64-decoder - Use i_stream_try_alloc...
2019-09-10  Stephan Boschlib: istream-base64-encoder - Use i_stream_try_alloc...
2019-09-10  Markus Valentinimap: previews/snippets requested with lazy update...
2019-09-10  Markus Valentinlib-storage: change caching decision for lazy requests...
2019-09-10  Markus Valentinlib-storage: introduce MAIL_LOOKUP_ABORT_NOT_IN_CACHE_S...
2019-09-10  Markus Valentinlib-index: move mail_cache_decision_add to public header
2019-09-10  Aki Tuomilib-ssl-iostream: Remove problematic unit tests
2019-09-10  Timo Sirainenauth: winbind - Make static analyzer happier
2019-09-10  Stephan Boschlib: base64 - Add high-level data and string encode...
2019-09-10  Stephan Boschlib: base64 - Add flags and max_line_size parameters...
2019-09-10  Stephan Boschlib: base64 - Add high-level data decode functions...
2019-09-10  Stephan Boschlib: base64 - Add flags parameters to the new high...
2019-09-10  Stephan Boschlib: base64 - Add BASE64_DECODE_FLAG_IGNORE_PADDING.
2019-09-10  Stephan Boschlib: base64 - Reformat flag handling in base64_decode_m...
2019-09-10  Stephan Boschlib: base64 - Remove unused assignment.
2019-09-10  Stephan Boschlib: base64 - Add support for decoding without padding.
2019-09-10  Stephan Boschlib: base64 - Add support for encoding without padding.
2019-09-10  Stephan Boschlib: istream-base64-encoder - Use the new low-level...
2019-09-10  Stephan Boschlib: base64 - Add support for adding line breaks to...
2019-09-10  Stephan Boschlib: base64 - Add base64_get_full_encoded_size().
2019-09-10  Stephan Boschlib: base64 - Add decode flag for prohibiting whitespace.
2019-09-10  Stephan Boschlib: base64 - Deprecate src_pos_r parameter of base64_d...
2019-09-10  Stephan Boschlib: istream-base64-decoder - Use the new low-level...
2019-09-10  Stephan Boschlib: base64 - Properly implemenent incremental decoding.
2019-09-10  Stephan Boschlib: base64 - Properly implemenent incremental encoding.
2019-09-10  Stephan Boschlib: buffer - Add buffer_get_avail_size().
2019-09-10  Stephan Boschlib: istream-base64 - Add support for base64url encoding.
2019-09-10  Stephan Boschlib: base64 - Add support for base64url encoding.
2019-09-10  Stephan Boschlib: base64 - Make code suitable for encoding/decoding...
2019-09-10  Stephan Boschlib: base64 - Add structural comments.
2019-09-10  Stephan Boschlib: base64.h - Move size macros.
2019-09-10  Stephan Boschlib: base64 - Make encoding table an explicit array.
2019-09-10  Stephan Boschlib: base64.c - Move mapping tables.
2019-09-10  Timo Sirainenlib: test-base64 - Make sure base64_decode() won't...
2019-09-10  Timo Sirainenlib: test-base64 - Cleanup: Use more exact test_asserts
2019-09-10  Timo Sirainenlib: test-base64 - Cleanup: Use the same struct for...
2019-09-10  Josef 'Jeff... lib: test-base64 - Test MAX_BASE64_{EN,DE}CODED_SIZE...
2019-09-10  Timo Sirainenlib: base64 - Change MAX_BASE64_DECODED_SIZE() to be...
2019-09-10  Josef 'Jeff... lib: base64 - Simplify MAX_BASE64_ENCODED_SIZE() calcul...
2019-09-10  Timo Sirainenlib: Fix updating timeouts after time moves backwards
2019-09-10  Timo Sirainenlib: timeval_add/sub_usecs() - Add assert to make sure...
2019-09-10  Timo Sirainenlib, lib-dcrypt: Fix unit tests to check i_stream_read...
2019-09-10  Timo Sirainencassandra: Fix crash due to race condition with threads
2019-09-10  Timo Sirainencassandra: Cleanup - Move code to cassandra_callback_de...
2019-09-10  Timo Sirainenlib-storage: Add mailbox_attribute_internal.iter()
2019-09-10  Martti Rannanjärviimap: Only send NIL on GETMETADATA when query depth...
2019-09-10  Timo Sirainenimap: GETMETADATA: Ignore MAIL_ERROR_NOTPOSSIBLE errors...
2019-09-10  Aki Tuomiauth: Do not unref policy payload too early
2019-09-10  Markus Valentinlib-imap-metadata: setting metadata literal value does...
2019-09-10  Timo Sirainenlib-smtp: Fix encoding quoted localparts that end with "."
2019-09-10  Timo Sirainenlib-storage: Mark /private/specialuse attribute to...
2019-09-10  Timo Sirainenimap: GETMETADATA: Send the last error as tagged reply
2019-09-10  Timo Sirainenimap: GETMETADATA: If i_stream_get_size() fails, send...
2019-09-10  Timo Sirainenimap: GETMETADATA: Move error handling to a common...
2019-09-10  Timo Sirainenimap: GETMETADATA: Replace failed boolean with last_err...
2019-09-10  Timo Sirainenimap: Allow SET/GETMETADATA to access validated attribu...
2019-09-10  Timo Sirainenlib-imap-metadata: Add imap_metadata_transaction_valida...
2019-09-10  Timo Sirainenlib-storage: Add support for "validated attributes"
2019-09-10  Timo Sirainenlib-storage: Prepare attribute API for having flags...
2019-09-10  Aki Tuomilib-ssl-iostream: Support TLSv1.3 ciphersuites
2019-09-10  Aki Tuomilib-ssl-iostream: test-iostream-ssl - Wait until both...
next