- efb4618 MINOR: conn_stream: add a pointer back to the cs from the endpoint by Willy Tarreau · 2 years, 7 months ago
- 386346f MINOR: conn_stream: make cs_set_error() work on the endpoint instead by Willy Tarreau · 2 years, 7 months ago
- df25acf MINOR: ncbuf: implement advance by Amaury Denoyelle · 2 years, 7 months ago
- b830f0d MINOR: ncbuf: define various insertion modes by Amaury Denoyelle · 2 years, 7 months ago
- 077e096 MINOR: ncbuf: implement insertion by Amaury Denoyelle · 2 years, 7 months ago
- edeb0a6 MINOR: ncbuf: optimize storage for the last gap by Amaury Denoyelle · 2 years, 7 months ago
- d5d2ed9 MINOR: ncbuf: complete API and define block interal abstraction by Amaury Denoyelle · 2 years, 7 months ago
- 1b5f77f MINOR: ncbuf: define non-contiguous buffer by Amaury Denoyelle · 2 years, 7 months ago
- 31fe308 CLEANUP: quic_tls: QUIC_TLS_IV_LEN defined two times by Frédéric Lécaille · 2 years, 7 months ago
- a54e49d CLEANUP: quic: wrong use of eb*entry() macro by Frédéric Lécaille · 2 years, 7 months ago
- e2fb1bf MINOR: quic: Send stateless reset tokens by Frédéric Lécaille · 2 years, 7 months ago
- 0226c52 MINOR: quic: new_quic_cid() code moving by Frédéric Lécaille · 2 years, 7 months ago
- 7b92c81 MINOR: quic-tls: Add quic_hkdf_extract_and_expand() for HKDF by Frédéric Lécaille · 2 years, 7 months ago
- 372508c MINOR: config: Add "cluster-secret" new global keyword by Frédéric Lécaille · 2 years, 7 months ago
- 7cc8b31 MINOR: quic: Add correct ack delay values to ACK frames by Frédéric Lécaille · 2 years, 7 months ago
- 9475d89 MINOR: quic: Congestion controller event trace fix (loss) by Frédéric Lécaille · 2 years, 7 months ago
- f6e8594 BUG/MINOR: quic: Wrong unit for ack delay for incoming ACK frames by Frédéric Lécaille · 2 years, 7 months ago
- 5b988eb BUG/MINOR: quic: Dropped peer transport parameters by Frédéric Lécaille · 2 years, 7 months ago
- 8726d63 MINOR: quic: Add a debug counter for sendto() errors by Frédéric Lécaille · 2 years, 7 months ago
- 314e6ec BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket by Emeric Brun · 2 years, 7 months ago
- 47a4c61 BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes). by vigneshsp · 2 years, 7 months ago
- 8a0fd3a BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings by Willy Tarreau · 2 years, 7 months ago
- ecab71f BUILD: stats: conditionally mark obsolete stats states as deprecated by Willy Tarreau · 2 years, 7 months ago
- 4fc2cd7 MINOR: compiler: add a new macro to set an attribute on an enum when possible by Willy Tarreau · 2 years, 7 months ago
- 4aed40e MINOR: tcp: socket translate TCP_KEEPIDLE for macOs equivalent by David CARLIER · 2 years, 7 months ago
- 6ef1648 CLEANUP: stats: rename the stats state values an mark the old ones deprecated by Willy Tarreau · 2 years, 7 months ago
- 1c0715b CLEANUP: cli: move the status print context into its own context by Willy Tarreau · 2 years, 7 months ago
- aa229cc MINOR: lua: move the http service context out of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
- e23f33b MINOR: lua: move the tcp service storage outside of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
- 5321da9 MEDIUM: lua: move the cosocket storage outside of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
- f61494c CLEANUP: cache: take the context out of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
- c7afedc BUILD: applet: mark the appctx's st2 variable as deprecated by Willy Tarreau · 2 years, 7 months ago
- f50da2c BUILD: applet: mark the CLI's generic variables as deprecated by Willy Tarreau · 2 years, 7 months ago
- 23a2407 CLEANUP: spoe: do not use appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
- 455caef CLEANUP: peers: do not use appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
- 1eea665 CLEANUP: httpclient: do not use the appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
- cba8838 CLEANUP: ring: pass the ring watch flags to ring_attach_cli(), not in ctx.cli by Willy Tarreau · 2 years, 7 months ago
- 42cc831 CLEANUP: sink: use the generic context to store the forwarder's context by Willy Tarreau · 2 years, 7 months ago
- dec23dc CLEANUP: ssl/cli: use a local context for "commit ssl {ca|crl}file" by Willy Tarreau · 2 years, 7 months ago
- 329f4b4 CLEANUP: ssl/cli: use a local context for "set ssl cert" by Willy Tarreau · 2 years, 7 months ago
- 96c9a6c CLEANUP: ssl/cli: use a local context for "show ssl cert" by Willy Tarreau · 2 years, 7 months ago
- f3e8b3e CLEANUP: ssl/cli: use a local context for "show crlfile" by Willy Tarreau · 2 years, 7 months ago
- 50c2f1e CLEANUP: ssl/cli: use a local context for "show cafile" by Willy Tarreau · 2 years, 7 months ago
- bcda5f6 CLEANUP: hlua/cli: take the hlua_cli context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- 41f8852 CLEANUP: stats/cli: stop using appctx->st2 by Willy Tarreau · 2 years, 7 months ago
- 91cefca CLEANUP: stats/cli: take the "show stat" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- cb8bf17 CLEANUP: peers/cli: take the "show peers" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- 0fcecc6 CLEANUP: map/cli: take the "show map" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- 3c69e08 CLEANUP: stick-table/cli: take the "show table" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- 0fd8f0e CLEANUP: proxy/cli: take the "show errors" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- 39f097d CLEANUP: stream/cli: take the "show sess" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- f12f32a MINOR: applet: reserve some generic storage in the applet's context by Willy Tarreau · 2 years, 7 months ago
- 4fd9b4d BUG/MINOR: ssl/cli: fix "show ssl cert" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
- 0630579 BUG/MINOR: ssl/cli: fix "show ssl ca-file <name>" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
- 821c3b0 BUG/MINOR: ssl/cli: fix "show ssl ca-file/crl-file" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
- 7867f63 MEDIUM: resolvers: create a "default" resolvers section at startup by William Lallemand · 2 years, 7 months ago
- fa24379 MINOR: conn-stream: Add mask from flags set by endpoint or app layer by Christopher Faulet · 2 years, 7 months ago
- 664741e MINOR: quic: Make the quic_conn be aware of the number of streams by Frédéric Lécaille · 2 years, 7 months ago
- b074966 CLEANUP: mux: Useless xprt_quic-t.h inclusion by Frédéric Lécaille · 2 years, 7 months ago
- 0367b4c MINOR: session: get rid of the now unused SESS_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
- 030b3e6 MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
- 04e9aca MINOR: conn_stream: remove the now unused CS_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
- 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · 2 years, 7 months ago
- f1fc0b3 MINOR: mux-quic: support full request channel buffer by Amaury Denoyelle · 2 years, 7 months ago
- c40e19d BUG/MINOR: quic: Missing time threshold multiplifier for loss delay computation by Frédéric Lécaille · 2 years, 7 months ago
- 1601395 MINOR: quic: moving code for QUIC loss detection by Frédéric Lécaille · 2 years, 7 months ago
- 77cb38d BUG/MEDIUM: quic: Possible crash on STREAM frame loss by Frédéric Lécaille · 2 years, 7 months ago
- da34255 MEDIUM: quic: Mark copies of acknowledged frames as acknowledged by Frédéric Lécaille · 2 years, 7 months ago
- 3e3a621 MINOR: quic: old data distinction for qc_send_app_pkt() by Frédéric Lécaille · 2 years, 7 months ago
- a956841 MEDIUM: quic: New functions for probing rework by Frédéric Lécaille · 2 years, 7 months ago
- 3ef729a MINOR: quic: process_timer() rework by Frédéric Lécaille · 2 years, 7 months ago
- b44cbc6 MINOR: quic: Do not retransmit frames from coalesced packets by Frédéric Lécaille · 2 years, 7 months ago
- b917191 MINOR: quic: Prepare quic_frame struct duplication by Frédéric Lécaille · 2 years, 7 months ago
- 47447af MINOR: mux-quic: add a app-layer context in qcs by Amaury Denoyelle · 2 years, 7 months ago
- 3df8ca0 MINOR: mux-quic: partially copy Rx frame if almost full buf by Amaury Denoyelle · 2 years, 7 months ago
- 44d0912 MINOR: mux-quic: count local flow-control stream limit on reception by Amaury Denoyelle · 2 years, 7 months ago
- 408d226 MINOR: mux-quic: remove unused bogus qcc_get_stream() by Amaury Denoyelle · 2 years, 7 months ago
- 226866e CLEANUP: deinit: release the config postparsers by Willy Tarreau · 2 years, 7 months ago
- 1024393 MINOR: ssl: add a new global option "tune.ssl.hard-maxrecord" by Thomas Prückl · 2 years, 7 months ago
- 4d7fdc6 MINOR: connection: Add way to disable active connection closing during soft-stop by Remi Tricot-Le Breton · 2 years, 7 months ago
- 65d9f83 BUILD: compiler: properly distinguish weak and global symbols by Willy Tarreau · 2 years, 7 months ago
- a80e4a3 MINOR: fd: add functions to set O_NONBLOCK and FD_CLOEXEC by Willy Tarreau · 2 years, 7 months ago
- 197715a CLEANUP: compression: move the default setting of maxzlibmem to defaults by Willy Tarreau · 2 years, 7 months ago
- 2df1fbf MINOR: init: add global setting "fd-hard-limit" to bound system limits by Willy Tarreau · 2 years, 7 months ago
- 7c9a0fe MEDIUM: backend: add new "balance hash <expr>" algorithm by Willy Tarreau · 2 years, 7 months ago
- a4e3989 MINOR: task: add a new task_instant_wakeup() function by Willy Tarreau · 2 years, 7 months ago
- b53eb87 MINOR: init: add the pre-check callback by William Lallemand · 2 years, 7 months ago
- eb50c01 MINOR: conn-stream: Make cs_detach_* private and use cs_destroy() from outside by Christopher Faulet · 2 years, 7 months ago
- ca6c9bb CLEANUP: conn-stream: Rename cs_applet_release() by Christopher Faulet · 2 years, 7 months ago
- ff022a2 CLEANUP: conn-stream: Rename cs_conn_close() and cs_conn_drain_and_close() by Christopher Faulet · 2 years, 7 months ago
- f87c67e MINOR: ssl: Add 'show ssl providers' cli command and providers list in -vv option by Remi Tricot-Le Breton · 2 years, 7 months ago
- 97e84c6 MINOR: cfg-quic: define tune.quic.conn-buf-limit by Amaury Denoyelle · 2 years, 7 months ago
- 1b2dba5 MINOR: mux-quic: implement immediate send retry by Amaury Denoyelle · 2 years, 8 months ago
- d2f80a2 MINOR: quic: limit total stream buffers per connection by Amaury Denoyelle · 2 years, 8 months ago
- 1b81dda MINOR: quic-stream: refactor ack management by Amaury Denoyelle · 2 years, 7 months ago
- a456920 MEDIUM: quic: implement multi-buffered Tx streams by Amaury Denoyelle · 2 years, 8 months ago
- b22c046 MINOR: quic-stream: add qc field by Amaury Denoyelle · 2 years, 7 months ago
- e4301da MINOR: quic-stream: use distinct tree nodes for quic stream and qcs by Amaury Denoyelle · 2 years, 7 months ago
- 0cc02a3 REORG: quic: use a dedicated module for qc_stream_desc by Amaury Denoyelle · 2 years, 7 months ago
- 1d6338e MEDIUM: ssl: Disable DHE ciphers by default by Remi Tricot-Le Breton · 2 years, 8 months ago