]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-05-28  Emeric BrunBUG/MEDIUM: logs: fix trailing zeros on log message.
2020-05-28  Nathan NeulingerBUG/MINOR: lua: Add missing string length for lua stick...
2020-05-28  Christopher... MINOR: checks: I/O callback function only rely on the...
2020-05-28  Christopher... BUG/MEDIUM: checks: Don't blindly subscribe for receive...
2020-05-28  Christopher... CLEANUP: http: Remove unused HTTP message templates
2020-05-28  Christopher... MINOR: http-rules: Use an action function to eval http...
2020-05-28  Christopher... MINOR: http-ana: Use proxy's error replies to emit...
2020-05-28  Christopher... MINOR: http-ana: Make the function http_reply_to_htx...
2020-05-27  Tim DuesterhusREGTEST: Add connection/proxy_protocol_send_unique_id_alpn
2020-05-27  Willy TarreauMEDIUM: pools: directly free objects when pools are...
2020-05-27  Willy TarreauMINOR: pools: compute an estimate of each pool's averag...
2020-05-26  Olivier HouchardBUG/MEDIUM: backend: set the connection owner to the...
2020-05-26  Christopher... BUG/MINOR: connection: Always get the stream when avail...
2020-05-26  Christopher... BUG/MEDIUM: connection: Ignore PP2 unique ID for stream...
2020-05-26  Bertrand JacquinBUG/MEDIUM: contrib/spoa: do not register python3.8...
2020-05-26  Christopher... MINOR: checks: Remove useless tests on the connection...
2020-05-26  Christopher... BUG/MEDIUM: checks: Refresh the conn-stream and the...
2020-05-26  Christopher... REGTESTS: Require the version 2.2 to execute lua/set_var
2020-05-26  Christopher... REGTESTS: Add missing OPENSSL to REQUIRE_OPTIONS for...
2020-05-26  Emeric BrunMEDIUM: ring: new section ring to declare custom ring...
2020-05-25  Tim DuesterhusMEDIUM: lua: Add `ifexist` parameter to `set_var`
2020-05-25  Tim DuesterhusMINOR: lua: Make `set_var()` and `unset_var()` return...
2020-05-25  Tim DuesterhusMINOR: vars: Make vars_(un|)set_by_name(_ifexist|)...
2020-05-25  Tim DuesterhusCLEANUP: vars: Remove void vars_unset_by_name(const...
2020-05-25  Tim DuesterhusMINOR: lua: Use vars_unset_by_name_ifexist()
2020-05-25  Tim DuesterhusREGTESTS: Add missing OPENSSL to REQUIRE_OPTIONS for...
2020-05-25  Christopher... REGTESTS: checks: Fix tls_health_checks when IPv6 addre...
2020-05-25  Christopher... MINOR: checks: Remove dead code from process_chk_conn()
2020-05-25  Christopher... BUG/MINOR: http-htx: Fix a leak on error path during...
2020-05-25  Christopher... BUG/MINOR: http-htx: Don't forget to release the http...
2020-05-22  Willy Tarreau[RELEASE] Released version 2.2-dev8 v2.2-dev8
2020-05-22  Willy TarreauMINOR: connection: add pp2-never-send-local to support...
2020-05-22  Willy TarreauCONTRIB: hpack: make use of the simplified standalone...
2020-05-22  Willy TarreauBUILD: hpack: make sure the hpack table can still be...
2020-05-20  Christopher... BUG/MINOR: checks: Respect check-ssl param when a port...
2020-05-20  Christopher... DOC: Fix "errorfile" description in the configuration...
2020-05-20  Christopher... MINOR: http-htx/proxy: Add http-error directive using...
2020-05-20  Christopher... MINOR: http-ana: Add a function to write an http reply...
2020-05-20  Christopher... CLEANUP: channel: Remove channel_htx_copy_msg() function
2020-05-20  Christopher... MINOR: htx: Add a function to copy a buffer in an HTX...
2020-05-20  Christopher... CLEANUP: http-htx: Remove unused storage of error messa...
2020-05-20  Christopher... MEDIUM: http-ana: Use http replies for HTTP error messages
2020-05-20  Christopher... MINOR: http-ana: Use a TXN flag to prevent after-respon...
2020-05-20  Christopher... MINOR: http-htx: Use http reply from the http-errors...
2020-05-20  Christopher... MINOR: proxy: Add references on http replies for proxy...
2020-05-20  Christopher... MINOR: http-htx: Store errorloc/errorfile messages...
2020-05-20  Christopher... MINOR: http-htx: Store messages of an http-errors secti...
2020-05-20  Christopher... MINOR: http-htx: Store default error messages in a...
2020-05-20  Christopher... MEDIUM: http-rules: Rely on http reply for http deny...
2020-05-20  Christopher... MINOR: http-ana: Use a dedicated function to send a...
2020-05-20  Christopher... MINOR: http-htx: Use a dedicated function to check...
2020-05-20  Christopher... MINOR: http-htx: Use a dedicated function to parse...
2020-05-20  Christopher... MINOR: http-htx: Use a dedicated function to release...
2020-05-20  Christopher... MINOR: http-rules: Use http_reply structure for http...
2020-05-20  Christopher... CLEANUP: http-htx: Rename http_error structure into...
2020-05-20  Christopher... MINOR: http-htx: Add http_reply type based on what...
2020-05-20  Christopher... BUG/MINOR: http-rules: Mark http return rules as final
2020-05-20  Christopher... CLEANUP: http_ana: Remove unused TXN flags
2020-05-20  William LallemandMINOR: ssl: split config and runtime variable for ssl...
2020-05-20  Ilya ShipitsinCI: travis-ci: fix libslz download URL
2020-05-20  Willy TarreauRevert "MEDIUM: sink: add global statement to create...
2020-05-19  Willy TarreauMINOR: ring: make the applet code not depend on the CLI
2020-05-19  Willy TarreauMINOR: applet: adopt the wait list entry from the CLI
2020-05-19  Willy TarreauBUG/MEDIUM: ring: write-lock the ring while attaching...
2020-05-19  Christopher... BUG/MAJOR: mux-fcgi: Stop sending loop if FCGI stream...
2020-05-19  Willy TarreauMEDIUM: hpack: use a pool for the hpack table
2020-05-19  Emeric BrunMEDIUM: sink: add global statement to create a new...
2020-05-19  Emeric BrunMEDIUM: logs: buffer targets now rely on new sink_write
2020-05-19  Emeric BrunMEDIUM: sink: build header in sink_write for log formats
2020-05-19  Emeric BrunBUG/MINOR: logs: prevent double line returns in some...
2020-05-18  Christopher... MEDIUM: checks: Make post-41 the default mode for mysql...
2020-05-18  Christopher... MINOR: config: Don't dump keywords if argument is NULL
2020-05-18  Christopher... BUG/MINOR: cache: Don't needlessly test "cache" keyword...
2020-05-18  Christopher... DOC: SPOE is no longer experimental
2020-05-18  William LallemandBUILD: ssl: fix build without OPENSSL_NO_ENGINE
2020-05-18  Aleksandar... DOC/MINOR: halog: Add long help info for ic flag
2020-05-18  Ilya ShipitsinCLEANUP: acl: remove unused assignment
2020-05-18  William LallemandBUILD: ssl: include errno.h in ssl_crtlist.c
2020-05-18  William DauchyBUILD: ssl: include buffer common headers for ssl_sock_ctx
2020-05-16  Marcin DeranekMEDIUM: stats: Enable more accurate moving average...
2020-05-16  Marcin DeranekMINOR: stats: Expose native cum_req metric for a server
2020-05-16  Marcin DeranekMINOR: stats: Prepare for more accurate moving averages
2020-05-15  Martin Tzvetanov... CI: travis-ci: switch arm64 builds to use openssl from...
2020-05-15  William LallemandDOC: ssl: update MAINTAINERS file
2020-05-15  William LallemandREORG: ssl: move utility functions to src/ssl_utils.c
2020-05-15  William LallemandREORG: ssl: move sample fetches to src/ssl_sample.c
2020-05-15  William LallemandREORG: ssl: move ssl_sock_ctx and fix cross-dependencie...
2020-05-15  William LallemandMINOR: ssl: remove static keyword in some SSL utility...
2020-05-15  William LallemandREORG: ssl: move ssl configuration to cfgparse-ssl.c
2020-05-15  William LallemandREORG: ssl: move the CLI 'cert' functions to src/ssl_ckch.c
2020-05-15  William LallemandREORG: ssl: move the crt-list CLI functions in src...
2020-05-15  William LallemandREORG: ssl: move ckch_inst functions to src/ssl_ckch.c
2020-05-15  William LallemandREORG: ssl: move the ckch_store related functions to...
2020-05-15  William LallemandCLEANUP: ssl: avoid circular dependencies in ssl_crtlist.h
2020-05-15  William LallemandREORG: ssl: move crtlist functions to src/ssl_crtlist.c
2020-05-15  William LallemandCLEANUP: ssl: add ckch prototypes in proto/ssl_ckch.h
2020-05-15  William LallemandREORG: ssl: move the ckch structures to types/ssl_ckch.h
2020-05-15  William LallemandREORG: move the crt-list structures in their own .h
2020-05-15  William LallemandCLEANUP: ssl: remove the shsess_* macros
2020-05-15  William LallemandREORG: ssl: move macros and structure definitions to...
next