- 2a8fe8b MINOR: httpclient: cleanup the include files by William Lallemand · 3 years, 3 months ago
- 0d6f779 BUG/MINOR: httpclient: check if hdr_num is not 0 by William Lallemand · 3 years, 3 months ago
- dfc3f89 BUG/MINOR: httpclient/cli: change the appctx test in the callbacks by William Lallemand · 3 years, 3 months ago
- b702030 BUG/MINOR: httpclient: fix uninitialized sl variable by William Lallemand · 3 years, 3 months ago
- 3b2533f REGTESTS: server: fix agent-check syntax and expectation by Willy Tarreau · 3 years, 3 months ago
- 1713eec REGTESTS: abortonclose: after retries, 503 is expected, not close by Willy Tarreau · 3 years, 3 months ago
- ab4fa24 REGTESTS: http_upgrade: fix incorrect expectation on TCP->H1->H2 by Willy Tarreau · 3 years, 3 months ago
- 0e72e40 BUG/MINOR: http_client: make sure to preset the proxy's default settings by Willy Tarreau · 3 years, 3 months ago
- d3dbfd9 BUG/MEDIUM: cfgparse: do not allocate IDs to automatic internal proxies by Willy Tarreau · 3 years, 3 months ago
- b0281a4 MINOR: proxy: check if p is NULL in free_proxy() by William Lallemand · 3 years, 3 months ago
- 4c395fc MINOR: server: check if srv is NULL in free_server() by William Lallemand · 3 years, 3 months ago
- f95c295 BUILD/MINOR: ssl: Fix compilation with OpenSSL 1.0.2 by Remi Tricot-Le Breton · 3 years, 3 months ago
- 46b7dff BUG/MEDIUM: h2: match absolute-path not path-absolute for :path by Willy Tarreau · 3 years, 3 months ago
- 74f6ab6 MEDIUM: ssl: Keep a reference to the client's certificate for use in logs by Remi Tricot-Le Breton · 3 years, 3 months ago
- 2484da5 MINOR: httpclient/cli: change the User-Agent to "HAProxy" by William Lallemand · 3 years, 3 months ago
- 03a4eb1 MINOR: httpclient/cli: implement a simple client over the CLI by William Lallemand · 3 years, 3 months ago
- 33b0d09 MINOR: httpclient: implement a simple HTTP Client API by William Lallemand · 3 years, 4 months ago
- 83614a9 MINOR: httpclient: initialize the proxy by William Lallemand · 3 years, 4 months ago
- 08d0f23 [RELEASE] Released version 2.5-dev4 by Willy Tarreau · 3 years, 3 months ago
- 7ef244d REGTESTS: add a test to prevent h2 desync attacks by Amaury Denoyelle · 3 years, 4 months ago
- b5d2b9e BUG/MEDIUM: h2: give :authority precedence over Host by Willy Tarreau · 3 years, 4 months ago
- 8926522 BUG/MAJOR: h2: enforce stricter syntax checks on the :method pseudo-header by Willy Tarreau · 3 years, 4 months ago
- 4b8852c BUG/MAJOR: h2: verify that :path starts with a '/' before concatenating it by Willy Tarreau · 3 years, 4 months ago
- a495e0d BUG/MAJOR: h2: verify early that non-http/https schemes match the valid syntax by Willy Tarreau · 3 years, 4 months ago
- d3d8d03 MINOR: http: add a new function http_validate_scheme() to validate a scheme by Willy Tarreau · 3 years, 4 months ago
- c5b5e7b DOC/MINOR: fix typo in management document by Jonathon Lacher · 3 years, 4 months ago
- d0bacde DOC: Minor typo fix - 'question mark' -> 'exclamation mark' by Kunal Gangakhedkar · 3 years, 3 months ago
- bd2cced BUILD: tools: get the absolute path of the current binary on NetBSD. by David Carlier · 3 years, 3 months ago
- af2720f CI: github actions: relax OpenSSL-3.0.0 version comparision by Ilya Shipitsin · 3 years, 3 months ago
- 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
- 762b1fd CI: Remove obsolete USE_SLZ=1 CI job by Tim Duesterhus · 3 years, 3 months ago
- 5a2c661 DOC: lua-api: Add documentation about lua filters by Christopher Faulet · 3 years, 3 months ago
- e48d1dc BUG/MINOR: lua/filters: Return right code when txn:done() is called by Christopher Faulet · 3 years, 4 months ago
- 26eb5ea BUG/MINOR: filters: Always set FLT_END analyser when CF_FLT_ANALYZE flag is set by Christopher Faulet · 3 years, 4 months ago
- 2c04a5a MINOR: proxy: disable warnings for internal proxies by William Lallemand · 3 years, 4 months ago
- 6640dbb MINOR: cli: delare the CLI frontend as an internal proxy by William Lallemand · 3 years, 4 months ago
- bc5c821 BUG/MEDIUM: cfgcheck: verify existing log-forward listeners during config check by Emeric Brun · 3 years, 4 months ago
- c86bb87 BUG/MINOR: lua: Properly catch alloc errors when parsing lua filter directives by Christopher Faulet · 3 years, 4 months ago
- 70c4345 BUG/MINOR: lua: Properly check negative offset in Channel/HttpMessage functions by Christopher Faulet · 3 years, 4 months ago
- 24e7f35 DOC: config: Fix 'http-response send-spoe-group' documentation by Christopher Faulet · 3 years, 4 months ago
- eae8afa MINOR: filters/lua: Support the HTTP filtering from filters written in lua by Christopher Faulet · 4 years, 9 months ago
- 78c3547 MINOR: filters/lua: Add request and response HTTP messages in the lua TXN by Christopher Faulet · 4 years, 9 months ago
- df97ac4 MEDIUM: filters/lua: Add HTTPMessage class to help HTTP filtering by Christopher Faulet · 4 years, 9 months ago
- c404f11 MEDIUM: filters/lua: Support declaration of some filter callback functions in lua by Christopher Faulet · 4 years, 9 months ago
- a1ac5fb MEDIUM: filters/lua: Be prepared to filter TCP payloads by Christopher Faulet · 3 years, 4 months ago
- 8c9e6bb MINOR: lua: Add flags on the lua TXN to know the execution context by Christopher Faulet · 3 years, 4 months ago
- 9f55a50 MINOR: lua: Add a function to get a filter attached to a channel class by Christopher Faulet · 4 years, 9 months ago
- 69c581a MEDIUM: filters/lua: Add support for dummy filters written in lua by Christopher Faulet · 3 years, 6 months ago
- 1e9b1b6 DOC: Improve the lua documentation by Christopher Faulet · 3 years, 4 months ago
- 6a79fc1 MEDIUM: lua: Improve/revisit the lua api to manipulate channels by Christopher Faulet · 3 years, 4 months ago
- 9a6ffda MEDIUM: lua: Process buffer data using an offset and a length by Christopher Faulet · 3 years, 4 months ago
- ba9e21d MINOR: lua: Add a function to get a reference on a table in the stack by Christopher Faulet · 4 years, 9 months ago
- 03fb1b2 MINOR: filters/lua: Release filters before the lua context by Christopher Faulet · 4 years, 9 months ago
- 23976d9 BUG/MINOR: lua: Don't yield in channel.append() and channel.set() by Christopher Faulet · 3 years, 4 months ago
- 2e60aa4 BUG/MINOR: lua: Yield in channel functions only if lua context can yield by Christopher Faulet · 3 years, 4 months ago
- 1f43a34 MINOR: lua: Add a flag on lua context to know the yield capability at run time by Christopher Faulet · 3 years, 4 months ago
- 6fcd2d3 BUG/MINOR: stream: Don't release a stream if FLT_END is still registered by Christopher Faulet · 5 years ago
- 47bfd7b BUG/MINOR: tcpcheck: Properly detect pending HTTP data in output buffer by Christopher Faulet · 3 years, 4 months ago
- 8c29fa7 MINOR: channel: remove an htx block from a channel by William Lallemand · 3 years, 4 months ago
- 7e7765a BUG/MINOR: buffer: fix buffer_dump() formatting by William Lallemand · 3 years, 4 months ago
- 3eb42f9 BUG/MEDIUM: server: support both check/agent-check on a dynamic instance by Amaury Denoyelle · 3 years, 4 months ago
- 26cb834 BUG/MEDIUM: check: fix leak on agent-check purge by Amaury Denoyelle · 3 years, 4 months ago
- 6d7fc44 BUG/MINOR: check: fix leak on add dynamic server with agent-check error by Amaury Denoyelle · 3 years, 4 months ago
- 25fe103 BUG/MINOR: check: do not reset check flags on purge by Amaury Denoyelle · 3 years, 4 months ago
- 6807c7f ADMIN: dyncookie: implement a simple dynamic cookie calculator by Willy Tarreau · 3 years, 4 months ago
- 13f2e2c BUG/MINOR: server: do not use refcount in free_server in stopping mode by Amaury Denoyelle · 3 years, 4 months ago
- 7afa5c1 MINOR: global: define MODE_STOPPING by Amaury Denoyelle · 3 years, 4 months ago
- 9ba34ae BUG/MINOR: check: test if server is not null in purge by Amaury Denoyelle · 3 years, 4 months ago
- 811ce55 CI: travis-ci: temporarily disable arm64 builds by Ilya Shipitsin · 3 years, 4 months ago
- a026783 REGTESTS: server: fix dynamic server with checks test by Amaury Denoyelle · 3 years, 4 months ago
- 414a612 MINOR: doc: specify ulimit-n usage for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
- 3e7d468 REGTESTS: server: add dynamic check server test by Amaury Denoyelle · 3 years, 4 months ago
- b65f4ca MEDIUM: server: implement agent check for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
- 2fc4d39 MEDIUM: server: implement check for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
- 9ecee0f MINOR: check: enable safe keywords for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
- b33a0ab MEDIUM: check: implement check deletion for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
- d6b7080 MINOR: server: implement a refcount for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
- 403dce8 MINOR: check: do not increment global maxsock at runtime by Amaury Denoyelle · 3 years, 4 months ago
- 3c2ab1a MINOR: check: export check init functions by Amaury Denoyelle · 3 years, 4 months ago
- f2c27a5 MINOR: check: allocate default check ruleset for every backends by Amaury Denoyelle · 3 years, 4 months ago
- fca1817 MINOR: server: initialize fields for dynamic server check by Amaury Denoyelle · 3 years, 4 months ago
- 7b36833 MEDIUM: task: implement tasklet kill by Amaury Denoyelle · 3 years, 4 months ago
- c755efd MINOR: server: unmark deprecated on enable health/agent cli by Amaury Denoyelle · 3 years, 4 months ago
- d7da3dd BUG/MEDIUM: spoe: Fix policy to close applets when SPOE connections are queued by Christopher Faulet · 3 years, 4 months ago
- 6f1296b BUG/MEDIUM: spoe: Create a SPOE applet if necessary when the last one is released by Christopher Faulet · 3 years, 4 months ago
- 434b852 MINOR: spoe: Add a pointer on the filter config in the spoe_agent structure by Christopher Faulet · 3 years, 4 months ago
- d332f13 BUG/MINOR: server: update last_change on maint->ready transitions too by Willy Tarreau · 3 years, 4 months ago
- 7b2ac29 CLEANUP: fd: remove the now unneeded fd_mig_lock by Willy Tarreau · 3 years, 4 months ago
- b201b1d CLEANUP: fd: remove the now unused fd_set_running() by Willy Tarreau · 3 years, 4 months ago
- f69fea6 MAJOR: fd: get rid of the DWCAS when setting the running_mask by Willy Tarreau · 3 years, 4 months ago
- b1f29bc MINOR: activity/fd: remove the dead_fd counter by Willy Tarreau · 3 years, 4 months ago
- bd8dd84 BUG/MINOR: server: remove srv from px list on CLI 'add server' error by Amaury Denoyelle · 3 years, 4 months ago
- ba3ab79 MEDIUM: servers: make the server deletion code run under full thread isolation by Willy Tarreau · 3 years, 4 months ago
- 88d1c5d MEDIUM: threads: add a stronger thread_isolate_full() call by Willy Tarreau · 3 years, 4 months ago
- f519cfa MINOR: threads: make thread_release() not wait for other ones to complete by Willy Tarreau · 3 years, 4 months ago
- 286363b CLEANUP: thread: fix fantaisist indentation of thread_harmless_till_end() by Willy Tarreau · 3 years, 4 months ago
- 08be72b BUG/MINOR: server: fix race on error path of 'add server' CLI if track by Amaury Denoyelle · 3 years, 4 months ago
- 85a16b2 MINOR: stats: shows proxy in a stopped state by William Lallemand · 3 years, 4 months ago
- 8e765b8 MINOR: proxy: disabled takes a stopping and a disabled state by William Lallemand · 3 years, 4 months ago
- fdc3faf MINOR: doc: rename conn_status in `option httsplog` by William Lallemand · 3 years, 4 months ago