haproxy-2.5.git
2022-03-08 Willy TarreauBUG/MINOR: pool: always align pool_heads to 64 bytes
2022-03-02 William LallemandBUG/MEDIUM: httpclient/lua: infinite appctx loop with...
2022-03-01 Christopher... REGTESTS: fix the race conditions in secure_memcmp.vtc
2022-03-01 Christopher... REGTESTS: fix the race conditions in normalize_uri.vtc
2022-03-01 Christopher... BUG/MEDIUM: htx: Fix a possible null derefs in htx_xfer...
2022-03-01 Christopher... BUG/MEDIUM: mux-fcgi: Don't rely on SI src/dst addresse...
2022-03-01 Willy TarreauBUILD: tree-wide: mark a few numeric constants as expli...
2022-03-01 Willy TarreauBUILD: atomic: make the old HA_ATOMIC_LOAD() support...
2022-02-28 Tim DuesterhusCI: Consistently use actions/checkout@v2
2022-02-28 Ilya ShipitsinCI: github actions: use cache for SSL libs
2022-02-28 Ilya ShipitsinCI: refactor OpenTracing build script
2022-02-28 Ilya ShipitsinCI: github actions: use cache for OpenTracing
2022-02-28 Willy TarreauCI: github actions: add the output of $CC -dM -E-
2022-02-25 Christopher... [RELEASE] Released version 2.5.4 v2.5.4
2022-02-25 Christopher... BUG/MEDIUM: stream: Abort processing if response buffer...
2022-02-25 Willy TarreauCI: github: enable pool debugging by default
2022-02-25 Willy TarreauREGTESTS: fix the race conditions in 40be_2srv_odd_heal...
2022-02-25 Willy TarreauBUG/MINOR: proxy: preset the error message pointer...
2022-02-25 Christian RuppertDOC: Fix usage/examples of deprecated ACLs
2022-02-25 Christopher... BUG/MAJOR: mux-h2: Be sure to always report HTX parsing...
2022-02-25 Christopher... BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked...
2022-02-25 Christopher... BUG/MEDIUM: htx: Be sure to have a buffer to perform...
2022-02-18 William Lallemand[RELEASE] Released version 2.5.3 v2.5.3
2022-02-18 Willy TarreauDEBUG: buffer: check in __b_put_blk() whether the buffe...
2022-02-18 Willy TarreauBUG/MEDIUM: httpclient: limit transfers to the maximum...
2022-02-18 William LallemandBUG/MINOR: tools: url2sa reads ipv4 too far
2022-02-18 Willy TarreauCLEANUP: httpclient/cli: fix indentation alignment...
2022-02-18 Remi Tricot... BUG/MINOR: ssl: Missing return value check in ssl_ocsp_...
2022-02-18 Remi Tricot... BUG/MINOR: ssl: Fix leak in "show ssl ocsp-response...
2022-02-18 Remi Tricot... BUG/MINOR: ssl: Add missing return value check in ssl_o...
2022-02-18 Lukas TribusBUG/MINOR: mailers: negotiate SMTP, not ESMTP
2022-02-17 William LallemandBUG/MINOR: httpclient: reinit flags in httpclient_start()
2022-02-16 Christopher... MINOR: httpclient: Don't limit data transfer to 1024...
2022-02-16 Willy TarreauBUG/MAJOR: compiler: relax alignment constraints on...
2022-02-16 Willy TarreauBUG/MEDIUM: fd: always align fdtab[] to 64 bytes
2022-02-16 Christopher... BUG/MEDIUM: resolvers: Really ignore trailing dot in...
2022-02-16 Christopher... BUG/MINOR: sink: Use the right field in appctx context...
2022-02-16 William LallemandBUG/MINOR: mworker: fix a FD leak of a sockpair upon...
2022-02-16 Willy TarreauBUG/MEDIUM: mworker: close unused transferred FDs on...
2022-02-16 Willy TarreauMINOR: sock: move the unused socket cleaning code into...
2022-02-16 Willy Tarreau[RELEASE] Released version 2.5.2 v2.5.2
2022-02-16 Willy TarreauBUG/MINOR: mux-h2: update the session's idle delay...
2022-02-16 Willy TarreauBUG/MEDIUM: h2/hpack: fix emission of HPACK DTSU after...
2022-02-16 Willy TarreauREGTESTS: peers: leave a bit more time to peers to...
2022-02-16 Willy TarreauREGTESTS: server: close an occasional race on dynamic_s...
2022-02-16 Willy TarreauBUG/MAJOR: spoe: properly detach all agents when releas...
2022-02-16 Andrew McDermottBUG/MAJOR: http/htx: prevent unbounded loop in http_man...
2022-02-16 William LallemandBUG/MINOR: httpclient/cli: display junk characters...
2022-02-16 Remi Tricot... BUG/MINOR: jwt: Memory leak if same key is used in...
2022-02-16 Remi Tricot... BUG/MINOR: jwt: Missing pkey free during cleanup
2022-02-16 Remi Tricot... BUG/MINOR: jwt: Double free in deinit function
2022-02-16 Remi Tricot... BUG/MINOR: ssl: Remove empty lines from "show ssl ocsp...
2022-02-16 Christopher... BUG/MEDIUM: httpclient: Xfer the request when the strea...
2022-02-16 Christopher... BUG/MINOR: httpclient: Revisit HC request and response...
2022-02-16 Willy TarreauBUG/MEDIUM: listener: read-lock the listener during...
2022-02-16 Willy TarreauMINOR: listener: replace the listener's spinlock with...
2022-02-16 Willy TarreauDEBUG: fd: make sure we never try to insert/delete...
2022-02-15 William LallemandBUG/MINOR: mworker: does not erase the pidfile upon...
2022-02-15 Willy TarreauBUG/MAJOR: sched: prevent rare concurrent wakeup of...
2022-02-15 Willy TarreauDEBUG: pools: replace the link pointer with the caller...
2022-02-15 Willy TarreauDEBUG: pools: let's add reverse mapping from cache...
2022-02-15 Willy TarreauDEBUG: pools: add extra sanity checks when picking...
2022-02-15 Willy TarreauBUG/MINOR: pools: always flush pools about to be destroyed
2022-02-11 William LallemandBUG/MINOR: mworker: does not add the -sf in wait mode
2022-02-04 Willy TarreauBUG/MEDIUM: mworker: don't lose the stats socket on...
2022-01-26 Remi Tricot... REGTESTS: ssl: Fix ssl_errors regtest with OpenSSL...
2022-01-26 Willy TarreauDEBUG: pools: add new build option DEBUG_POOL_INTEGRITY
2022-01-26 Willy TarreauBUILD: debug/cli: condition test of O_ASYNC to its...
2022-01-26 Willy TarreauDEBUG: cli: add a new "debug dev fd" expert command
2022-01-26 Willy TarreauBUG/MINOR: stream: make the call_rate only count the...
2022-01-26 Willy TarreauBUG/MEDIUM: mcli: always realign wrapping buffers befor...
2022-01-26 Willy TarreauBUG/MEDIUM: mcli: do not try to parse empty buffers
2022-01-26 Christopher... BUG/MEDIUM: cli: Never wait for more data on client...
2022-01-26 Willy TarreauMEDIUM: h2/hpack: emit a Dynamic Table Size Update...
2022-01-26 Willy TarreauBUG/MINOR: cli: avoid O(bufsize) parsing cost on pipeli...
2022-01-26 Willy TarreauMINOR: channel: add new function co_getdelim() to suppo...
2022-01-26 Willy TarreauMEDIUM: cli: yield between each pipelined command
2022-01-26 William LallemandDOC: management: mark "set server ssl" as deprecated
2022-01-26 William DauchyBUG/MEDIUM: server: avoid changing healthcheck ctx...
2022-01-26 David CarlierBUILD/MINOR: fix solaris build with clang.
2022-01-26 William LallemandBUG/MINOR: httpclient/lua: don't pop the lua stack...
2022-01-26 William LallemandBUG/MINOR: httpclient: set default Accept and User...
2022-01-26 William LallemandBUG/MINOR: httpclient: don't send an empty body
2022-01-26 Christopher... BUG/MEDIUM: htx: Adjust length to add DATA block in...
2022-01-26 Willy TarreauBUG/MEDIUM: connection: properly leave stopping list...
2022-01-11 Christopher... [RELEASE] Released version 2.5.1 v2.5.1
2022-01-11 Ilya ShipitsinCI: github actions: clean default step conditions
2022-01-11 David CARLIERBUILD: cpuset: fix build issue on macos introduced...
2022-01-11 Christopher... BUG/MAJOR: mux-h1: Don't decrement .curr_len for unsent...
2022-01-11 Remi Tricot... BUG/MINOR: ssl: Store client SNI in SSL context in...
2022-01-07 William LallemandBUG/MEDIUM: mworker: don't use _getsocks in wait mode
2022-01-07 Christopher... BUG/MEDIUM: http-ana: Preserve response's FLT_END analy...
2022-01-07 William LallemandBUG/MINOR: cli: fix _getsocks with musl libc
2022-01-07 David CarlierBUILD/MINOR: tools: solaris build fix on dladdr.
2022-01-07 Ilya ShipitsinCI: github actions: update OpenSSL to 3.0.1
2022-01-07 David CARLIERBUILD/MINOR: cpuset FreeBSD 14 build fix.
2022-01-07 William LallemandREGTESTS: ssl: update of a crt with server deletion
2022-01-07 William LallemandBUG/MEDIUM: ssl: free the ckch instance linked to a...
2022-01-07 William LallemandBUG/MINOR: ssl: free the fields in srv->ssl_ctx
2022-01-07 Ilya ShipitsinCI: Github Actions: do not show VTest failures if build...
next