haproxy-2.5.git
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...
2020-05-14 Dragan DosenMEDIUM: ssl: use ssl_sock_get_ssl_object() in fetchers...
2020-05-14 Dragan DosenMINOR: ssl: add a new function ssl_sock_get_ssl_object()
2020-05-14 Dragan DosenMEDIUM: ssl: split ssl_sock_msgcbk() and use a new...
2020-05-14 Dragan DosenMEDIUM: ssl: allow to register callbacks for SSL/TLS...
2020-05-14 Jerome MagninDOC: retry-on can only be used with mode http
2020-05-13 Olivier HouchardBUG/MEDIUM: stream: Only allow L7 retries when using...
2020-05-13 Olivier HouchardBUG/MEDIUM: streams: Remove SF_ADDR_SET if we're retryi...
2020-05-13 Jerome MagninBUILD: select: only declare existing local labels to...
2020-05-13 Willy TarreauMINOR: soft-stop: let the first stopper only signal...
2020-05-13 Willy TarreauBUG/MINOR: soft-stop: always wake up waiting threads...
2020-05-13 William DauchyCLEANUP: select: enhance readability in init
2020-05-13 William DauchyBUG/MINOR: pollers: remove uneeded free in global init
2020-05-13 Willy TarreauBUG/MINOR: pools: use %u not %d to report pool stats...
2020-05-12 Christopher... BUG/MINOR: sample/ssl: Fix digest converter for openssl...
2020-05-12 Christopher... BUG/MEDIUM: checks: Subscribe to I/O events only if...
2020-05-12 Patrick GanstererMINOR: sample: Add digest and hmac converters
2020-05-12 Patrick GanstererMINOR: sample: Move aes_gcm_dec implementation into...
2020-05-12 Christopher... MINOR: checks: Don't try to send outgoing data if waiti...
2020-05-12 Christopher... BUG/MINOR: checks: Rely on next I/O oriented rule when...
2020-05-12 Christopher... BUG/MINOR: checks: Don't subscribe to I/O events if...
next