haproxy-2.5.git
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...
2021-03-26 Amaury DenoyelleREORG: global: move initcall register code in a dedicat...
2021-03-26 Ilya ShipitsinBUILD: ssl: introduce fine guard for ssl random extract...
2021-03-26 Remi Tricot... BUG/MINOR: ssl: Prevent removal of crt-list line if...
2021-03-26 Remi Tricot... BUG/MINOR: ssl: Fix update of default certificate
2021-03-26 Willy TarreauBUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent
2021-03-25 Willy TarreauBUG/MINOR: http_fetch: make hdr_ip() reject trailing...
2021-03-25 Willy TarreauMINOR: tools: make url2ipv4 return the exact number...
2021-03-25 Christopher... BUG/MEDIUM: thread: Fix a deadlock if an isolated threa...
2021-03-25 Amaury DenoyelleBUG/MEDIUM: release lock on idle conn killing on reache...
2021-03-25 Olivier HouchardBUG/MEDIUM: fd: Take the fd_mig_lock when closing if...
2021-03-24 Willy TarreauCLEANUP: fd: slightly simplify up _fd_delete_orphan()
2021-03-24 Willy TarreauCLEANUP: fd: remove unused fd_set_running_excl()
2021-03-24 Willy TarreauBUG/MEDIUM: fd: do not wait on FD removal in fd_delete()
2021-03-24 Willy TarreauMINOR: fd: remove the unneeded running bit from fd_insert()
2021-03-24 Willy TarreauMINOR: fd: make fd_clr_running() return the remaining...
2021-03-24 Christopher... BUG/MEDIUM: lua: Always init the lua stack before refer...
2021-03-24 Christopher... BUG/MEDIUM: debug/lua: Use internal hlua function to...
2021-03-24 Christopher... MINOR: lua: Slightly improve function dumping the lua...
2021-03-24 Ilya ShipitsinBUILD: ssl: guard ecdh functions with SSL_CTX_set_tmp_e...
2021-03-24 Ilya ShipitsinCLEANUP: ssl: remove unused definitions
2021-03-23 Remi Tricot... BUG/MINOR: ssl: Prevent disk access when using "add...
2021-03-23 Willy TarreauBUILD: tools: fix build error with new PA_O_DEFAULT_DGRAM
2021-03-23 Emeric BrunMINOR: tools: introduce new option PA_O_DEFAULT_DGRAM...
2021-03-23 Willy TarreauBUG/MEDIUM: freq_ctr/threads: use the global_now_ms...
2021-03-23 Willy TarreauMINOR: time: also provide a global, monotonic global_no...
2021-03-22 Willy TarreauCLEANUP: quic: use pool_zalloc() instead of pool_alloc...
2021-03-22 Willy TarreauCLEANUP: tcpcheck: use pool_zalloc() instead of pool_al...
2021-03-22 Willy TarreauCLEANUP: ssl: use pool_zalloc() in ssl_init_keylog()
2021-03-22 Willy TarreauCLEANUP: resolvers: use pool_zalloc() in resolv_link_re...
2021-03-22 Willy TarreauCLEANUP: mailers: use pool_zalloc() in enqueue_one_emai...
2021-03-22 Willy TarreauCLEANUP: frontend: use pool_zalloc() in frontend_accept()
2021-03-22 Willy TarreauCLEANUP: spoe: use pool_zalloc() instead of pool_alloc...
2021-03-22 Willy TarreauCLEANUP: filters: use pool_zalloc() in flt_stream_add_f...
2021-03-22 Willy TarreauCLEANUP: connection: use pool_zalloc() in conn_alloc_ha...
2021-03-22 Willy TarreauMINOR: pools: add pool_zalloc() to return a zeroed...
2021-03-22 Willy TarreauMINOR: pools: make the pool allocator support a few...
2021-03-22 Willy TarreauCLEANUP: pools: remove the unused pool_get_first()...
2021-03-22 Willy TarreauCLEANUP: dynbuf: remove the unused b_alloc_fast() function
2021-03-22 Willy TarreauCLEANUP: dynbuf: remove b_alloc_margin()
2021-03-22 Willy TarreauMEDIUM: dynbuf: remove last usages of b_alloc_margin()
2021-03-22 Willy TarreauMINOR: channel: simplify the channel's buffer allocation
2021-03-22 Willy TarreauCLEANUP: l7-retries: do not test the buffer before...
2021-03-22 Willy TarreauCLEANUP: compression: do not test for buffer before...
2021-03-22 Willy TarreauMINOR: dynbuf: make b_alloc() always check if the buffe...
2021-03-22 Willy TarreauMINOR: opentracing: use pool_alloc(), not pool_alloc_di...
2021-03-22 Willy TarreauMINOR: ssl: use pool_alloc(), not pool_alloc_dirty()
2021-03-22 Willy TarreauMINOR: cache: use pool_alloc(), not pool_alloc_dirty()
next