- b4b0377 MEDIUM: proxy: Store server_id_hdr_name as a `struct ist` by Tim Duesterhus · 2 years, 9 months ago
- e502c3e MINOR: proxy: Store orgto_hdr_name as a `struct ist` by Tim Duesterhus · 2 years, 9 months ago
- b50ab84 MINOR: proxy: Store fwdfor_hdr_name as a `struct ist` by Tim Duesterhus · 2 years, 9 months ago
- 4b1fcaa MINOR: proxy: Store monitor_uri as a `struct ist` by Tim Duesterhus · 2 years, 9 months ago
- 5ce1299 DEBUG: stream: Fix stream trace message to print response buffer state by Christopher Faulet · 2 years, 9 months ago
- 5001913 DEBUG: stream: Add the missing descriptions for stream trace events by Christopher Faulet · 2 years, 9 months ago
- e8cefac BUG/MEDIUM: mcli: Properly handle errors and timeouts during reponse processing by Christopher Faulet · 2 years, 9 months ago
- 8b1eed1 DEBUG: cache: Update underlying buffer when loading HTX message in cache applet by Christopher Faulet · 2 years, 9 months ago
- e9382e0 BUG/MEDIUM: stream: Use the front analyzers for new listener-less streams by Christopher Faulet · 2 years, 9 months ago
- bef64b2 BUG/MINOR: promex: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
- dbf1e88 BUG/MINOR: cache: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
- 3fa5d19 BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
- d8d2708 BUG/MINOR: hlua: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
- 3d43324 BUG/MINOR: httpclient: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
- 6709538 BUILD: fix recent build breakage of freebsd caused by kFreeBSD build fix by David Carlier · 2 years, 9 months ago
- a690b73 MINOR: stats: Add dark mode support for socket rows by Marno Krahmer · 2 years, 9 months ago
- 20f89ca BUG/MEDIUM: quic: do not drop packet on duplicate stream/decoding error by Amaury Denoyelle · 2 years, 9 months ago
- b0dfd09 BUG/MINOR: cli: shows correct mode in "show sess" by William Lallemand · 2 years, 9 months ago
- 06715af BUG/MINOR: add missing modes in proxy_mode_str() by William Lallemand · 2 years, 9 months ago
- c4e56dc MINOR: pools: add a new global option "no-memory-trimming" by Willy Tarreau · 2 years, 9 months ago
- 5bcfd33 BUG/MAJOR: quic: Wrong quic_max_available_room() returned value by Frédéric Lécaille · 2 years, 9 months ago
- 4fe7d8a MINOR: quic: Add quic_max_int_by_size() function by Frédéric Lécaille · 2 years, 9 months ago
- 9777ead CLEANUP: quic: Remove window redundant variable from NewReno algorithm state struct by Frédéric Lécaille · 2 years, 9 months ago
- 0e7c9a7 MINOR: quic: More precise window update calculation by Frédéric Lécaille · 2 years, 9 months ago
- abdf4a1 BUG/MINOR: quic: Confusion betwen "in_flight" and "prep_in_flight" in quic_path_prep_data() by Frédéric Lécaille · 2 years, 9 months ago
- 5f67830 CLEANUP: quic: Remove useless definitions from quic_cc_event struct by Frédéric Lécaille · 2 years, 9 months ago
- a5ee0ae MINOR: quic: Persistent congestion detection outside of controllers by Frédéric Lécaille · 2 years, 9 months ago
- 83bfca6 MINOR: quic: Add a "slow start" callback to congestion controller by Frédéric Lécaille · 2 years, 9 months ago
- ba9db40 CLEANUP: quic: Remove QUIC path manipulations out of the congestion controller by Frédéric Lécaille · 2 years, 9 months ago
- 4d3d36b BUG/MINOR: quic: Missing recovery start timer reset by Frédéric Lécaille · 2 years, 9 months ago
- 05e30ee MINOR: quic: Retry on qc_build_pkt() failures by Frédéric Lécaille · 2 years, 9 months ago
- 43a5685 BUILD: fix kFreeBSD build. by David Carlier · 2 years, 9 months ago
- c055e30 MEDIUM: mux-quic: implement MAX_STREAMS emission for bidir streams by Amaury Denoyelle · 2 years, 10 months ago
- e9c4cc1 MINOR: mux-quic: retry send opportunistically for remaining frames by Amaury Denoyelle · 2 years, 9 months ago
- 2c71fe5 MEDIUM: mux-quic: use direct send transport API for STREAMs by Amaury Denoyelle · 2 years, 10 months ago
- 414df76 MINOR: mux-quic: define new unions for flow-control fields by Amaury Denoyelle · 2 years, 10 months ago
- 0dc40f0 MINOR: mux-quic: complete functions to detect stream type by Amaury Denoyelle · 2 years, 10 months ago
- 749cb64 MINOR: mux-quic: refactor transport parameters init by Amaury Denoyelle · 2 years, 10 months ago
- c2f561c MINOR: quic: Export qc_send_app_pkts() by Frédéric Lécaille · 2 years, 9 months ago
- edc8146 MINOR: quic: Make qc_build_frms() build ack-eliciting frames from a list by Frédéric Lécaille · 2 years, 9 months ago
- 28c7ea3 MINOR: quic: Send short packet from a frame list by Frédéric Lécaille · 2 years, 9 months ago
- 1c5968b MINOR: quic: qc_prep_app_pkts() implementation by Frédéric Lécaille · 2 years, 9 months ago
- 1455113 CLEANUP: quic: complete ABORT_NOW with a TODO comment by Amaury Denoyelle · 2 years, 9 months ago
- d8ac3f5 CI: coverity: simplify debugging options by Willy Tarreau · 2 years, 9 months ago
- 3dfb7da CLEANUP: tree-wide: remove a few rare non-ASCII chars by Willy Tarreau · 2 years, 9 months ago
- f9eba78 BUG/MEDIUM: pools: fix ha_free() on area in the process of being freed by Willy Tarreau · 2 years, 9 months ago
- 2d0f873 BUG/MINOR: quic: fix segfault on CC if mux uninitialized by Amaury Denoyelle · 2 years, 9 months ago
- c48c8b8 DEV: udp: add an optional argument to set the prng seed by Willy Tarreau · 2 years, 9 months ago
- e7a7fb4 DEV: udp: implement pseudo-random reordering/loss by Willy Tarreau · 2 years, 9 months ago
- c927137 DEV: udp: add a tiny UDP proxy for testing by Willy Tarreau · 2 years, 9 months ago
- e81248c BUG/MINOR: pool: always align pool_heads to 64 bytes by Willy Tarreau · 2 years, 9 months ago
- 10a3736 BUG/MEDIUM: httpclient/lua: infinite appctx loop with POST by William Lallemand · 2 years, 9 months ago
- 06e66c8 DEBUG: reduce the footprint of BUG_ON() calls by Willy Tarreau · 2 years, 9 months ago
- a631b86 BUILD: tcpcheck: do not declare tcp_check_keywords_register() inline by Willy Tarreau · 2 years, 9 months ago
- 4de2cda BUILD: trace: do not declare trace_registre_source() inline by Willy Tarreau · 2 years, 9 months ago
- 368479c BUILD: http_rules: do not declare http_*_keywords_registre() inline by Willy Tarreau · 2 years, 9 months ago
- d318e4e BUILD: connection: do not declare register_mux_proto() inline by Willy Tarreau · 2 years, 9 months ago
- e4149cd BUILD: conn_stream: avoid null-deref warnings on gcc 6 by Willy Tarreau · 2 years, 9 months ago
- bd24208 MINOR: quic: Assemble QUIC TLS flags at the same level by Frédéric Lécaille · 2 years, 9 months ago
- 9355d50 CLEANUP: quic: Indentation fix in qc_prep_pkts() by Frédéric Lécaille · 2 years, 9 months ago
- 7d845f1 CLEANUP: quic: Useless tests in qc_try_rm_hp() by Frédéric Lécaille · 2 years, 9 months ago
- 51c9065 MINOR: quic: Drop the packets of discarded packet number spaces by Frédéric Lécaille · 2 years, 9 months ago
- 00e2400 MINOR: quic: Post handshake I/O callback switching by Frédéric Lécaille · 2 years, 9 months ago
- 5757b4a MINOR: quic: Ensure PTO timer is not set in the past by Frédéric Lécaille · 2 years, 10 months ago
- 59e6bcd BUILD: ssl: another build warning on LIBRESSL_VERSION_NUMBER by Julien Thomas · 2 years, 9 months ago
- 10c9c74 CLEANUP: stream: Remove useless tests on conn-stream in stream_dump() by Christopher Faulet · 2 years, 9 months ago
- 0dc70ab REGTESTS: fix the race conditions in secure_memcmp.vtc by Christopher Faulet · 2 years, 9 months ago
- 0e3010b MEDIUM: quic: rearchitecture Rx path for bidirectional STREAM frames by Amaury Denoyelle · 2 years, 9 months ago
- 3c43039 BUG/MINOR: quic: support FIN on Rx-buffered STREAM frames by Amaury Denoyelle · 2 years, 9 months ago
- 3bf0609 MINOR: mux-quic: define flag for last received frame by Amaury Denoyelle · 2 years, 9 months ago
- f77e343 MINOR: quic: handle partially received buffered stream frame by Amaury Denoyelle · 2 years, 9 months ago
- 2d2d030 MINOR: quic: simplify copy of STREAM frames to RX buffer by Amaury Denoyelle · 2 years, 9 months ago
- 850695a CLEANUP: adjust indentation in bidir STREAM handling function by Amaury Denoyelle · 2 years, 9 months ago
- cc8348f MINOR: queue: Replace if() + abort() with BUG_ON() by Tim Duesterhus · 2 years, 9 months ago
- 0dd8dd6 DOC: install: describe how to choose options used in the DEBUG variable by Willy Tarreau · 2 years, 9 months ago
- 09bdb11 DOC: install: describe the DEP variable by Willy Tarreau · 2 years, 9 months ago
- e97b04b DOC: install: it's DEBUG_CFLAGS, not DEBUG, which is set to -g by Willy Tarreau · 2 years, 9 months ago
- 17e6b73 MINOR: connection: Transform safety check in PROXYv2 parsing into BUG_ON() by Tim Duesterhus · 2 years, 9 months ago
- f09af57 CLEANUP: connection: Indicate unreachability to the compiler in conn_recv_proxy by Tim Duesterhus · 2 years, 9 months ago
- 5a001a0 BUILD: debug: fix build warning on older compilers around DEBUG_STRICT_ACTION by Willy Tarreau · 2 years, 9 months ago
- 8bc1759 DEBUG: stream-int: Fix BUG_ON used to test appctx in si_applet_ops callbacks by Christopher Faulet · 2 years, 9 months ago
- e07f8b5 REGTESTS: fix the race conditions in normalize_uri.vtc by Christopher Faulet · 2 years, 9 months ago
- 234a10a BUG/MEDIUM: htx: Fix a possible null derefs in htx_xfer_blks() by Christopher Faulet · 2 years, 9 months ago
- 4ab8438 BUG/MEDIUM: mux-fcgi: Don't rely on SI src/dst addresses for FCGI health-checks by Christopher Faulet · 2 years, 9 months ago
- 9936dc6 REORG: stream-int: Uninline si_sync_recv() and make si_cs_recv() private by Christopher Faulet · 2 years, 9 months ago
- 4941623 CLEANUP: stream-int: Make si_cs_send() function static by Christopher Faulet · 2 years, 9 months ago
- 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · 2 years, 9 months ago
- e645d88 MINOR: conn-stream: Improve API to have safe/unsafe accessors by Christopher Faulet · 2 years, 9 months ago
- 68ae291 DEBUG: channel: add consistency checks using BUG_ON_HOT() in some key functions by Willy Tarreau · 2 years, 9 months ago
- 8424004 MINOR: channel: don't use co_set_data() to decrement output by Willy Tarreau · 2 years, 9 months ago
- 8873b85 DEBUG: buf: add BUG_ON_HOT() to most buffer management functions by Willy Tarreau · 2 years, 9 months ago
- a8f4b34 DEBUG: buf: replace some sensitive BUG_ON() with BUG_ON_HOT() by Willy Tarreau · 2 years, 9 months ago
- 7bd7954 DEBUG: add two new macros to enable debugging in hot paths by Willy Tarreau · 2 years, 9 months ago
- 86bcc53 DEBUG: implement 4 levels of choices between warn and crash. by Willy Tarreau · 2 years, 9 months ago
- ef16578 DEBUG: improve BUG_ON output message accuracy by Willy Tarreau · 2 years, 9 months ago
- 6d3f1e3 DEBUG: rename WARN_ON_ONCE() to CHECK_IF() by Willy Tarreau · 2 years, 9 months ago
- 3b1d190 [RELEASE] Released version 2.6-dev2 by Willy Tarreau · 2 years, 9 months ago
- 7b4c9d6 MINOR: quic: add a TODO for a memleak frame on ACK consume by Amaury Denoyelle · 2 years, 9 months ago
- 0c7679d MINOR: quic: liberate the TX stream buffer after ACK processing by Amaury Denoyelle · 2 years, 9 months ago
- 642ab06 MINOR: quic: adjust buffer handling for STREAM transmission by Amaury Denoyelle · 2 years, 9 months ago