summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* BUG/MINOR: systemd: ExecStartPre must use -WsWilliam Lallemand2021-08-201-1/+1
* MINOR: tools: add FreeBSD support to get_exec_path()devnexen@gmail.com2021-08-201-0/+14
* MINOR: hlua: take the global Lua lock inside a global functionWilly Tarreau2021-08-201-5/+18
* MINOR: httpclient: cleanup the include filesWilliam Lallemand2021-08-202-3/+4
* BUG/MINOR: httpclient: check if hdr_num is not 0William Lallemand2021-08-201-9/+11
* BUG/MINOR: httpclient/cli: change the appctx test in the callbacksWilliam Lallemand2021-08-201-8/+16
* BUG/MINOR: httpclient: fix uninitialized sl variableWilliam Lallemand2021-08-201-1/+1
* REGTESTS: server: fix agent-check syntax and expectationWilly Tarreau2021-08-201-2/+1
* REGTESTS: abortonclose: after retries, 503 is expected, not closeWilly Tarreau2021-08-201-1/+2
* REGTESTS: http_upgrade: fix incorrect expectation on TCP->H1->H2Willy Tarreau2021-08-201-1/+2
* BUG/MINOR: http_client: make sure to preset the proxy's default settingsWilly Tarreau2021-08-201-0/+2
* BUG/MEDIUM: cfgparse: do not allocate IDs to automatic internal proxiesWilly Tarreau2021-08-201-3/+15
* MINOR: proxy: check if p is NULL in free_proxy()William Lallemand2021-08-201-0/+3
* MINOR: server: check if srv is NULL in free_server()William Lallemand2021-08-201-0/+3
* BUILD/MINOR: ssl: Fix compilation with OpenSSL 1.0.2Remi Tricot-Le Breton2021-08-202-8/+11
* BUG/MEDIUM: h2: match absolute-path not path-absolute for :pathWilly Tarreau2021-08-191-3/+3
* MEDIUM: ssl: Keep a reference to the client's certificate for use in logsRemi Tricot-Le Breton2021-08-195-29/+105
* MINOR: httpclient/cli: change the User-Agent to "HAProxy"William Lallemand2021-08-191-1/+1
* MINOR: httpclient/cli: implement a simple client over the CLIWilliam Lallemand2021-08-181-0/+196
* MINOR: httpclient: implement a simple HTTP Client APIWilliam Lallemand2021-08-184-4/+473
* MINOR: httpclient: initialize the proxyWilliam Lallemand2021-08-182-1/+156
* [RELEASE] Released version 2.5-dev4v2.5-dev4Willy Tarreau2021-08-174-3/+87
* REGTESTS: add a test to prevent h2 desync attacksAmaury Denoyelle2021-08-171-0/+167
* BUG/MEDIUM: h2: give :authority precedence over HostWilly Tarreau2021-08-171-2/+21
* BUG/MAJOR: h2: enforce stricter syntax checks on the :method pseudo-headerWilly Tarreau2021-08-171-0/+8
* BUG/MAJOR: h2: verify that :path starts with a '/' before concatenating itWilly Tarreau2021-08-171-3/+16
* BUG/MAJOR: h2: verify early that non-http/https schemes match the valid syntaxWilly Tarreau2021-08-171-0/+4
* MINOR: http: add a new function http_validate_scheme() to validate a schemeWilly Tarreau2021-08-172-0/+24
* DOC/MINOR: fix typo in management documentJonathon Lacher2021-08-171-1/+1
* DOC: Minor typo fix - 'question mark' -> 'exclamation mark'Kunal Gangakhedkar2021-08-171-2/+2
* BUILD: tools: get the absolute path of the current binary on NetBSD.David Carlier2021-08-171-0/+13
* CI: github actions: relax OpenSSL-3.0.0 version comparisionIlya Shipitsin2021-08-161-1/+1
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2021-08-1617-25/+25
* CI: Remove obsolete USE_SLZ=1 CI jobTim Duesterhus2021-08-161-1/+1
* DOC: lua-api: Add documentation about lua filtersChristopher Faulet2021-08-152-31/+638
* BUG/MINOR: lua/filters: Return right code when txn:done() is calledChristopher Faulet2021-08-131-1/+4
* BUG/MINOR: filters: Always set FLT_END analyser when CF_FLT_ANALYZE flag is setChristopher Faulet2021-08-131-3/+10
* MINOR: proxy: disable warnings for internal proxiesWilliam Lallemand2021-08-131-3/+3
* MINOR: cli: delare the CLI frontend as an internal proxyWilliam Lallemand2021-08-131-1/+1
* BUG/MEDIUM: cfgcheck: verify existing log-forward listeners during config checkEmeric Brun2021-08-131-0/+7
* BUG/MINOR: lua: Properly catch alloc errors when parsing lua filter directivesChristopher Faulet2021-08-131-9/+21
* BUG/MINOR: lua: Properly check negative offset in Channel/HttpMessage functionsChristopher Faulet2021-08-131-12/+9
* DOC: config: Fix 'http-response send-spoe-group' documentationChristopher Faulet2021-08-121-1/+2
* MINOR: filters/lua: Support the HTTP filtering from filters written in luaChristopher Faulet2021-08-121-7/+71
* MINOR: filters/lua: Add request and response HTTP messages in the lua TXNChristopher Faulet2021-08-121-1/+27
* MEDIUM: filters/lua: Add HTTPMessage class to help HTTP filteringChristopher Faulet2021-08-122-0/+1059
* MEDIUM: filters/lua: Support declaration of some filter callback functions in...Christopher Faulet2021-08-121-3/+245
* MEDIUM: filters/lua: Be prepared to filter TCP payloadsChristopher Faulet2021-08-121-96/+301
* MINOR: lua: Add flags on the lua TXN to know the execution contextChristopher Faulet2021-08-122-2/+8
* MINOR: lua: Add a function to get a filter attached to a channel classChristopher Faulet2021-08-121-0/+35