haproxy-2.5.git
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
2021-08-17 Kunal GangakhedkarDOC: Minor typo fix - 'question mark' -> 'exclamation...
2021-08-17 David CarlierBUILD: tools: get the absolute path of the current...
2021-08-16 Ilya ShipitsinCI: github actions: relax OpenSSL-3.0.0 version comparision
2021-08-16 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-08-16 Tim DuesterhusCI: Remove obsolete USE_SLZ=1 CI job
2021-08-15 Christopher... DOC: lua-api: Add documentation about lua filters
2021-08-13 Christopher... BUG/MINOR: lua/filters: Return right code when txn...
2021-08-13 Christopher... BUG/MINOR: filters: Always set FLT_END analyser when...
2021-08-13 William LallemandMINOR: proxy: disable warnings for internal proxies
2021-08-13 William LallemandMINOR: cli: delare the CLI frontend as an internal...
2021-08-13 Emeric BrunBUG/MEDIUM: cfgcheck: verify existing log-forward liste...
2021-08-13 Christopher... BUG/MINOR: lua: Properly catch alloc errors when parsin...
2021-08-13 Christopher... BUG/MINOR: lua: Properly check negative offset in Chann...
2021-08-12 Christopher... DOC: config: Fix 'http-response send-spoe-group' docume...
2021-08-12 Christopher... MINOR: filters/lua: Support the HTTP filtering from...
2021-08-12 Christopher... MINOR: filters/lua: Add request and response HTTP messa...
2021-08-12 Christopher... MEDIUM: filters/lua: Add HTTPMessage class to help...
2021-08-12 Christopher... MEDIUM: filters/lua: Support declaration of some filter...
2021-08-12 Christopher... MEDIUM: filters/lua: Be prepared to filter TCP payloads
2021-08-12 Christopher... MINOR: lua: Add flags on the lua TXN to know the execut...
2021-08-12 Christopher... MINOR: lua: Add a function to get a filter attached...
2021-08-12 Christopher... MEDIUM: filters/lua: Add support for dummy filters...
2021-08-12 Christopher... DOC: Improve the lua documentation
2021-08-12 Christopher... MEDIUM: lua: Improve/revisit the lua api to manipulate...
2021-08-12 Christopher... MEDIUM: lua: Process buffer data using an offset and...
2021-08-12 Christopher... MINOR: lua: Add a function to get a reference on a...
2021-08-12 Christopher... MINOR: filters/lua: Release filters before the lua...
2021-08-12 Christopher... BUG/MINOR: lua: Don't yield in channel.append() and...
2021-08-12 Christopher... BUG/MINOR: lua: Yield in channel functions only if...
2021-08-12 Christopher... MINOR: lua: Add a flag on lua context to know the yield...
2021-08-12 Christopher... BUG/MINOR: stream: Don't release a stream if FLT_END...
2021-08-12 Christopher... BUG/MINOR: tcpcheck: Properly detect pending HTTP data...
2021-08-11 William LallemandMINOR: channel: remove an htx block from a channel
2021-08-11 William LallemandBUG/MINOR: buffer: fix buffer_dump() formatting
2021-08-11 Amaury DenoyelleBUG/MEDIUM: server: support both check/agent-check...
2021-08-11 Amaury DenoyelleBUG/MEDIUM: check: fix leak on agent-check purge
2021-08-11 Amaury DenoyelleBUG/MINOR: check: fix leak on add dynamic server with...
2021-08-11 Amaury DenoyelleBUG/MINOR: check: do not reset check flags on purge
2021-08-11 Willy TarreauADMIN: dyncookie: implement a simple dynamic cookie...
2021-08-09 Amaury DenoyelleBUG/MINOR: server: do not use refcount in free_server...
2021-08-09 Amaury DenoyelleMINOR: global: define MODE_STOPPING
2021-08-09 Amaury DenoyelleBUG/MINOR: check: test if server is not null in purge
2021-08-07 Ilya ShipitsinCI: travis-ci: temporarily disable arm64 builds
2021-08-06 Amaury DenoyelleREGTESTS: server: fix dynamic server with checks test
2021-08-06 Amaury DenoyelleMINOR: doc: specify ulimit-n usage for dynamic servers
2021-08-06 Amaury DenoyelleREGTESTS: server: add dynamic check server test
2021-08-06 Amaury DenoyelleMEDIUM: server: implement agent check for dynamic servers
2021-08-06 Amaury DenoyelleMEDIUM: server: implement check for dynamic servers
2021-08-06 Amaury DenoyelleMINOR: check: enable safe keywords for dynamic servers
2021-08-06 Amaury DenoyelleMEDIUM: check: implement check deletion for dynamic...
2021-08-06 Amaury DenoyelleMINOR: server: implement a refcount for dynamic servers
2021-08-06 Amaury DenoyelleMINOR: check: do not increment global maxsock at runtime
2021-08-06 Amaury DenoyelleMINOR: check: export check init functions
2021-08-06 Amaury DenoyelleMINOR: check: allocate default check ruleset for every...
2021-08-06 Amaury DenoyelleMINOR: server: initialize fields for dynamic server...
2021-08-06 Amaury DenoyelleMEDIUM: task: implement tasklet kill
2021-08-06 Amaury DenoyelleMINOR: server: unmark deprecated on enable health/agent cli
2021-08-05 Christopher... BUG/MEDIUM: spoe: Fix policy to close applets when...
2021-08-05 Christopher... BUG/MEDIUM: spoe: Create a SPOE applet if necessary...
2021-08-05 Christopher... MINOR: spoe: Add a pointer on the filter config in...
2021-08-04 Willy TarreauBUG/MINOR: server: update last_change on maint->ready...
2021-08-04 Willy TarreauCLEANUP: fd: remove the now unneeded fd_mig_lock
next