- 29698e3 [RELEASE] Released version 2.7-dev0 by Willy Tarreau · 2 years, 6 months ago
- 6391bb2 MINOR: version: it's development again by Willy Tarreau · 2 years, 6 months ago
- a1efc04 [RELEASE] Released version 2.6.0 by Willy Tarreau · 2 years, 6 months ago
- b2c1e08 MINOR: version: mention that it's LTS now. by Willy Tarreau · 2 years, 6 months ago
- e68e7e8 DOC: intro: adjust the numbering of paragrams to keep the output ordered by Willy Tarreau · 2 years, 6 months ago
- 5869cb6 BUG/MINOR: qpack: do not consider empty enc/dec stream as error by Amaury Denoyelle · 2 years, 6 months ago
- 9f17a5a CLEANUP: quic: remove useless check on local UNI stream reception by Amaury Denoyelle · 2 years, 6 months ago
- fdc1b96 BUG/MINOR: quic: Fix QUIC_EV_CONN_PRSAFRM event traces by Frédéric Lécaille · 2 years, 6 months ago
- 417c7c0 BUG/MEDIUM: h3: fix H3_EXCESSIVE_LOAD when receiving H3 frame header only by Amaury Denoyelle · 2 years, 6 months ago
- 88d5dd1 BUG/MINOR: h3: fix frame demuxing by Amaury Denoyelle · 2 years, 6 months ago
- 1194db2 MINOR: ncbuf: adjust ncb_data with NCBUF_NULL by Amaury Denoyelle · 2 years, 6 months ago
- cd50e76 DOC: install: update supported OpenSSL versions in the INSTALL doc by Willy Tarreau · 2 years, 6 months ago
- 5e349e7 DOC: gpc/gpt: add commments of gpc/gpt array definitions on stick tables. by Emeric Brun · 2 years, 8 months ago
- e77984f DOC: peers: fix port number and addresses on new peers section format by Emeric Brun · 2 years, 6 months ago
- 423ed38 DOC: peers: clarify when entry expiration date is renewed. by Emeric Brun · 2 years, 6 months ago
- 0f4a02b DOC: peers: indicate that some server settings are not usable by Willy Tarreau · 2 years, 6 months ago
- 824c8c5 BUG/MINOR: peers: detect and warn on init_addr/resolvers/check/agent-check by Willy Tarreau · 2 years, 6 months ago
- 245721b MINOR: server: indicate when no address was expected for a server by Willy Tarreau · 2 years, 6 months ago
- 356866a BUG/MINOR: peers: set the proxy's name to the peers section name by Willy Tarreau · 2 years, 6 months ago
- 50e77b2 CLEANUP: peers/cli: make peers_dump_peer() take an appctx instead of an stconn by Willy Tarreau · 2 years, 6 months ago
- fc50599 CLEANUP: peers/cli: stop misusing the appctx local variable by Willy Tarreau · 2 years, 6 months ago
- ccea010 BUG/MEDIUM: peers/cli: fix "show peers" crash by Willy Tarreau · 2 years, 6 months ago
- 55b9689 DOC: fix a few spelling mistakes in the docs by Willy Tarreau · 2 years, 6 months ago
- 453d60b BUILD: makefile: reorder objects by build time by Willy Tarreau · 2 years, 6 months ago
- cc01730 EXAMPLES: remove completely outdated acl-content-sw.cfg by Willy Tarreau · 2 years, 6 months ago
- d5581d5 MINOR: h3: add traces on h3s init/end by Amaury Denoyelle · 2 years, 6 months ago
- a717eb7 MINOR: h3: add traces on frame send by Amaury Denoyelle · 2 years, 6 months ago
- 494512d MINOR: h3: add traces on frame recv by Amaury Denoyelle · 2 years, 6 months ago
- 016aa93 MINOR: h3: define h3 trace module by Amaury Denoyelle · 2 years, 6 months ago
- 6d98dbc DOC: add maintainers for QUIC and HTTP/3 by Amaury Denoyelle · 2 years, 6 months ago
- 550101d DOC: remove the outdated ROADMAP file by Willy Tarreau · 2 years, 6 months ago
- a80f3b5 DOC: internal: remove totally outdated diagrams by Willy Tarreau · 2 years, 6 months ago
- 91a8791 BUILD: quic: use inttypes.h instead of stdint.h by Willy Tarreau · 2 years, 6 months ago
- d46b5b9 BUILD: htx: use the unchecked version of htx_get_head_blk() where needed by Willy Tarreau · 2 years, 6 months ago
- 771483d MINOR: htx: add an unchecked version of htx_get_head_blk() by Willy Tarreau · 2 years, 6 months ago
- 8e9f915 SCRIPTS: make publish-release try to launch make-releases-json by Willy Tarreau · 2 years, 6 months ago
- f1c6ccf SCRIPTS: add make-releases-json to recreate a releases.json file in download dirs by Willy Tarreau · 2 years, 6 months ago
- b93399a BUG/MINOR: h3: do not report bug on unknown method by Amaury Denoyelle · 2 years, 6 months ago
- 11f5a79 BUG/MINOR: qpack: support bigger prefix-integer encoding by Amaury Denoyelle · 2 years, 6 months ago
- 5f6de8d BUG/MINOR: qpack: fix buffer API usage on prefix integer encoding by Amaury Denoyelle · 2 years, 6 months ago
- e06ca65 MINOR: quic: Do not drop packets with RESET_STREAM frames by Frédéric Lécaille · 2 years, 6 months ago
- 4df2fe9 MINOR: quic: Send STOP_SENDING frames if mux is released by Frédéric Lécaille · 2 years, 6 months ago
- 6f7607e MINOR: h3: Add a statistics module for h3 by Frédéric Lécaille · 2 years, 6 months ago
- 38dea05 MINOR: quic: Connection TX buffer setting renaming. by Frédéric Lécaille · 2 years, 6 months ago
- f717a4b DOC: quic: Documentation update for QUIC by Frédéric Lécaille · 2 years, 6 months ago
- eb79145 MINOR: quic_stats: Add transport new counters (lost, stateless reset, drop) by Frédéric Lécaille · 2 years, 6 months ago
- 91a211f BUG/MINOR: quic: Largest RX packet numbers mixing by Frédéric Lécaille · 2 years, 6 months ago
- 3ccea6d MINOIR: quic_stats: add QUIC connection errors counters by Frédéric Lécaille · 2 years, 6 months ago
- aee6757 MINOR: quic: Clarifications about transport parameters value by Frédéric Lécaille · 2 years, 6 months ago
- 2674098 MINOR: quic: Tunable "initial_max_streams_bidi" transport parameter by Frédéric Lécaille · 2 years, 6 months ago
- 1d96d6e MINOR: quic: Tunable "max_idle_timeout" transport parameter by Frédéric Lécaille · 2 years, 6 months ago
- aa8daed DOC: quic: Update documentation for QUIC Retry by Frédéric Lécaille · 2 years, 6 months ago
- c7785b5 MINOR: quic: Transport parameters dump by Frédéric Lécaille · 2 years, 6 months ago
- 748ece6 MINOR: quic: QUIC transport parameters split. by Frédéric Lécaille · 2 years, 6 months ago
- 57ac3fa CLEANUP: quic: No more used handshake output buffer by Frédéric Lécaille · 2 years, 6 months ago
- 56f61b6 CLEANUP: quic: Useless QUIC_CONN_TX_BUF_SZ definition by Frédéric Lécaille · 2 years, 6 months ago
- f6954c5 MINOR: quic: Ignore out of packet padding. by Frédéric Lécaille · 2 years, 6 months ago
- 186367f CLEANUP: muxes: Consider stream's sd as defined in .show_fd callback functions by Christopher Faulet · 2 years, 6 months ago
- 560b8da CLEANUP: tcpcheck: Remove useless test on the stream-connector in tcpcheck_main by Christopher Faulet · 2 years, 6 months ago
- 4641937 DOC: Fix formatting in configuration.txt to fix dconv by Tim Duesterhus · 2 years, 6 months ago
- 0edb997 [RELEASE] Released version 2.6-dev12 by Willy Tarreau · 2 years, 6 months ago
- de5b33e DOC: internal: add a description of the stream connectors and descriptors by Willy Tarreau · 2 years, 6 months ago
- a577bc2 DEV: flags: reorder a few SC/SE flags by Willy Tarreau · 2 years, 6 months ago
- 2bacf4e DEV: flags: rename the "endp" shortcut to "sd" for "stream descriptor" by Willy Tarreau · 2 years, 6 months ago
- 0cf0a04 DEV: flags: fix "siet" shortcut name by Willy Tarreau · 2 years, 6 months ago
- da59c89 CLEANUP: stconn: remove the new unneeded SE_FL_APP_MASK by Willy Tarreau · 2 years, 6 months ago
- 369d5aa CLEANUP: stream: remove unneeded test on appctx during initialization by Willy Tarreau · 2 years, 6 months ago
- e4ebe26 MINOR: stconn: turn SE_FL_WILL_CONSUME to SE_FL_WONT_CONSUME by Willy Tarreau · 2 years, 6 months ago
- 3121928 CLEANUP: stconn: rename a few "endp" arguments and variables to "sd" by Willy Tarreau · 2 years, 6 months ago
- 9e00da1 CLEANUP: mux-pt: rename the "endp" field to "sd" by Willy Tarreau · 2 years, 6 months ago
- 5aa5e77 CLEANUP: mux-fcgi: rename the "endp" field to "sd" by Willy Tarreau · 2 years, 6 months ago
- 95acc8b CLEANUP: mux-h2: rename the "endp" field to "sd" by Willy Tarreau · 2 years, 6 months ago
- 1a0d9ac CLEANUP: mux-h1: rename the "endp" field to "sd" by Willy Tarreau · 2 years, 6 months ago
- d7b7e0d CLEANUP: mux-quic: rename the "endp" field to "sd" by Willy Tarreau · 2 years, 6 months ago
- 92c2e93 DOC: internal: update the muxes doc to mention the stconn by Willy Tarreau · 2 years, 6 months ago
- e68bc61 CLEANUP: stconn: replace a few remaining occurrences of CS in comments or traces by Willy Tarreau · 2 years, 6 months ago
- 1d2c79a CLEANUP: obj_type: rename OBJ_TYPE_CS to OBJ_TYPE_SC by Willy Tarreau · 2 years, 6 months ago
- df1a2fc CLEANUP: stream: rename stream_upgrade_from_cs() to stream_upgrade_from_sc() by Willy Tarreau · 2 years, 6 months ago
- c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · 2 years, 6 months ago
- b52d4d2 CLEANUP: sslsock: remove only occurrence of local variable "cs" by Willy Tarreau · 2 years, 6 months ago
- 0eca539 CLEANUP: sink: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- da30490 CLEANUP: peers: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- 7577d9d CLEANUP: mux-pt: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- 36c2232 CLEANUP: mux-h2: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- 000d63c CLEANUP: mux-h1: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- c92a6ca CLEANUP: mux-fcgi: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- b89f872 CLEANUP: http-client: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- 270a457 CLEANUP: log-forward: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- 3e7be36 CLEANUP: hlua: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- 9002a2e CLEANUP: spoe: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- d7950ad CLEANUP: dns: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- c5ddd9f CLEANUP: cache: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- 07ee044 CLEANUP: applet: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- 475e463 CLEANUP: cli: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- caff631 CLEANUP: stats: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- 4c218fb CLEANUP: promex: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- b49672d CLEANUP: stream: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- 3215e73 CLEANUP: quic/h3: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- 0adb281 CLEANUP: stconn: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- 61f5675 CLEANUP: connection: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago