]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2020-04-24  Timo Sirainenlogin-proxy: login_proxy_free*() - Add asserts to make...
2020-04-24  Timo Sirainenlogin-proxy: Remove login_proxy_free_reason/delayed()
2020-04-24  Timo Sirainenlogin-proxy: login_proxy_free_full() - Replace bool...
2020-04-24  Timo Sirainenlogin-proxy: Add missing space between disconnect reaso...
2020-04-24  Timo Sirainenlogin-proxy: Clarify error messages when disconnecting...
2020-04-24  Timo Sirainenlogin-common: client_disconnect() - Log with login_prox...
2020-04-24  Timo Sirainen*-login: Use login_proxy.event for logging
2020-04-24  Timo Sirainenlogin-proxy: Add login_proxy_get_event()
2020-04-24  Timo Sirainenlogin-proxy: Add event to login_proxy
2020-04-24  Timo Sirainenlogin-proxy: Split off proxy_check_start()
2020-04-24  Timo Sirainenlogin-proxy: Remove client->refcount > 1 assert
2020-04-24  Timo Sirainenlogin-proxy: Remove dead code checking if client is...
2020-04-24  Timo Sirainenlogin-common: Replace i_error() with e_error() where...
2020-04-24  Timo Sirainenlogin-common: Remove client_log*() functions
2020-04-24  Timo Sirainen*-login: Use e_error() instead of client_log_err()
2020-04-24  Timo Sirainen*-login: Use e_info() instead of client_log()
2020-04-24  Timo Sirainenlogin-common: Use e_warning() instead of client_log_warn()
2020-04-24  Timo Sirainenlogin-common: Log via e_info/warning/error() functions
2020-04-24  Timo Sirainenlogin-common: Add event to client
2020-04-24  Timo Sirainenlogin-common: Split off args_parse_user()
2020-04-24  Timo Sirainen*-login: Add event category to login_binary
2020-04-24  Timo Sirainen*-login: Change struct login_binary to be non-const
2020-04-24  Timo Sirainenlogin-proxy: Remove unused login_proxy.disconnecting...
2020-04-24  Timo Sirainenlib: ostream-multiplex - Fix flush callback handling
2020-04-24  Timo Sirainenlib: ostream-multiplex - o_stream_send*(): Return 0...
2020-04-24  Martti Rannanjärvilib-smtp: Allow running make check as root
2020-04-24  Martti Rannanjärvilib-smtp: Add allow_root flag to smtp_submit_input...
2020-04-22  Stephan Boschstats: stats-service-openmetrics - Check label for...
2020-04-22  Aki Tuomistats: openmetrics - Use json_append_escaped
2020-04-22  Aki Tuomistats: metrics - Sanitize sub_name before appending...
2020-04-22  Aki Tuomistats: metrics - Use str_sanitize_utf8 to create submet...
2020-04-20  Timo Sirainensubmission-login: Fix printf type for SIZE in HELO...
2020-04-20  Timo Sirainenlib-index: Fix signedness compiler warning with 32bit
2020-04-20  Timo Sirainenstats: Add missing stats_startup_time global variable...
2020-04-20  Timo Sirainenstats: Change stats_settings to be static
2020-04-20  Timo Sirainenstats: client_http_init() - Add stats_settings parameter
2020-04-18  Stephan Boschstats: stats-service-openmetrics - Add histogram support.
2020-04-18  Stephan Boschstats: stats-service-openmetrics - Make composition...
2020-04-18  Stephan Boschstats: stats-service-openmetrics - Restructure metrics...
2020-04-18  Stephan Boschstats: stats-service-openmetrics - Fix code duplication...
2020-04-18  Stephan Boschstats: stats-service-openmetrics - Record has_submetric...
2020-04-18  Stephan Boschstats: stats-service-openmetrics - Use basic request...
2020-04-18  Stephan Boschstats: stats-service-openmetrics - Export Dovecot base...
2020-04-18  Stephan Boschstats: stats-service-openmetrics - Rename resp to hsres...
2020-04-18  Stephan Boschstats: stats-service-openmetrics - Rename req to hsreq...
2020-04-18  Stephan Boschstats: Reformat stats-service-openmetrics.c.
2020-04-18  Aki Tuomistats: Do not export base metric with sub-metrics on...
2020-04-18  Stephan Boschlib-http: http_server_response_send_payload() - Reimple...
2020-04-18  Stephan Boschlib-http: test-http-server-errors - Add tests for the...
2020-04-18  Stephan Boschlib-http: test-http-payload - Add tests for the new...
2020-04-18  Stephan Boschlib-http: http-server-response - Replace payload output...
2020-04-18  Stephan Boschlib: Create wrapper output stream.
2020-04-18  Stephan Boschlib-http: http-server-connection - Hold immune request...
2020-04-18  Stephan Boschlib-http: http-server-connection - When connection...
2020-04-18  Stephan Boschlib-http: http-server-request - Add http_server_request...
2020-04-18  Stephan Boschlib-http: http-server-request - Notify response about...
2020-04-18  Stephan Boschlib-http: http-server-request - Don't destroy anything...
2020-04-18  Stephan Boschlib-http: http-server-request - Log reason in http_serv...
2020-04-18  Stephan Boschlib-http: http-server-connection - Significantly simpli...
2020-04-18  Stephan Boschlib-http: http-server-response - Fix management of...
2020-04-18  Stephan Boschlib-http: http-server-response - Add response reference...
2020-04-18  Stephan Boschlib-http: http-server-response - Add http_server_respon...
2020-04-18  Stephan Boschlib-http: http-server-response - Rename http_server_res...
2020-04-18  Stephan Boschlib-http: http-server-response - Publish http_server_re...
2020-04-18  Stephan Boschlib-http: http-server-response - Restructure initializa...
2020-04-18  Stephan Boschlib-http: http-server-connection - Restructure/rename...
2020-04-18  Stephan Boschlib-http: http-server-connection - Restructure http_ser...
2020-04-18  Stephan Boschlib-http: http-server-connection - Add http_server_conn...
2020-04-18  Stephan Boschlib-http: http-server-connection - Publish internal...
2020-04-18  Stephan Boschlib-http: http-server-connection - Add internal API...
2020-04-18  Stephan Boschlib-http: test-http-server-errors - Fix name of client_...
2020-04-18  Stephan Boschlib-http: test-http-server-errors - Ignore SIGPIPE.
2020-04-18  Stephan Boschlib-http: test-http-server-errors - Add log prefixes...
2020-04-18  Stephan Boschlib-http: Reformat test-http-server-errors.c.
2020-04-18  Stephan Boschlib-http: test-http-payload - Add tests for the old...
2020-04-18  Stephan Boschlib-http: test-http-payload - Properly finish blocking...
2020-04-18  Stephan Boschlib-http: test-http-payload - Use client request object...
2020-04-18  Stephan Boschlib-http: test-http-payload - Use client request object...
2020-04-18  Stephan Boschlib-http: test-http-payload - echo: Manage active reque...
2020-04-18  Stephan Boschlib-http: test-http-payload - Rename client request...
2020-04-18  Stephan Boschlib-http: test-http-payload - Group test settings into...
2020-04-18  Stephan Boschlib-http: test-http-payload - Add log prefixes to disti...
2020-04-18  Stephan Boschlib-http: test-http-payload - Only switch ioloop for...
2020-04-18  Stephan Boschlib-http: test-http-payload - Do not continue running...
2020-04-18  Stephan Boschlib-http: test-http-payload - echo: Add debug message...
2020-04-18  Stephan Boschlib-http: test-http-payload - echo: Properly handle...
2020-04-18  Stephan Boschlib-http: Reformat test-http-payload.c.
2020-04-18  Stephan Boschlib-http: http-server-connection - Fix http_server_conn...
2020-04-18  Stephan Boschlib-http: http-server-connection - Add support for...
2020-04-18  Stephan Boschlib: iostream-pump - Add support for switching to an...
2020-04-18  Stephan Boschlib-http: http-server-request - Fix blocking payload...
2020-04-18  Stephan Boschlib-http: http-message parser - Improve error for inval...
2020-04-18  Stephan Boschlib-http: http-message parser - Refer to message payloa...
2020-04-18  Stephan Boschlib-http: Restructure http-message-parser.c.
2020-04-18  Stephan Boschlib-http: Reformat http-message-parser.c.
2020-04-18  Stephan Boschlib-http: http-transfer-chunked - Don't implicitly...
2020-04-18  Stephan Boschlib-http: http-server-response - Properly finish the...
2020-04-18  Stephan Boschlib-http: http-client-request - Properly finish the...
2020-04-18  Stephan Boschlib-http: http-transfer-chunked - Make sending of the...
2020-04-18  Stephan Boschlib-http: http-transfer-chunked - Add assertions to...
next