haproxy-2.5.git
2021-06-11 Willy TarreauMEDIUM: proxy: remove the deprecated "grace" keyword
2021-06-11 Willy TarreauMINOR: config: remove deprecated option "http-tunnel"
2021-06-11 Willy TarreauMINOR: config: reject long-deprecated "option forceclose"
2021-06-11 Willy TarreauMINOR: http: remove the long deprecated "set-cookie...
2021-06-11 Willy TarreauMINOR: log: remove the long-deprecated early log-format...
2021-06-11 Willy TarreauMINOR: config: completely remove support for "no option...
2021-06-11 Willy TarreauMINOR: config: remove support for deprecated option...
2021-06-11 Christopher... BUG/MINOR: server-state: load SRV resolution only if...
2021-06-11 Emeric BrunMEDIUM: resolvers: add a ref between servers and srv...
2021-06-11 Emeric BrunMEDIUM: resolvers: add a ref on server to the used...
2021-06-11 Emeric BrunBUG/MINOR: resolvers: answser item list was randomly...
2021-06-11 Christopher... CLEANUP: l7-retries: do not test the buffer before...
2021-06-11 Christopher... BUG/MINOR: h1-htx: Fix a signess bug with char data...
2021-06-11 Christopher... BUG/MINOR: mux-fcgi: Expose SERVER_SOFTWARE parameter...
2021-06-11 Christopher... BUG/MAJOR: htx: Fix htx_defrag() when an HTX block...
2021-06-11 William LallemandREGTESTS: ssl: show_ssl_ocspresponce.vtc is broken...
2021-06-11 Willy TarreauBUG/MEDIUM: errors: include missing obj_type file
2021-06-10 Remi Tricot... BUILD: ssl: Fix compilation with BoringSSL
2021-06-10 Willy TarreauMEDIUM: pools: remove the locked pools implementation
2021-06-10 Willy TarreauCLEANUP: pools: remove now unused seq and pool_free_list
2021-06-10 Willy TarreauBUG/MAJOR: pools: fix possible race with free() in...
2021-06-10 Willy TarreauMEDIUM: pools: use a single pool_gc() function for...
2021-06-10 Willy TarreauMINOR: pools: call malloc_trim() under thread isolation
2021-06-10 Willy TarreauMINOR: pools: do not maintain the lock during pool_flush()
2021-06-10 Willy TarreauBUG/MINOR: pools: make DEBUG_UAF always write to the...
2021-06-10 Willy TarreauBUG/MINOR: pools: fix a possible memory leak in the...
2021-06-10 Amaury DenoyelleBUG/MINOR: server: explicitly set "none" init-addr...
2021-06-10 Remi Tricot... REGTESTS: ssl: Add "show ssl ocsp-response" test
2021-06-10 Remi Tricot... MINOR: ssl: Add the "show ssl cert foo.pem.ocsp" CLI...
2021-06-10 Remi Tricot... MINOR: ssl: Add the OCSP entry key when displaying...
2021-06-10 Remi Tricot... MINOR: ssl: Add new "show ssl ocsp-response" CLI command
2021-06-10 Remi Tricot... MINOR: ssl: Keep the actual key length in the certifica...
2021-06-10 Christopher... BUG/MEDIUM: compression: Add a flag to know the filter...
2021-06-10 Christopher... BUG/MEDIUM: compression: Properly get the next block...
2021-06-10 Christopher... BUG/MEDIUM: compression: Fix loop skipping unused block...
2021-06-10 Willy TarreauSCRIPTS: opentracing: enable parallel builds in build...
2021-06-10 Miroslav ZagoracBUG/MEDIUM: opentracing: initialization before establis...
2021-06-10 Miroslav ZagoracRevert "BUG/MINOR: opentracing: initialization after...
2021-06-09 Remi Tricot... BUG/MINOR: ssl: OCSP stapling does not work if expire...
2021-06-09 William LallemandBUILD: make tune.ssl.keylog available again
2021-06-08 Tim DuesterhusCI: Make matrix.py executable and add shebang
2021-06-08 Amaury DenoyelleBUG: errors: remove printf positional args for user...
2021-06-08 Maximilian... MINOR: haproxy: Add `-cc` argument
2021-06-08 Maximilian... CLEANUP: tools: Make errptr const in `parse_line()`
2021-06-08 Tim DuesterhusCLEANUP: cfgparse: Remove duplication of `MAX_LINE_ARGS...
2021-06-08 AlexDOC: use the req.ssl_sni in examples
2021-06-07 Amaury DenoyelleMINOR: server: use ha_alert in server parsing functions
2021-06-07 Amaury DenoyelleMINOR: server: use parsing ctx for server init addr
2021-06-07 Amaury DenoyelleREORG: config: use parsing ctx for server config check
2021-06-07 Amaury DenoyelleREORG: server: use parsing ctx for server parsing
2021-06-07 Amaury DenoyelleMINOR: log: define server user message format
2021-06-07 Amaury DenoyelleMINOR: errors: specify prefix "config" for parsing...
2021-06-07 Amaury DenoyelleMINOR: log: display exec path on first warning
2021-06-07 Amaury DenoyelleMINOR: errors: use user messages context in print_message
2021-06-07 Amaury DenoyelleMEDIUM: errors: implement parsing context type
2021-06-07 Amaury DenoyelleMINOR: log: do not discard stderr when starting is...
2021-06-07 Amaury DenoyelleMEDIUM: errors: implement user messages buffer
2021-06-07 Amaury DenoyelleCLEANUP: server: fix cosmetic of error message on sni...
2021-06-07 Amaury DenoyelleREORG: errors: split errors reporting function from...
2021-06-07 Amaury DenoyelleMINOR: errors: allow empty va_args for diag variadic...
2021-06-07 William LallemandCI: github actions: -Wno-deprecated-declarations with...
2021-06-07 Ilya ShipitsinCI: github actions: add OpenSSL-3.0.0 builds
2021-06-04 Tim DuesterhusCLEANUP: reg-tests: Remove obsolete no-htx parameter...
2021-06-04 Willy TarreauCLEANUP: backend: fix incorrect comments on locking...
2021-06-02 Christopher... REGTESTS: Fix http_abortonclose.vtc to support -1 statu...
2021-06-02 Christopher... MINOR: http-ana: Use -1 status for client aborts during...
2021-06-02 William LallemandBUILD: fix compilation for OpenSSL-3.0.0-alpha17
2021-06-02 Christopher... CLEANUP: mux-fcgi: Don't needlessly store result of...
2021-06-02 Alexandar LazicDOC/MINOR: move uuid in the configuration to the right...
2021-06-02 Christopher... BUG/MINOR: vars: Be sure to have a session to get check...
2021-06-01 Christopher... MINOR: backend: Don't release SI endpoint anymore in...
2021-06-01 Christopher... BUG/MAJOR: stream-int: Release SI endpoint on server...
2021-05-31 Christopher... CLEANUP: http-ana: Remove useless if statement about...
2021-05-31 Remi Tricot... BUG/MINOR: proxy: Missing calloc return value check...
2021-05-31 Remi Tricot... BUG/MINOR: http: Missing calloc return value check...
2021-05-31 Remi Tricot... BUG/MINOR: http: Missing calloc return value check...
2021-05-31 Remi Tricot... BUG/MINOR: worker: Missing calloc return value check...
2021-05-31 Remi Tricot... BUG/MINOR: compression: Missing calloc return value...
2021-05-31 Remi Tricot... BUG/MINOR: http: Missing calloc return value check...
2021-05-31 Remi Tricot... BUG/MINOR: http: Missing calloc return value check...
2021-05-31 Remi Tricot... BUG/MINOR: proxy: Missing calloc return value check...
2021-05-31 Remi Tricot... BUG/MINOR: proxy: Missing calloc return value check...
2021-05-31 Remi Tricot... BUG/MINOR: http: Missing calloc return value check...
2021-05-31 Remi Tricot... BUG/MINOR: ssl: Missing calloc return value check in...
2021-05-31 Remi Tricot... BUG/MINOR: peers: Missing calloc return value check...
2021-05-31 Remi Tricot... BUG/MINOR: server: Missing calloc return value check...
2021-05-27 Mark MullanDOC: intro: Fix typo in starter guide
2021-05-27 Tim DuesterhusMINOR: cfgparse: Fail when encountering extra arguments...
2021-05-26 Christopher... MINOR: http-ana: Perform L7 retries because of status...
2021-05-26 Christopher... BUG/MINOR: http-ana: Handle L7 retries on refused early...
2021-05-26 Christopher... BUG/MINOR: http-ana: Send the right error if max retrie...
2021-05-25 Christopher... Revert "MEDIUM: http-ana: Deal with L7 retries in HTTP...
2021-05-25 Christopher... CLEANUP: mux-h1: Rename functions parsing input buf...
2021-05-25 Christopher... MINOR: muxes/h1-htx: Realign input buffer using b_slow_...
2021-05-25 Christopher... MINOR: buf: Add function to realign a buffer with a...
2021-05-25 Christopher... MINOR: h1-htx: Use a correlation table to speed-up...
2021-05-25 Christopher... MEDIUM: h1-htx: Add a function to parse contiguous...
2021-05-25 Christopher... MEDIUM: h1-htx: Split function to parse a chunk and...
2021-05-25 Christopher... MINOR: h1-htx: Move HTTP chunks parsing into a dedicate...
2021-05-25 Christopher... MINOR: mux-h1/mux-fcgi: Don't needlessly loop on data...
next