haproxy-2.5.git
2020-10-27 Remi Tricot... MINOR: cache: Process the If-Modified-Since header...
2020-10-27 Remi Tricot... MINOR: cache: Store the "Last-Modified" date in the...
2020-10-27 Tim DuesterhusBUG/MINOR: cache: Check the return value of http_replac...
2020-10-27 Ilya ShipitsinCI: github actions: update h2spec to 2.6.0
2020-10-27 Ilya ShipitsinBUILD: ssl: more elegant OpenSSL early data support...
2020-10-27 Willy TarreauBUG/MINOR: log: fix risk of null deref on error path
2020-10-27 Willy TarreauBUG/MINOR: log: fix memory leak on logsrv parse error
2020-10-27 Emmanuel HocdetBUG/MEDIUM: ssl: OCSP must work with BoringSSL
2020-10-26 William DauchyCLEANUP: http_ana: remove unused assignation of `att_beg`
2020-10-24 Willy Tarreau[RELEASE] Released version 2.3-dev8 v2.3-dev8
2020-10-24 Willy TarreauBUG/MINOR: extcheck: add missing checks on extchk_setenv()
2020-10-24 Willy TarreauBUG/MEDIUM: queue: fix unsafe proxy pointer when counti...
2020-10-24 Daniel CorbettCONTRIB: release-estimator: Add release estimating...
2020-10-24 Ilya ShipitsinCI: travis-ci: switch to Ubuntu 20.04
2020-10-23 Willy TarreauMINOR: stats: report server's user-configured weight...
2020-10-23 Willy TarreauDOC: management: apply the "show stat" modifiers to...
2020-10-23 William LallemandREGTEST: ssl: test "set ssl cert" with separate key...
2020-10-23 William LallemandMEDIUM: ssl: ssl-load-extra-del-ext work only with...
2020-10-23 Willy TarreauMINOR: stats: indicate the number of servers in a backe...
2020-10-23 Willy TarreauMINOR: stats: also support a "no-maint" show stat modifier
2020-10-23 Willy TarreauMINOR: stats: support the "up" output modifier for...
2020-10-23 Willy TarreauRevert "OPTIM: queue: don't call pendconn_unlink()...
2020-10-22 Willy TarreauMEDIUM: fwlc: re-enable per-server queuing up to maxqueue
2020-10-22 Willy TarreauMINOR: leastconn: take the queue length into account...
2020-10-22 Willy TarreauOPTIM: queue: decrement the nbpend and totpend counters...
2020-10-22 Willy TarreauOPTIM: queue: make the nbpend counters atomic
2020-10-22 Willy TarreauMINOR: queue: reduce the locked area in pendconn_add()
2020-10-22 Willy TarreauMINOR: queue: split __pendconn_unlink() in per-srv...
2020-10-22 Willy TarreauOPTIM: queue: don't call pendconn_unlink() when the...
2020-10-22 Willy TarreauMINOR: proxy/cli: only take a read lock in "show errors"
2020-10-22 Willy TarreauMINOR: server: read-lock the cookie during srv_set_dync...
2020-10-22 Willy TarreauMINOR: proxy; replace the spinlock with an rwlock
2020-10-22 Willy TarreauMINOR: threads/debug: only report lock stats for used...
2020-10-22 Willy TarreauMINOR: threads/debug: only report used lock stats
2020-10-22 Christopher... BUG/MAJOR: mux-h2: Don't try to send data if we know...
2020-10-22 Christopher... BUG/MINOR: http-ana: Don't send payload for internal...
2020-10-22 Tim DuesterhusCLEANUP: compression: Make use of http_get_etag_type()
2020-10-22 Remi Tricot... REGTEST: cache: Add if-none-match test case
2020-10-22 Remi Tricot... MEDIUM: cache: Add support for 'If-None-Match' request...
2020-10-22 Remi Tricot... MEDIUM: cache: Store the ETag information in the cache_...
2020-10-22 Remi Tricot... MINOR: http: Add etag comparison function
2020-10-22 Tim DuesterhusMINOR: http: Add `enum etag_type http_get_etag_type...
2020-10-22 Willy TarreauBUG/MEDIUM: server: support changing the slowstart...
2020-10-22 Willy TarreauBUILD: makefile: add entries to build common debugging...
2020-10-22 Willy TarreauCONTRIB: tcploop: remove unused local variables in...
2020-10-21 Willy TarreauBUG/MINOR: queue: properly report redistributed connections
2020-10-20 William LallemandMINOR: ssl: 'ssl-load-extra-del-ext' removes the certif...
2020-10-20 William DauchyBUG/MINOR: listener: close before free in `listener_accept`
2020-10-20 Willy TarreauMEDIUM: config: report that "nbproc" is deprecated
2020-10-19 Christopher... BUG/MEDIUM: connection: Never cleanup server lists...
2020-10-19 Willy TarreauCLEANUP: task: remove the unused and mishandled global_...
2020-10-19 Willy TarreauCLEANUP: tree-wide: reorder a few structures to plug...
2020-10-19 Willy TarreauMINOR: threads: change lock_t to an unsigned int
2020-10-19 Willy TarreauCLEANUP: threads: don't register an initcall when not...
2020-10-19 Ilya ShipitsinBUILD: ssl: make BoringSSL use its own version numbers
2020-10-19 Ilya ShipitsinBUG/MINOR: disable dynamic OCSP load with BoringSSL
2020-10-17 Willy TarreauMINOR: lb/chash: use a read lock in chash_get_server_hash()
2020-10-17 Willy TarreauMINOR: lb/first: use a read lock in fas_get_next_server()
2020-10-17 Willy TarreauMINOR: lb/leastconn: only take a read lock in fwlc_get_...
2020-10-17 Willy TarreauMINOR: lb/map: use seek lock and read locks where appro...
2020-10-17 Willy TarreauMINOR: backend: replace the lbprm lock with an rwlock
2020-10-17 Willy Tarreau[RELEASE] Released version 2.3-dev7 v2.3-dev7
2020-10-17 Matteo ContriniDOC: fix typo in MAX_SESS_STKCTR
2020-10-17 Christopher... BUG/MEDIUM: lb: Always lock the server when calling...
2020-10-16 Christopher... BUG/MEDIUM: mux-h1: Get the session from the H1S when...
2020-10-16 Christopher... BUG/MEDIUM: spoe: Unset variable instead of set it...
2020-10-16 Amaury DenoyelleMEDIUM: backend: reuse connection if using a static sni
2020-10-16 Amaury DenoyelleMINOR: ssl: add volatile flags to ssl samples
2020-10-16 Frédéric LécailleBUG/MINOR: peers: Possible unexpected peer seesion...
2020-10-16 Willy TarreauBUILD: listener: avoir a build warning when threads...
2020-10-16 Willy TarreauMEDIUM: task: use an upgradable seek lock when scanning...
2020-10-16 Willy TarreauMINOR: threads: add the transitions to/from the seek...
2020-10-16 Willy TarreauMINOR: threads: augment rwlock debugging stats to repor...
2020-10-16 Willy TarreauBUG/MEDIUM: task: bound the number of tasks picked...
2020-10-16 Willy TarreauBUG/MEDIUM: proxy: properly stop backends
2020-10-16 Willy TarreauDOC: improve the documentation for "option nolinger"
2020-10-15 Willy TarreauCLEANUP: protocol: remove the now unused <handler>...
2020-10-15 Willy TarreauMINOR: protocol: register the receiver's I/O handler...
2020-10-15 Willy TarreauMINOR: log: set the UDP receiver's I/O handler in the...
2020-10-15 Willy TarreauMINOR: protocol: add a default I/O callback and put...
2020-10-15 Willy TarreauMEDIUM: listener: remove the second pass of fd manipula...
2020-10-15 Willy TarreauMEDIUM: listener: use protocol->accept_conn() to accept...
2020-10-15 Willy TarreauMINOR: sockpair: implement sockpair_accept_conn() to...
2020-10-15 Willy TarreauMINOR: sock: implement sock_accept_conn() to accept...
2020-10-15 Willy TarreauMINOR: protocol: add a new function accept_conn()
2020-10-15 Willy TarreauMINOR: sock: rename sock_accept_conn() to sock_acceptin...
2020-10-15 Willy TarreauMINOR: connection: add new error codes for accept_conn()
2020-10-15 Willy TarreauMINOR: session: simplify error path in session_accept_fd()
2020-10-15 Willy TarreauMEDIUM: listener: allocate the connection before queuin...
2020-10-15 Willy TarreauMINOR: connection: make sockaddr_alloc() take the addre...
2020-10-15 Willy TarreauCLEANUP: fd: finally get rid of fd_done_recv()
2020-10-15 Willy TarreauCLEANUP: protocol: remove the ->drain() function
2020-10-15 Willy TarreauMEDIUM: proxy: remove obsolete "monitor-net"
2020-10-15 Willy TarreauMEDIUM: proxy: remove obsolete "mode health"
2020-10-15 Amaury DenoyelleDOC: Describe reuse safe for HOL handling
2020-10-15 Amaury DenoyelleMEDIUM: fcgi: remove conn from session on detach
2020-10-15 Amaury DenoyelleMEDIUM: h2: remove conn from session on detach
2020-10-15 Amaury DenoyelleMEDIUM: backend: add reused conn to sess if mux marked...
2020-10-15 Amaury DenoyelleMEDIUM: backend: add new conn to session if mux marked...
2020-10-15 Amaury DenoyelleMINOR: connection: don't check priv flag on free
next