- 7267f78 MINOR: mworker/cli: set expert/experimental mode from the CLI by William Lallemand · 2 years, 10 months ago
- fed93d3 BUG/MEDIUM: listener: read-lock the listener during accept() by Willy Tarreau · 2 years, 10 months ago
- 08b6f96 MINOR: listener: replace the listener's spinlock with an rwlock by Willy Tarreau · 2 years, 10 months ago
- 0e0969d MINOR: mux-quic: release idle conns on process stopping by Amaury Denoyelle · 2 years, 10 months ago
- 1136e92 MEDIUM: mux-quic: delay the closing with the timeout by Amaury Denoyelle · 2 years, 10 months ago
- aebe26f MINOR: mux-quic: create a timeout task by Amaury Denoyelle · 2 years, 11 months ago
- d975148 MINOR: mux-quic: do not consider CONNECTION_CLOSE for the moment by Amaury Denoyelle · 2 years, 10 months ago
- ce1f30d MINOR: mux-quic: properly initialize qcc flags by Amaury Denoyelle · 2 years, 10 months ago
- 6a4aebf MINOR: mux-quic: add comment by Amaury Denoyelle · 2 years, 10 months ago
- 9aa324d DEBUG: fd: make sure we never try to insert/delete an impossible FD number by Willy Tarreau · 2 years, 10 months ago
- 5ea9fa6 BUILD: makefile: only compute alternative options if required by Willy Tarreau · 2 years, 10 months ago
- d521b8b BUILD: makefile: validate support for extra warnings by batches by Willy Tarreau · 2 years, 10 months ago
- 7a1e6fe BUILD: makefile: avoid testing all -Wno-* options when not needed by Willy Tarreau · 2 years, 10 months ago
- ce67284 Revert "MINOR: mworker: sets used or closed worker FDs to -1" by William Lallemand · 2 years, 10 months ago
- 7fbb94d MINOR: quic: Do not use connection struct xprt_ctx too soon by Frédéric Lécaille · 2 years, 10 months ago
- 789413c MINOR: quic: Initialize the connection timer asap by Frédéric Lécaille · 2 years, 10 months ago
- 91f083a MINOR: quic: Do not try to accept a connection more than one time by Frédéric Lécaille · 2 years, 10 months ago
- 298931d MINOR: quic: Do not try to treat 0-RTT packets without started mux by Frédéric Lécaille · 2 years, 10 months ago
- 61b851d MINOR: quic: Try to accept 0-RTT connections by Frédéric Lécaille · 2 years, 10 months ago
- ea7371e MINOR: mworker: sets used or closed worker FDs to -1 by William Lallemand · 2 years, 10 months ago
- 21ea8c5 REGTESTS: Remove REQUIRE_VERSION=1.8 from all tests by Tim Duesterhus · 2 years, 10 months ago
- f42ddf7 CI: Consistently use actions/checkout@v2 by Tim Duesterhus · 2 years, 10 months ago
- 56be0e0 MINOR: mworker: allocate and initialize a mworker_proc by William Lallemand · 2 years, 10 months ago
- 7e01878 MINOR: mworker: set the master side of ipc_fd in the worker to -1 by William Lallemand · 2 years, 10 months ago
- 55a921c BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload by William Lallemand · 2 years, 10 months ago
- 4c943fd BUILD: mworker: include tools.h for platforms without unsetenv() by Willy Tarreau · 2 years, 10 months ago
- cc5cd5b BUILD: task: use list_to_mt_list() instead of casting list to mt_list by Willy Tarreau · 2 years, 10 months ago
- f3d5c4b BUILD: tools: fix warning about incorrect cast with dladdr1() by Willy Tarreau · 2 years, 10 months ago
- 8f0b4e9 BUILD: tree-wide: mark a few numeric constants as explicitly long long by Willy Tarreau · 2 years, 10 months ago
- 31a8306 BUILD: mux_fcgi: avoid aliasing of a const struct in traces by Willy Tarreau · 2 years, 10 months ago
- 74bc991 BUILD: server-state: avoid using not-so-portable isblank() by Willy Tarreau · 2 years, 10 months ago
- e90dde1 BUILD: vars: avoid overlapping field initialization by Willy Tarreau · 2 years, 10 months ago
- 95d3eaf BUILD: checks: fix inlining issue on set_srv_agent_[addr,port} by Willy Tarreau · 2 years, 10 months ago
- a65b493 BUILD: cpuset: do not use const on the source of CPU_AND/CPU_ASSIGN by Willy Tarreau · 2 years, 10 months ago
- 8da2339 BUILD: atomic: make the old HA_ATOMIC_LOAD() support const pointers by Willy Tarreau · 2 years, 10 months ago
- e08acae BUG/MEDIUM: mworker: close unused transferred FDs on load failure by Willy Tarreau · 2 years, 10 months ago
- b510116 MINOR: sock: move the unused socket cleaning code into its own function by Willy Tarreau · 2 years, 10 months ago
- dd0b144 BUG/MINOR: sink: Use the right field in appctx context in release callback by Christopher Faulet · 2 years, 10 months ago
- c2b7fa8 DEV: flags: Add missing flags by Christopher Faulet · 2 years, 10 months ago
- 0a82cf4 BUG/MEDIUM: resolvers: Really ignore trailing dot in domain names by Christopher Faulet · 2 years, 10 months ago
- 0442efd MINOR: quic: refactor quic CID association with threads by Amaury Denoyelle · 2 years, 10 months ago
- df1c7c7 MINOR: quic: Iterate over all received datagrams by Frédéric Lécaille · 2 years, 10 months ago
- 1712b1d MINOR: quic: Wrong RX buffer tail handling when no more contiguous data by Frédéric Lécaille · 2 years, 10 months ago
- dc36404 MINOR: quic: Drop Initial packets with wrong ODCID by Frédéric Lécaille · 2 years, 10 months ago
- 629cbdf MEDIUM: da: update module to handle schedule mode. by David Carlier · 2 years, 10 months ago
- b81483c MEDIUM: da: update doc and build for new scheduler mode service. by David Carlier · 2 years, 10 months ago
- e9cff61 MEDIUM: da: new optional data file download scheduler service. by David Carlier · 2 years, 10 months ago
- 74904a4 MINOR: quic: Make usage of by datagram handler trees by Frédéric Lécaille · 2 years, 10 months ago
- 9ea9463 MINOR: quic: Attach all the CIDs to the same connection by Frédéric Lécaille · 2 years, 10 months ago
- 320744b MINOR: quic: Do not reset a full RX buffer by Frédéric Lécaille · 2 years, 10 months ago
- 37ae505 MINOR: quic: Do not consume the RX buffer on QUIC sock i/o handler side by Frédéric Lécaille · 2 years, 10 months ago
- 794d068 MINOR: proto_quic: Wrong allocations for TX rings and RX bufs by Frédéric Lécaille · 2 years, 10 months ago
- d152309 CLEANUP: quic: Remove useless definition by Frédéric Lécaille · 2 years, 10 months ago
- 25bc887 MINOR: quic: Convert quic_dgram_read() into a task by Frédéric Lécaille · 2 years, 10 months ago
- 220894a MINOR: quic: Pass CID as a buffer to quic_get_cid_tid() by Frédéric Lécaille · 2 years, 10 months ago
- 69dd5e6 MINOR: proto_quic: Allocate datagram handlers by Frédéric Lécaille · 2 years, 10 months ago
- 3d4bfe7 MINOR: quic: Allocate QUIC datagrams from sock I/O handler by Frédéric Lécaille · 2 years, 10 months ago
- 53898bb MINOR: quic: Add a list to QUIC sock I/O handler RX buffer by Frédéric Lécaille · 2 years, 10 months ago
- ce521e4 MINOR: quic: Add new defintion about DCIDs offsets by Frédéric Lécaille · 2 years, 10 months ago
- 9cc64e2 MINOR: quic: Remove the QUIC haproxy server packet parser by Frédéric Lécaille · 2 years, 10 months ago
- 3d55462 MINOR: quic: Get rid of a struct buffer in quic_lstnr_dgram_read() by Frédéric Lécaille · 2 years, 10 months ago
- 055ee6c MINOR: quic: Comment fix about the token found in Initial packets by Frédéric Lécaille · 2 years, 10 months ago
- 4852101 MINOR: quic: No DCID length for datagram context by Frédéric Lécaille · 2 years, 10 months ago
- 97ea9c4 BUG/MEDIUM: fd: always align fdtab[] to 64 bytes by Willy Tarreau · 2 years, 10 months ago
- ecc473b BUG/MAJOR: compiler: relax alignment constraints on certain structures by Willy Tarreau · 2 years, 10 months ago
- 8e92738 DEBUG: lru: use a xorshift generator in the testing code by Willy Tarreau · 2 years, 10 months ago
- bf9c07f BUILD/DEBUG: lru: update the standalone code to support the revision by Willy Tarreau · 2 years, 10 months ago
- 08cb945 CLEANUP: mworker: simplify mworker_free_child() by William Lallemand · 2 years, 10 months ago
- cfa2d56 MAJOR: quic: implement accept queue by Amaury Denoyelle · 2 years, 10 months ago
- f68b2cb MINOR: listener: define per-thr struct by Amaury Denoyelle · 2 years, 10 months ago
- 2ce99fe MINOR: quic: create accept queue for QUIC connections by Amaury Denoyelle · 2 years, 10 months ago
- b59b889 MINOR: quic: define QUIC flag on listener by Amaury Denoyelle · 2 years, 10 months ago
- 31ea917 MINOR: listener: add flags field by Amaury Denoyelle · 2 years, 10 months ago
- cbe090d MINOR: quic: remove wait handshake/L6 flags on init connection by Amaury Denoyelle · 2 years, 10 months ago
- 9fa15e5 MINOR: quic: do not manage connection in xprt snd_buf by Amaury Denoyelle · 2 years, 10 months ago
- 683b5fc MEDIUM: quic: flag listener for local accept by Amaury Denoyelle · 2 years, 10 months ago
- 7f7713d MINOR: receiver: define a flag for local accept by Amaury Denoyelle · 2 years, 10 months ago
- 4b40f19 MINOR: quic: refactor app-ops initialization by Amaury Denoyelle · 2 years, 10 months ago
- 0b1f931 MINOR: quic: handle app data according to mux/connection layer status by Amaury Denoyelle · 2 years, 10 months ago
- 8ae2807 MINOR: quic: refactor header protection removal by Amaury Denoyelle · 2 years, 10 months ago
- f70fdde BUILD: pools: fix build error on DEBUG_POOL_TRACING by Willy Tarreau · 2 years, 10 months ago
- 410942b BUILD: debug/cli: condition test of O_ASYNC to its existence by Willy Tarreau · 2 years, 10 months ago
- 27df87c CI: github actions: use cache for SSL libs by Ilya Shipitsin · 2 years, 10 months ago
- 3a6af1e MINOR: fd: register the write side of the poller pipe as well by Willy Tarreau · 2 years, 10 months ago
- 5be7c19 DEBUG: cli: add a new "debug dev fd" expert command by Willy Tarreau · 2 years, 10 months ago
- add43fa DEBUG: pools: add new build option DEBUG_POOL_TRACING by Willy Tarreau · 2 years, 10 months ago
- 0e2a5b4 MINOR: pools: extend pool_cache API to pass a pointer to a caller by Willy Tarreau · 2 years, 10 months ago
- 7fa092b MINOR: pools: prepare POOL_EXTRA to be split into multiple extra fields by Willy Tarreau · 2 years, 10 months ago
- d392973 MINOR: pools: partially uninline pool_alloc() by Willy Tarreau · 2 years, 10 months ago
- 15c322c MINOR: pools: partially uninline pool_free() by Willy Tarreau · 2 years, 10 months ago
- 7c564bf MINOR: ssl: fix build in release mode by Amaury Denoyelle · 2 years, 10 months ago
- 33ac346 MINOR: quic: initialize ssl_sock_ctx alongside the quic_conn by Amaury Denoyelle · 2 years, 10 months ago
- 9320dd5 MEDIUM: quic/ssl: add new ex data for quic_conn by Amaury Denoyelle · 2 years, 10 months ago
- 57af069 MINOR: quic: set listener accept cb on parsing by Amaury Denoyelle · 2 years, 10 months ago
- 29632b8 MINOR: quic: remove dereferencement of connection when possible by Amaury Denoyelle · 2 years, 10 months ago
- 74f2292 MINOR: quic: fix indentation in qc_send_ppkts by Amaury Denoyelle · 2 years, 10 months ago
- 4d29504 MINOR: quic: add missing include in quic_sock by Amaury Denoyelle · 2 years, 10 months ago
- 0575d8f DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY by Willy Tarreau · 2 years, 10 months ago
- 39ba1c3 MINOR: quic: Wrong packet number space selection by Frédéric Lécaille · 2 years, 10 months ago
- 2cca241 MINOR: quic: Add QUIC_FT_RETIRE_CONNECTION_ID parsing case by Frédéric Lécaille · 2 years, 10 months ago