haproxy-2.5.git
2021-04-07 Emeric BrunMINOR: server/bind: add support of new prefixes for...
2021-04-06 Thayne McCombsBUG/MINOR: tools: fix parsing "us" unit for timers
2021-04-06 Christopher... BUG/MINOR: hlua: Detect end of request when reading...
2021-04-06 Christopher... MINOR: acl: Add HTTP_2.0 predefined macro
2021-04-05 Christopher... MINOR: No longer rely on deprecated sample fetches...
2021-04-03 Willy TarreauCLEANUP: dev/flags: remove useless test in the stdin...
2021-04-02 Willy Tarreau[RELEASE] Released version 2.4-dev15 v2.4-dev15
2021-04-02 Julien PivottoDOC: clarify that compression works for HTTP/2
2021-04-02 Miroslav ZagoracBUG/MINOR: opentracing: initialization after establishi...
2021-04-02 Willy TarreauCONTRIB: move contrib/opentracing to addons/ot
2021-04-02 Willy TarreauCONTRIB: move src/wurfl.c and contrib/wurfl to addons...
2021-04-02 Willy TarreauCONTRIB: move src/da.c and contrib/deviceatlas to addon...
2021-04-02 Willy TarreauCONTRIB: move 51Degrees to addons/51degrees
2021-04-02 Willy TarreauDOC: add a few words about USE_* and the addons directory
2021-04-02 Willy TarreauCONTRIB: move prometheus-exporter to addons/promex
2021-04-02 Willy TarreauBUILD: makefile: add a "USE_PROMEX" variable to ease...
2021-04-02 Willy TarreauBUILD: makefile: build halog with the correct flags
2021-04-02 Willy TarreauADMIN: halog: automatically enable USE_MEMCHR on the...
2021-04-02 Willy TarreauCONTRIB: move halog to admin/
2021-04-02 Willy TarreauCONTRIB: move some admin-related sub-projects to admin/
2021-04-02 Willy TarreauCONTRIB: merge ip6range with iprange
2021-04-02 Willy TarreauBUILD: makefile: integrate the hpack tools
2021-04-02 Willy TarreauDEV: flags: replace the unneeded makefile with a README
2021-04-02 Willy TarreauBUILD: makefile: always build the flags utility
2021-04-02 Willy TarreauCONTRIB: move some dev-specific tools to dev/
2021-04-02 Willy TarreauCONTRIB: debug: split poll from flags
2021-04-02 Willy TarreauCONTRIB: debug: add the show-fd-to-flags script
2021-04-02 Willy TarreauCONTRIB: tcploop: add a shutr command
2021-04-02 Willy TarreauCONTRIB: halog: fix issue with array of type char
2021-04-02 William LallemandREGTESTS: ssl: mark set_ssl_cert_bundle.vtc as broken
2021-04-02 William LallemandREGTESTS: ssl: "set ssl cert" and multi-certificates...
2021-04-02 Willy TarreauTESTS: move tests/*.cfg to tests/config
2021-04-02 Willy TarreauTESTS: slightly reorganize the code in the tests/ directory
2021-04-01 Amaury DenoyelleMINOR: config: diag if global section after non-global
2021-04-01 Amaury DenoyelleMINOR: diag: diag if servers use the same cookie value
2021-04-01 Amaury DenoyelleMINOR: diag: create cfgdiag module
2021-04-01 Amaury DenoyelleMINOR: server: diag for 0 weight server
2021-04-01 Amaury DenoyelleMINOR: cfgparse: diag for multiple nbthread statements
2021-04-01 Amaury DenoyelleMINOR: global: define diagnostic mode of execution
2021-04-01 Willy TarreauCLEANUP: vars: always pre-initialize smp in vars_parse_...
2021-04-01 Christopher... BUG/MINOR: http-fetch: Fix test on message state to...
2021-04-01 Christopher... REGTESTS: Add script to tests the wait-for-body HTTP...
2021-04-01 Christopher... MEDIUM: http-rules: Add wait-for-body action on request...
2021-04-01 Christopher... MINOR: payload/config: Warn if a L6 sample fetch is...
2021-04-01 Christopher... MINOR: action: Use a generic function to check validity...
2021-04-01 Christopher... MINOR: htx: Make internal.strm.is_htx an internal sampl...
2021-04-01 Christopher... BUG/MINOR: payload/htx: Ingore L6 sample fetches for...
2021-04-01 Christopher... REGTESTS: Add script to tests TCP to HTTP upgrades
2021-04-01 Christopher... DOC: config: Add documentation about TCP to HTTP upgrades
2021-04-01 Christopher... MINOR: config/proxy: Warn if a TCP proxy without backen...
2021-04-01 Christopher... MINOR: config/proxy: Don't warn for HTTP rules in TCP...
2021-04-01 Christopher... MEDIUM: Add tcp-request switch-mode action to perform...
2021-04-01 Christopher... MINOR: stream: Handle stream HTTP upgrade in a dedicate...
2021-04-01 Christopher... MINOR: http-ana: Simplify creation/destruction of HTTP...
2021-04-01 Christopher... MINOR: filters/http-ana: Decide to filter HTTP headers...
2021-04-01 Christopher... MINOR: stream: Use stream type instead of proxy mode...
2021-04-01 Christopher... DOC: config: Improve documentation about proto/check...
2021-04-01 Christopher... MINOR: muxes: Show muxes flags when the mux list is...
2021-04-01 Christopher... MEDIUM: mux-pt: Expose passthrough in the list of suppo...
2021-04-01 Christopher... MEDIUM: mux-h1: Expose h1 in the list of supported...
2021-04-01 Christopher... MINOR: mux-pt: Don't perform implicit HTTP upgrade...
2021-04-01 Christopher... MINOR: mux-h1: Don't perform implicit HTTP/2 upgrade...
2021-04-01 Christopher... MINOR: muxes: Add a flag to notify a mux does not suppo...
2021-04-01 Christopher... BUG/MINOR: config: Add warning for http-after-response...
2021-04-01 Christopher... BUG/MINOR: stream: Properly handle TCP>H1>H2 upgrades...
2021-04-01 Christopher... MINOR: stream: Be sure to set HTTP analysers when creat...
2021-04-01 Christopher... MINOR: frontend: Create HTTP txn for HTX streams
2021-04-01 Christopher... MINOR: stream: Don't trigger errors on destructive...
2021-04-01 Christopher... BUG/MINOR: mux-h2: Don't emit log twice if an error...
2021-03-31 Willy TarreauBUG/MINOR: http_fetch: make hdr_ip() resistant to empty...
2021-03-31 Willy TarreauCLEANUP: socket: replace SOL_IP/IPV6/TCP with IPPROTO_I...
2021-03-31 Willy TarreauBUILD: tcp: use IPPROTO_IPV6 instead of SOL_IPV6 on...
2021-03-30 Willy TarreauBUG/MINOR: tcp: fix silent-drop workaround for IPv6
2021-03-30 Willy TarreauBUG/MEDIUM: time: make sure to always initialize the...
2021-03-30 Florian ApollonerBUG/MINOR: stats: Apply proper styles in HTML status...
2021-03-29 Christopher... BUG/MINOR: payload: Wait for more data if buffer is...
2021-03-27 Willy Tarreau[RELEASE] Released version 2.4-dev14 v2.4-dev14
2021-03-27 Willy TarreauMEDIUM: backend: use a trylock to grab a connection...
2021-03-26 Ilya ShipitsinBUILD: ssl: use EVP_CIPH_GCM_MODE macro instead of...
2021-03-26 Willy TarreauMINOR: compat: add short aliases for a few very commonl...
2021-03-26 Willy TarreauMEDIUM: cli: add a new experimental "set var" command
2021-03-26 Willy TarreauMINOR: vars/cli: add a "get var" CLI command to retriev...
2021-03-26 Willy TarreauMINOR: action: add a new ACT_F_CLI_PARSER origin design...
2021-03-26 Willy TarreauMINOR: sample: add a new CLI_PARSER context for samples
2021-03-26 Willy TarreauREGTESTS: add a basic reg-test for some "set-var" commands
2021-03-26 Willy TarreauMEDIUM: vars: add support for a "set-var" global directive
2021-03-26 Willy TarreauMINOR: action: add a new ACT_F_CFG_PARSER origin design...
2021-03-26 Willy TarreauMINOR: sample: add a new CFG_PARSER context for samples
2021-03-26 Willy TarreauMINOR: sample: mark the truly constant sample fetch...
2021-03-26 Willy TarreauMINOR: sample: add a new SMP_SRC_CONST sample capability
2021-03-26 Willy TarreauMINOR: sample: make smp_resolve_args() return an alloca...
2021-03-26 Willy TarreauCLEANUP: sample: remove duplicate "stopping" sample...
2021-03-26 Willy TarreauMINOR: vars: make the var() sample fetch keyword depend...
2021-03-26 Willy TarreauMINOR: vars: make get_vars() allow the session to be...
2021-03-26 Amaury DenoyelleMINOR: lua: properly allocate the lua Socket servers
2021-03-26 Amaury DenoyelleMINOR: lua: properly allocate the lua Socket proxy
2021-03-26 Amaury DenoyelleMINOR: proxy: define cap PR_CAP_LUA
2021-03-26 Amaury DenoyelleMINOR: proxy: implement a free_proxy function
2021-03-26 Amaury DenoyelleREORG: split proxy allocation functions
2021-03-26 Amaury DenoyelleREORG: global: move free acl/action in their related...
next