]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2020-08-13  Timo Sirainenlib: Fix sending log lines when prefix is larger than...
2020-08-13  Timo Sirainenlog: log_connection_handshake() - Handle i_stream_read...
2020-08-13  Timo Sirainenlog: Fix busy loop when a long line is logged
2020-08-12  Aki Tuomiauth: test-mech - Add tests for RPA and NTLM bug
2020-08-12  Aki Tuomilib-ntlm: Check buffer length on responses
2020-08-12  Aki Tuomiauth: mech-rpa - Fail on zero len buffer
2020-08-12  Timo Sirainenlib-mail: Fix handling trailing "--" in MIME boundaries
2020-08-12  Timo Sirainenlib-mail: message-parser - Support limiting max number...
2020-08-12  Timo Sirainenlib-mail: message-parser - Support limiting max number...
2020-08-12  Timo Sirainenlib-mail, global: message_parser_init*() - Convert...
2020-08-12  Timo Sirainenlib-mail: message-parser - Don't use memory pool for...
2020-08-12  Timo Sirainenlib-mail: message-parser - Add boundary_remove_until...
2020-08-12  Timo Sirainenlib-mail: message-parser - Optimize boundary lookups...
2020-08-12  Timo Sirainenlib-mail: message-parser - Truncate excessively long...
2020-08-12  Timo Sirainenlib-mail: message-parser - Minor code cleanup to findin...
2020-08-12  Timo Sirainenlib-mail: message-parser - Optimize appending new part...
2020-08-12  Timo Sirainenlib-mail: message-parser - Optimize updating children_count
2020-08-12  Timo Sirainenlib-mail: message-parser - Change message_part_append...
2020-08-12  Timo Sirainenlib-mail: message-parser - Add a message_part_finish...
2020-08-12  Timo Sirainenlib-mail: Move message_parser_init_from_parts() handlin...
2020-08-12  Timo Sirainenlib-mail: test-message-parser - Test that children_coun...
2020-08-12  Timo Sirainenlib-mail: test-message-parser - Add another test for...
2020-08-12  Timo Sirainendict: Fix potential hang when iterating
2020-08-12  Timo Sirainenlib: Clarify o_stream_set_flush_pending() comment relat...
2020-08-10  Timo Sirainenlib: When clearing signal handlers, ignore the signals...
2020-08-10  Timo Sirainenpop3-login: Fix the next command failing after unsucces...
2020-08-06  Aki Tuomilib-compression: zstd - Check version
2020-08-06  Aki Tuomilib-compression: zstd - Repair error codes if necessary
2020-08-05  Timo Sirainenlib: Fix potential crash changing signal handlers after...
2020-08-05  sergey.kitovlib-index: Set event name for "Recreated index"
2020-08-04  Josef 'Jeff... global: Rely on fs_deinit() automatically freeing parent fs
2020-08-04  Josef 'Jeff... lib-fs: Free parent fs generically
2020-08-04  Josef 'Jeff... mail-crypt: Use container_of() instead of casts for...
2020-08-04  Josef 'Jeff... fs-compress: Use container_of() instead of casts
2020-08-04  Josef 'Jeff... lib-fs: sis - Use container_of() instead of casts
2020-08-04  Josef 'Jeff... lib-fs: sis-queue - Use container_of() instead of casts
2020-08-04  Josef 'Jeff... lib-fs: randomfail - Use container_of() instead of...
2020-08-04  Josef 'Jeff... lib-fs: metawrap - Use container_of() instead of casts
2020-08-04  Josef 'Jeff... lib-fs: Add new deinit vfunc
2020-08-04  Josef 'Jeff... lib-fs: Rename deinit vfunc to free
2020-08-04  Timo Sirainenlib, lib-master: Send updated event to stats if fields...
2020-08-04  Timo Sirainenstats: Allow clients to update existing events with...
2020-08-04  Timo Sirainenlib: event_import*() - Allow importing duplicate data...
2020-08-04  Josef 'Jeff... lib-master: Properly compare unit test output strings...
2020-08-04  Stephan Boschimap: cmd-notify - Do not try to notify for removable...
2020-08-04  Stephan Boschlib-storage: Add mail_namespace_is_removable() and...
2020-08-04  Stephan Boschlib-index: mail-index-view - Record caller source filen...
2020-08-04  Josef 'Jeff... lib-fs: Set debug on event from settings
2020-08-04  Stephan Boschimap: cmd-notify - Fix segfault ocurring upon NOTIFY...
2020-07-31  Aki Tuomilib-compression: test-compression - Do not fail on...
2020-07-31  Aki Tuomilib-compression: Fix support for older libzstd
2020-07-31  Aki Tuomilib-compression: test-compression - Ensure compression...
2020-07-30  Timo Sirainenfs-compress: Try all compression formats when decompressing
2020-07-30  Timo Sirainenfs-compress: Rename compress_fs.handler to compress_handler
2020-07-30  Aki Tuomilib-compression: test-compression - Add test for tiny...
2020-07-30  Aki Tuomilib-compression: istream-xz - Fix header reading
2020-07-30  Aki Tuomilib-compression: istream-zstd - Fix header reading
2020-07-30  Aki Tuomilib-compression: istream-zlib - Fix header reading
2020-07-30  Aki Tuomilib-compression: istream-lz4 - Fix header reading
2020-07-30  Aki Tuomilib-compression: ostream-zstd - Remove o_stream_zstd_error
2020-07-30  Aki Tuomilib-compression: ostream-zstd - Fix error handling
2020-07-30  Aki Tuomilib-compression: istream-zstd - Remove i_stream_zstd_error
2020-07-30  Aki Tuomilib-compression: Fix error handling for zstd
2020-07-30  Markus Valentinlib-compression: Add "unsupported" compression
2020-07-30  Markus Valentinlib-compression: Change compression_lookup_handler_from...
2020-07-30  Markus Valentinlib-compression: Change compression_lookup_handler...
2020-07-29  Timo Sirainenpop3: Fix assert-crash when using pop3_deleted_flag
2020-07-15  Timo Sirainenpop3-login: Fix handling commands that are sent in...
2020-07-10  Aki Tuomilib-test: Rename s1, s2 to _temp_s1, _temp_s2 in test_a...
2020-07-09  Aki Tuomipop3-login: Use struct client authenticating member
2020-07-09  Aki Tuomipop3-login: Consume line after mech probe
2020-07-09  Aki Tuomilib: istream - Do not attempt read past end in i_stream...
2020-07-09  Aki Tuomilib-test: test_assert_strcmp_idx - Avoid double evaluation
2020-07-09  Aki Tuomipop3-login: Read command more carefully
2020-07-07  Josef 'Jeff... lib: Properly free event filter in unit tests
2020-07-03  Aki Tuomilib: event-filter-lexer - Ignore unused parameters
2020-07-02  Timo Sirainenlib: lib-signals - Use persistent signal IOs
2020-07-02  Timo Sirainenlib: lib-signals - Add struct signal_ioloop
2020-07-02  Timo Sirainenlib: lib-signals - Replace LIBSIG_FLAG_NO_IOLOOP_AUTOMO...
2020-07-02  Timo Sirainenlib: lib-signals - Fix creating non-automove signal...
2020-07-02  Timo Sirainenlib: Add io_loop_add/remove_destroy_callback()
2020-07-02  Aki Tuomilib: event-filter - Use i_fatal for fatal error handling
2020-07-02  Aki Tuomilib: event-filter - Disable some more compiler warnings
2020-07-02  Aki Tuomilib: event-filter - Handle allocations
2020-07-01  Aki Tuomipop3-login: Read SASL-IR properly
2020-07-01  Aki Tuomipop3-login: Read command separately
2020-07-01  Aki Tuomiauth: db-lua - Fix user iteration
2020-07-01  Aki Tuomiauth: db-lua - Always set callback when iterating
2020-07-01  Aki Tuomilib-lua: Register panic handler
2020-07-01  Aki Tuomiauth: db-lua - Ensure stack is empty at end
2020-07-01  Aki Tuomiauth: db-lua - Pop dovecot after registering
2020-07-01  Aki Tuomiauth: db-lua - Pop result after lookup
2020-07-01  Aki Tuomilib-lua: Add dlua_dump_stack
2020-06-29  Aki Tuomiconfigure: Properly fail if bison or flex is missing
2020-06-26  Josef 'Jeff... Ignore ylwrap
2020-06-25  Josef 'Jeff... lib: Rename event filter files to be less redundantly...
2020-06-10  Josef 'Jeff... lib: event filter parser unit tests
2020-05-26  Josef 'Jeff... lib: Switch event filtering to the new filter language
2020-05-29  Josef 'Jeff... lib: Implement a new event filter language
2020-06-17  Josef 'Jeff... lib: Allow event filter nodes to represent a log type...
next