haproxy-2.5.git
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
2021-08-04 Willy TarreauCLEANUP: fd: remove the now unused fd_set_running()
2021-08-04 Willy TarreauMAJOR: fd: get rid of the DWCAS when setting the runnin...
2021-08-04 Willy TarreauMINOR: activity/fd: remove the dead_fd counter
2021-08-04 Amaury DenoyelleBUG/MINOR: server: remove srv from px list on CLI ...
2021-08-04 Willy TarreauMEDIUM: servers: make the server deletion code run...
2021-08-04 Willy TarreauMEDIUM: threads: add a stronger thread_isolate_full...
2021-08-04 Willy TarreauMINOR: threads: make thread_release() not wait for...
2021-08-04 Willy TarreauCLEANUP: thread: fix fantaisist indentation of thread_h...
2021-08-04 Amaury DenoyelleBUG/MINOR: server: fix race on error path of 'add serve...
2021-08-03 William LallemandMINOR: stats: shows proxy in a stopped state
2021-08-03 William LallemandMINOR: proxy: disabled takes a stopping and a disabled...
2021-08-02 William LallemandMINOR: doc: rename conn_status in `option httsplog`
2021-08-02 William LallemandMINOR: log: rename 'dontloglegacyconnerr' to 'log-error...
2021-08-01 Willy Tarreau[RELEASE] Released version 2.5-dev3 v2.5-dev3
2021-08-01 Miroslav ZagoracBUILD: opentracing: fixed build when using pkg-config...
2021-08-01 Willy TarreauMEDIUM: atomic: relax the load/store barriers on x86_64
2021-08-01 Willy TarreauMEDIUM: atomic: simplify the atomic load/store/exchange...
2021-08-01 Willy TarreauBUG/MINOR: freq_ctr: use stricter barriers between...
2021-07-30 Willy TarreauMEDIUM: fd: rely more on fd_update_events() to detect...
2021-07-30 Willy TarreauREORG: fd: uninline fd_update_events()
2021-07-30 Willy TarreauMINOR: poll/epoll: move detection of RDHUP support...
2021-07-30 Willy TarreauMINOR: fd: update flags only once in fd_update_events()
next