haproxy-2.5.git
2021-09-03 Willy TarreauMINOR: log: make log-format expressions completely...
2021-09-03 Willy TarreauCLEANUP: vars: name the temporary proxy "CFG" instead...
2021-09-03 Willy TarreauBUG/MINOR: vars: do not talk about global section in...
2021-09-03 Willy TarreauBUG/MINOR: vars: truncate the variable name in error...
2021-09-03 Willy TarreauBUG/MEDIUM: vars: run over the correct list in release_...
2021-09-02 Willy TarreauMEDIUM: vars: add a new "set-var-fmt" action
2021-09-02 Willy TarreauDOC: configuration: remove wrong tcp-request examples...
2021-09-02 Willy TarreauBUG/MINOR: vars: properly set the argument parsing...
2021-09-02 Willy TarreauMINOR: sample: add missing ARGC_ entries
2021-09-02 Willy TarreauBUG/MINOR: vars: improve accuracy of the rules used...
2021-09-02 Willy TarreauBUG/MINOR: vars: fix set-var/unset-var exclusivity...
2021-09-02 Willy TarreauCI: Github Actions: temporarily disable BoringSSL builds
2021-09-02 Willy TarreauMINOR: http-rules: add a new "ignore-empty" option...
2021-09-01 Remi Tricot... REGTESTS: ssl: Add tests for bc_conn_err and ssl_bc_hsk...
2021-09-01 Remi Tricot... MINOR: connection: Add a connection error code sample...
2021-09-01 Remi Tricot... MINOR: ssl: Add new ssl_bc_hsk_err sample fetch
2021-09-01 Tim DuesterhusCLEANUP: Add missing include guard to signal.h
2021-08-31 Willy TarreauBUG/MAJOR: queue: better protect a pendconn being picke...
2021-08-31 Remi Tricot... MINOR: log: Add new "error-log-format" option
2021-08-31 Remi Tricot... MINOR: log: Remove log-error-via-logformat option
2021-08-30 Willy TarreauBUILD: globally enable -Wundef
2021-08-30 Willy TarreauBUILD: tools: properly guard __GLIBC__ with defined()
2021-08-30 Willy TarreauBUILD: ssl: fix two remaining occurrences of #if USE_OP...
2021-08-30 Willy TarreauBUILD: ssl: next round of build warnings on LIBRESSL_VE...
2021-08-30 Tim DuesterhusBUG/MINOR: tools: Fix loop condition in dump_text()
2021-08-30 Tim DuesterhusBUG/MINOR threads: Use get_(local|gm)time instead of...
2021-08-28 Willy Tarreau[RELEASE] Released version 2.5-dev5 v2.5-dev5
2021-08-28 Willy TarreauBUILD/MINOR: regex: avoid a build warning on USE_PCRE2...
2021-08-28 Willy TarreauIMPORT: slz: silence a build warning with -Wundef
2021-08-28 Willy TarreauBUILD/MINOR: ssl: avoid a build warning on LIBRESSL_VER...
2021-08-28 Willy TarreauBUILD/MINOR: defaults: eliminate warning on MAXHOSTNAME...
2021-08-28 Willy TarreauBUILD: activity: use #ifdef not #if on USE_MEMORY_PROFILING
2021-08-28 Willy TarreauBUG/MINOR: ebtree: remove dependency on incorrect macro...
2021-08-28 Willy TarreauMINOR: time: add report_idle() to report process-wide...
2021-08-27 Willy TarreauBUG/MINOR: time: fix idle time computation for long...
2021-08-26 Marcin DeranekMEDIUM: config: Deprecate tune.ssl.capture-cipherlist...
2021-08-26 Marcin DeranekMINOR: sample: Add be2hex converter
2021-08-26 Marcin DeranekMINOR: sample: Add be2dec converter
2021-08-26 Marcin DeranekMINOR: sample: Expose SSL captures using new fetchers
2021-08-26 Marcin DeranekMEDIUM: ssl: Capture more info from Client Hello
2021-08-26 Willy TarreauBUG/MINOR: lua: use strlcpy2() not strncpy() to copy...
2021-08-26 Willy TarreauMINOR: compiler: implement an ONLY_ONCE() macro
2021-08-26 Amaury DenoyelleBUG/MINOR: resolvers: mark servers with name-resolution...
2021-08-25 Tim DuesterhusREGTESTS: Remove REQUIRE_VERSION=1.5 from all tests
2021-08-25 Tim DuesterhusREGTESTS: Use `feature cmd` for 2.5+ tests
2021-08-25 William LallemandBUG/MINOR: proxy: don't dump servers of internal proxies
2021-08-25 Amaury DenoyelleREGTEST: fix haproxy required version for server remova...
2021-08-25 Amaury DenoyelleREGTEST: add missing lua requirements on server removal...
2021-08-25 Dragan DosenBUG/MINOR: base64: base64urldec() ignores padding in...
2021-08-25 Amaury DenoyelleMEDIUM: server: allow to remove servers at runtime...
2021-08-25 Amaury DenoyelleMINOR: server: mark servers referenced by LUA script...
2021-08-25 Amaury DenoyelleMINOR: server: mark referenced servers as non purgeable
2021-08-25 Amaury DenoyelleMINOR: server: define non purgeable server flag
2021-08-25 Amaury DenoyelleMEDIUM: server: extend refcount for all servers
2021-08-25 Amaury DenoyelleBUG/MINOR: stats: use refcount to protect dynamic serve...
2021-08-25 Amaury DenoyelleMINOR: server: return the next srv instance on free_server
2021-08-25 Ilya ShipitsinBUILD: adopt script/build-ssl.sh for OpenSSL-3.0.0beta2
2021-08-25 devnexen@gmail.comMINOR: proc: setting the process to produce a core...
2021-08-25 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-08-25 Willy TarreauCI: github-actions: remove obsolete options
2021-08-24 William LallemandBUILD: httpclient: fix build without OpenSSL
2021-08-24 William LallemandBUG/MINOR: httpclient: fix Host header
2021-08-24 William LallemandMINOR: httpclient: add the server to the proxy
2021-08-24 William LallemandMINOR: httpclient: set verify none on the https server
2021-08-24 Dragan DosenBUG/MEDIUM: base64: check output boundaries within...
2021-08-24 William LallemandBUG/MINOR: httpclient: remove deinit of the httpclient
2021-08-24 Willy TarreauBUG/MINOR: stick-table: fix the sc-set-gpt* parser...
2021-08-22 William LallemandCLEANUP: ssl: remove useless check on p in openssl_vers...
2021-08-21 William LallemandMINOR: cfgcond: implements openssl_version_atleast...
2021-08-21 William LallemandMINOR: ssl: add an openssl version string parser
2021-08-20 William LallemandMINOR: systemd: remove the ExecStartPre line in the...
2021-08-20 William LallemandBUG/MINOR: systemd: ExecStartPre must use -Ws
2021-08-20 devnexen@gmail.comMINOR: tools: add FreeBSD support to get_exec_path()
2021-08-20 Willy TarreauMINOR: hlua: take the global Lua lock inside a global...
2021-08-20 William LallemandMINOR: httpclient: cleanup the include files
2021-08-20 William LallemandBUG/MINOR: httpclient: check if hdr_num is not 0
2021-08-20 William LallemandBUG/MINOR: httpclient/cli: change the appctx test in...
2021-08-20 William LallemandBUG/MINOR: httpclient: fix uninitialized sl variable
2021-08-20 Willy TarreauREGTESTS: server: fix agent-check syntax and expectation
2021-08-20 Willy TarreauREGTESTS: abortonclose: after retries, 503 is expected...
2021-08-20 Willy TarreauREGTESTS: http_upgrade: fix incorrect expectation on...
2021-08-20 Willy TarreauBUG/MINOR: http_client: make sure to preset the proxy...
2021-08-20 Willy TarreauBUG/MEDIUM: cfgparse: do not allocate IDs to automatic...
2021-08-20 William LallemandMINOR: proxy: check if p is NULL in free_proxy()
2021-08-20 William LallemandMINOR: server: check if srv is NULL in free_server()
2021-08-20 Remi Tricot... BUILD/MINOR: ssl: Fix compilation with OpenSSL 1.0.2
2021-08-19 Willy TarreauBUG/MEDIUM: h2: match absolute-path not path-absolute...
2021-08-19 Remi Tricot... MEDIUM: ssl: Keep a reference to the client's certifica...
2021-08-19 William LallemandMINOR: httpclient/cli: change the User-Agent to "HAProxy"
2021-08-18 William LallemandMINOR: httpclient/cli: implement a simple client over...
2021-08-18 William LallemandMINOR: httpclient: implement a simple HTTP Client API
2021-08-18 William LallemandMINOR: httpclient: initialize the proxy
2021-08-17 Willy Tarreau[RELEASE] Released version 2.5-dev4 v2.5-dev4
2021-08-17 Amaury DenoyelleREGTESTS: add a test to prevent h2 desync attacks
2021-08-17 Willy TarreauBUG/MEDIUM: h2: give :authority precedence over Host
2021-08-17 Willy TarreauBUG/MAJOR: h2: enforce stricter syntax checks on the...
2021-08-17 Willy TarreauBUG/MAJOR: h2: verify that :path starts with a '/'...
2021-08-17 Willy TarreauBUG/MAJOR: h2: verify early that non-http/https schemes...
2021-08-17 Willy TarreauMINOR: http: add a new function http_validate_scheme...
2021-08-17 Jonathon LacherDOC/MINOR: fix typo in management document
next