]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2021-02-03  Timo Sirainenlib-storage: Remove mailbox_list_unescape_name() by...
2021-02-03  Timo Sirainenlib-storage: Remove mailbox_list_escape_name() by movin...
2021-02-03  Timo Sirainenlib-storage: Add unit tests for mailbox_list_default_ge...
2021-02-03  Timo Sirainenlib-storage: Rename mailbox_list_settings.broken_char...
2021-02-03  Timo Sirainenlib-storage: Rename mailbox_list_settings.escape_char...
2021-02-03  Timo Sirainenlib-imap: Add imap_utf7_to_utf8_escaped() and imap_esca...
2021-02-03  Timo Sirainenlib-imap: test-imap-utf7 - Simplify test_imap_utf7_non_...
2021-02-03  Timo Sirainenlib-imap: Move unnecessary shift check to mbase64_decod...
2021-02-03  Timo Sirainenlib-imap: test-imap-utf7 - Improve/clarify testing '&'
2021-02-03  Aki Tuomiconfig: Add unit test for config parser
2021-02-03  Aki Tuomiconfig: Extract sources to libconfig.la
2021-02-03  Aki Tuomilib-settings: test-settings - Add tests for settings...
2021-02-03  Aki Tuomitest-settings-parser: Add test for size
2021-02-03  Aki Tuomilib-settings: test-settings-parser - Add test for setti...
2021-02-03  Aki Tuomilib-settings: Add support for $ENV:name
2021-02-03  Aki Tuomiconfig: Add support for $ENV:name
2021-02-03  Aki Tuomiconfig: Expand multiple variables per line
2021-02-03  Aki Tuomiconfig: config-parser - Add config_write_keyvariable
2021-01-12  Josef 'Jeff... lib-storage: Make lua methods and functions use the...
2021-01-12  Josef 'Jeff... lib-storage: Make dlua_push_mail() take lua_State ...
2021-01-12  Josef 'Jeff... lib-storage: Make dlua_push_mail_user() take lua_State...
2021-01-12  Josef 'Jeff... lib-storage: Make lua_storage_cmp() take lua_State...
2021-01-12  Josef 'Jeff... lib-storage: Make lua_check_storage_mailbox() take...
2021-01-12  Josef 'Jeff... lib-storage: Make dlua_push_mailbox() take lua_State...
2021-01-26  Timo Sirainenmaster: Send instance_name setting to log process
2021-01-26  Timo Sirainencassandra: Fix logging messages with LFs
2021-01-26  Stephan Boschm4: Fix configuration of libunwind on i386 (and probabl...
2021-01-22  Timo Sirainenlib-imap: imap_bodystructure_write() - Add asserts...
2021-01-22  Timo Sirainenlib-imap: Add unit test for invalid BODYSTRUCTUREs
2021-01-22  Timo Sirainenlib-imap: imap_arg_get/as_nstring() - fail if input...
2021-01-22  Timo Sirainenlib-imap: Don't wrongly accept NILs or atoms when parsi...
2021-01-22  Timo Sirainenlib-imap: imap_body_parse_from_bodystructure() - Write...
2021-01-22  Timo Sirainenimap: SETMETADATA - Explicitly support using atoms...
2021-01-21  Josef 'Jeff... lib: event-filter - Implement event_filter_merge()...
2021-01-21  Josef 'Jeff... lib: event-filter - Use p_strdup() instead of p_strdup_...
2021-01-21  Aki Tuomilib: test-lib - Free event filters
2021-01-19  Josef 'Jeff... lib: event-filter - Implement filter boolean expression...
2021-01-19  Josef 'Jeff... lib: event-filter - Correct a comment referring to...
2021-01-19  Josef 'Jeff... lib: event-filter - Add a helper function to get at...
2021-01-19  Josef 'Jeff... lib: event-filter - Expose internal functions to allow...
2021-01-04  Josef 'Jeff... lib: event-filter - Make NOT operator right associative...
2021-01-19  Philippe Antoinelib-test: fuzzer - Don't crash in targets without ioloop
2021-01-18  Timo Sirainenauth: Makefile.am - Use $(LIBDOVECOT_LUA) instead of...
2021-01-18  Timo Sirainenauth: Fix building built-in lua
2021-01-18  Timo Sirainenlib: test-buffer - Fix memory leak errors in fatal...
2021-01-18  Timo Sirainenlib-test: Add test_fatal_set_callback()
2021-01-18  Aki Tuomilib-master: test-event-stats - Add test for large event id
2021-01-15  Siavash Tavakoliindexer: Remove worker-specific request queue
2021-01-15  Siavash Tavakoliindexer: Cleanup idle_list from worker pool
2021-01-15  Siavash Tavakoliindexer: Disconnect from indexer-worker after each...
2021-01-15  Timo Sirainenlib: array - Make sure it assert-crashes if trying...
2021-01-15  Timo Sirainenlib: Add buffer_create_dynamic_max()
2021-01-15  Timo Sirainenlib: hash - Add assert to make sure hash table doesn...
2021-01-15  Josef 'Jeff... auth: db-lua - Deref script in auth_lua_call_userdb_ite...
2021-01-15  Josef 'Jeff... auth: db-lua - Deref script in auth_lua_call_userdb_loo...
2021-01-15  Josef 'Jeff... auth: db-lua - Deref script in auth_lua_call_passdb_loo...
2021-01-15  Josef 'Jeff... auth: db-lua - Deref script in auth_lua_call_password_v...
2021-01-15  Josef 'Jeff... auth: db-lua - Make auth_lua_dovecot_auth_register...
2021-01-15  Josef 'Jeff... auth: db-lua - Make auth_lua_auth_request_register...
2021-01-15  Josef 'Jeff... auth: db-lua - Make auth_lua_call_lookup_finish() take...
2021-01-15  Josef 'Jeff... auth: db-lua - Make auth_lua_export_passdb_table()...
2021-01-15  Josef 'Jeff... auth: db-lua - Make auth_lua_call_lookup() take lua_Sta...
2021-01-15  Josef 'Jeff... auth: db-lua - Make auth_lua_export_userdb_table()...
2021-01-15  Josef 'Jeff... auth: db-lua - Make auth_lua_export_table() take lua_St...
2021-01-15  Josef 'Jeff... auth: db-lua - Make auth_lua_push_auth_request() take...
2021-01-15  Josef 'Jeff... auth: db-lua - Make lua methods and functions use the...
2021-01-15  Josef 'Jeff... auth: db-lua - Make auth_lua_check_auth_request() take...
2021-01-15  Josef 'Jeff... lib-lua: Use dlua_register()
2021-01-15  Josef 'Jeff... lib-lua: Add dlua_register()
2021-01-15  Josef 'Jeff... lib-storage: Make lua methods and functions use the...
2021-01-15  Josef 'Jeff... lib-storage: Make lua_storage_mail_user_set_metadata_un...
2021-01-15  Josef 'Jeff... lib-storage: Make lua_check_storage_mail_user() take...
2021-01-15  Josef 'Jeff... lib-storage: Make lua_check_storage_mail() take lua_Sta...
2021-01-15  Josef 'Jeff... lib-lua: Make dlua_dump_stack() take lua_State * directly
2021-01-15  Josef 'Jeff... lib-lua: Move dlua_dump_stack() prototype to private...
2021-01-15  Josef 'Jeff... lib-lua: Make dlua_check_event() take lua_State * directly
2021-01-15  Josef 'Jeff... lib-lua: Make dlua_push_event() take lua_State * directly
2021-01-15  Josef 'Jeff... lib-lua: Move dlua_{check,push}_event() prototypes...
2021-01-15  Josef 'Jeff... lib-lua: Make dlua_getdovecot() take lua_State * directly
2021-01-15  Josef 'Jeff... lib-lua: Make dlua_setmembers() take lua_State * directly
2021-01-15  Josef 'Jeff... lib-lua: Make lua methods and functions use the passed...
2021-01-15  Josef 'Jeff... lib-lua: Make dlua_push_event_passthrough() take lua_St...
2021-01-15  Josef 'Jeff... lib-lua: Make dlua_check_event_passthrough() take lua_S...
2021-01-15  Josef 'Jeff... lib-lua: Make dlua_event_log() take lua_State * directly
2021-01-15  Josef 'Jeff... lib-lua: Make dlua_get_file_line() take lua_State ...
2021-01-15  Josef 'Jeff... lib-lua: Make DLUA_REQUIRE_ARGS*() take the lua_State...
2021-01-15  Timo Sirainenimap: test-imap-client-hibernate - Remove dead assignment
2021-01-15  Geert Hendrickxutil: dovecot-sysreport: Use "uname -n" instead of...
2021-01-15  Siavash Tavakolilib-mail: mail-html2text: HTML entity lookup must be...
2021-01-15  Timo Sirainenlib-storage: Add unit test for mailbox-list error handling
2021-01-15  Timo Sirainenlib-storage: test-mail-storage - Split overlong lines
2021-01-15  Timo Sirainenlib-storage: Change mailbox_list_set_error/critical...
2021-01-15  Timo Sirainenlib-storage: mailbox_list_get_last_error() - Handle...
2021-01-15  Timo Sirainenlib-storage: Detect corrupted mail size when calculatin...
2021-01-14  Siavash Tavakolistats: openmetrics: Do not duplicate counter and durati...
2021-01-14  Manuel Rügerstats: Make exported metrics compliant with OpenMetrics...
2021-01-14  Timo Sirainenindexer, auth: Set indexer-worker and auth-worker servi...
2021-01-14  Timo Sirainenlib-master, master: Add "worker" service type
2021-01-14  Timo Sirainenmaster: Split off service_log_drop_warning()
2021-01-14  Timo Sirainenmaster: Update comment to service_process.total_count
next