- 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
- dd2d0d8 MEDIUM: conn-stream: Be prepared to use an appctx as conn-stream endpoint by Christopher Faulet · 3 years ago
- 897d612 MEDIUM: conn-stream: No longer access connection field directly by Christopher Faulet · 3 years ago
- 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · 3 years ago
- e2b38b3 MEDIUM: stream: Allocate backend CS when the stream is created by Christopher Faulet · 3 years ago
- e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · 3 years ago
- e39827d MINOR: stream-int: Be able to allocate a CS without connection by Christopher Faulet · 3 years ago
- 1a3b598 MINOR: stream-int: Add function to attach a connection to a SI by Christopher Faulet · 3 years ago
- 20a6501 MINOR: stream-int: Add function to reset a SI endpoint by Christopher Faulet · 3 years ago
- 2b4e8b7 MINOR: connection: Add a function to detach a conn-stream from the connection by Christopher Faulet · 3 years ago
- a742293 MINOR: stream: Handle appctx case first when creating a new stream by Christopher Faulet · 3 years ago
- 0256da1 MINOR: connection: Be prepared to handle conn-stream with no connection by Christopher Faulet · 3 years ago
- 719ceef MINOR: stream-int: Handle appctx case first when releasing the endpoint by Christopher Faulet · 3 years ago
- 2747162 DOC: design: commit the temporary design notes on thread groups by Willy Tarreau · 3 years ago
- f4016df DOC: design: add design thoughts for later simplification of the pools by Willy Tarreau · 2 years, 9 months ago
- 0722d5d DOC: internal: update the pools API to mention boot-time settings by Willy Tarreau · 2 years, 9 months ago
- 59e66e3 DOC: Fix usage/examples of deprecated ACLs by Christian Ruppert · 2 years, 9 months ago
- a0a6911 CI: github: enable pool debugging by default by Willy Tarreau · 2 years, 9 months ago
- 8de7f28 BUILD: makefile: enable both DEBUG_STRICT and DEBUG_MEMORY_POOLS by default by Willy Tarreau · 2 years, 9 months ago
- f4b79c4 MINOR: pools: support setting debugging options using -dM by Willy Tarreau · 2 years, 9 months ago
- 1408b1f MINOR: pools: delegate parsing of command line option -dM to a new function by Willy Tarreau · 2 years, 9 months ago
- 18f96d0 MEDIUM: init: handle arguments earlier by Willy Tarreau · 2 years, 9 months ago
- 392524d MINOR: init: extract args parsing to their own function by Willy Tarreau · 2 years, 9 months ago
- 34527d5 MEDIUM: init: split the early initialization in its own function by Willy Tarreau · 2 years, 9 months ago
- 3ebe4d9 MEDIUM: initcall: move STG_REGISTER earlier by Willy Tarreau · 2 years, 9 months ago
- ef301b7 MINOR: pools: add a debugging flag for memory poisonning option by Willy Tarreau · 2 years, 9 months ago
- 13d7775 MINOR: pools: replace DEBUG_MEMORY_POOLS with runtime POOL_DBG_TAG by Willy Tarreau · 2 years, 9 months ago
- 0271822 MINOR: pools: replace DEBUG_POOL_TRACING with runtime POOL_DBG_CALLER by Willy Tarreau · 2 years, 9 months ago
- 42705d0 MINOR: pools: get rid of POOL_EXTRA by Willy Tarreau · 2 years, 9 months ago
- 96d5bc7 MINOR: pools: store the allocated size for each pool by Willy Tarreau · 2 years, 9 months ago
- e981631 MEDIUM: pools: replace CONFIG_HAP_POOLS with a runtime "NO_CACHE" flag. by Willy Tarreau · 2 years, 9 months ago
- dff3b06 MINOR: pools: make the global pools a runtime option. by Willy Tarreau · 2 years, 9 months ago
- 6f3c7f6 MINOR: pools: add a new debugging flag POOL_DBG_INTEGRITY by Willy Tarreau · 2 years, 9 months ago
- d3470e1 MINOR: pools: add a new debugging flag POOL_DBG_COLD_FIRST by Willy Tarreau · 2 years, 9 months ago
- fd8b737 MINOR: pools: switch DEBUG_DONT_SHARE_POOLS to runtime by Willy Tarreau · 2 years, 9 months ago
- 8d0273e MINOR: pools: switch the fail-alloc test to runtime only by Willy Tarreau · 2 years, 9 months ago
- 605629b MINOR: pools: introduce a new pool_debugging global variable by Willy Tarreau · 2 years, 9 months ago
- af580f6 MINOR: pools: disable redundant poisonning on pool_free() by Willy Tarreau · 2 years, 9 months ago
- b61fccd CLEANUP: init: remove the ifdef on HAPROXY_MEMMAX by Willy Tarreau · 2 years, 9 months ago
- cc0d554 CLEANUP: vars: move the per-process variables initialization to vars.c by Willy Tarreau · 2 years, 9 months ago
- add4306 CLEANUP: muxes: do not use a dynamic trash in list_mux_protos() by Willy Tarreau · 2 years, 9 months ago
- 5b4b6ca CLEANUP: httpclient: initialize the client in stage INIT not REGISTER by Willy Tarreau · 2 years, 9 months ago
- 1834030 DOC: httpclient/lua: fix the type of the dst parameter by William Lallemand · 2 years, 9 months ago
- ab90ee8 BUG/MINOR: httpclient/lua: missing pop for new timeout parameter by William Lallemand · 2 years, 9 months ago
- b4a4ef6 MINOR: httpclient/lua: ability to set a server timeout by William Lallemand · 2 years, 9 months ago
- 686501c BUG/MEDIUM: stream: Abort processing if response buffer allocation fails by Christopher Faulet · 2 years, 10 months ago
- 3d9266f REGTESTS: fix the race conditions in 40be_2srv_odd_health_checks by Willy Tarreau · 2 years, 9 months ago
- 9de8a2b CLEANUP: pools: remove the now unused pool_is_crowded() by Willy Tarreau · 2 years, 9 months ago
- 9f69995 MINOR: pools: mark most static pool configuration variables as read-mostly by Willy Tarreau · 2 years, 9 months ago
- 4323567 MINOR: quic: fix handling of out-of-order received STREAM frames by Amaury Denoyelle · 2 years, 9 months ago
- c0b66ca MINOR: mux-quic: fix uninitialized return on qc_send by Amaury Denoyelle · 2 years, 9 months ago
- ff191de MINOR: h3: fix compiler warning variable set but not used by Amaury Denoyelle · 2 years, 9 months ago
- d1c76f2 MINOR: quic: do not modify offset node if quic_rx_strm_frm in tree by Amaury Denoyelle · 2 years, 9 months ago
- ae17925 DEBUG: stream-int: Check CS_FL_WANT_ROOM is not set with an empty input buffer by Christopher Faulet · 2 years, 9 months ago
- ec361bb BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer by Christopher Faulet · 2 years, 9 months ago
- c17c31c BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer by Christopher Faulet · 2 years, 10 months ago
- dc523e3 BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message by Christopher Faulet · 2 years, 10 months ago
- ea3e035 MINOR: mux-quic: fix a possible null dereference in qc_timeout_task by Amaury Denoyelle · 2 years, 9 months ago
- d439a49 DEBUG: buffer: check in __b_put_blk() whether the buffer room is respected by Willy Tarreau · 2 years, 9 months ago
- 11adb1d BUG/MEDIUM: httpclient: limit transfers to the maximum available room by Willy Tarreau · 2 years, 9 months ago
- 8a91374 BUG/MINOR: tools: url2sa reads ipv4 too far by William Lallemand · 2 years, 9 months ago
- 2c8f984 CLEANUP: httpclient/cli: fix indentation alignment of the help message by Willy Tarreau · 2 years, 9 months ago
- 1b01b7f BUG/MINOR: ssl: Missing return value check in ssl_ocsp_response_print by Remi Tricot-Le Breton · 2 years, 9 months ago
- 8081b67 BUG/MINOR: ssl: Fix leak in "show ssl ocsp-response" CLI command by Remi Tricot-Le Breton · 2 years, 9 months ago
- a9a591a BUG/MINOR: ssl: Add missing return value check in ssl_ocsp_response_print by Remi Tricot-Le Breton · 2 years, 9 months ago
- 4f4f2b7 MINOR: httpclient/lua: add 'dst' optionnal field by William Lallemand · 2 years, 9 months ago
- 7b2e0ee MINOR: httpclient: sets an alternative destination by William Lallemand · 2 years, 9 months ago
- 1a16e4e BUG/MINOR: mailers: negotiate SMTP, not ESMTP by Lukas Tribus · 2 years, 9 months ago
- 5085bc3 BUG/MINOR: httpclient: reinit flags in httpclient_start() by William Lallemand · 2 years, 9 months ago
- d0de677 BUG/MINOR: mux-h2: update the session's idle delay before creating the stream by Willy Tarreau · 2 years, 10 months ago
- c7d8548 BUG/MEDIUM: h2/hpack: fix emission of HPACK DTSU after settings change by Willy Tarreau · 2 years, 9 months ago
- c382005 REGTESTS: peers: leave a bit more time to peers to synchronize by Willy Tarreau · 2 years, 10 months ago
- 42f2a51 REGTESTS: server: close an occasional race on dynamic_server_ssl.vtc by Willy Tarreau · 2 years, 10 months ago
- b042e4f BUG/MAJOR: spoe: properly detach all agents when releasing the applet by Willy Tarreau · 2 years, 10 months ago
- bfb15ab BUG/MAJOR: http/htx: prevent unbounded loop in http_manage_server_side_cookies by Andrew McDermott · 2 years, 10 months ago
- 1d5fdc5 MINOR: h3: remove unused return value on decode_qcs by Amaury Denoyelle · 2 years, 9 months ago
- de6ecc3 BUG/MINOR: httpclient/cli: display junk characters in vsn by William Lallemand · 2 years, 10 months ago
- d544d33 BUG/MINOR: jwt: Memory leak if same key is used in multiple jwt_verify calls by Remi Tricot-Le Breton · 2 years, 10 months ago
- 2b5a655 BUG/MINOR: jwt: Missing pkey free during cleanup by Remi Tricot-Le Breton · 2 years, 10 months ago
- 4930c6c BUG/MINOR: jwt: Double free in deinit function by Remi Tricot-Le Breton · 2 years, 10 months ago
- 31e4f6e MINOR: h3: report error on HEADERS/DATA parsing by Amaury Denoyelle · 2 years, 10 months ago
- 71f3abb MINOR: quic: Move quic_rxbuf_pool pool out of xprt part by Frédéric Lécaille · 2 years, 10 months ago
- 53c7d8d MINOR: quic: Do not retransmit too much packets. by Frédéric Lécaille · 2 years, 10 months ago
- 0c80e69 MINOR: quic: Possible frame parsers array overrun by Frédéric Lécaille · 2 years, 10 months ago
- 59509b5 MINOR: quic: Non checked returned value for cs_new() in h3_decode_qcs() by Frédéric Lécaille · 2 years, 10 months ago
- 3c08cb4 MINOR: h3: Dead code in h3_uqs_init() by Frédéric Lécaille · 2 years, 10 months ago
- 1e1fb5d MINOR: quic: Non checked returned value for cs_new() in hq_interop_decode_qcs() by Frédéric Lécaille · 2 years, 10 months ago
- 498e992 MINOR: quic: Useless test in quic_lstnr_dghdlr() by Frédéric Lécaille · 2 years, 10 months ago
- e1c3546 MINOR: quic: Avoid warning about NULL pointer dereferences by Frédéric Lécaille · 2 years, 10 months ago
- ee4508d MINOR: quic: ha_quic_set_encryption_secrets without server specific code by Frédéric Lécaille · 2 years, 10 months ago
- 16de9f7 MINOR: quic: Code never reached in qc_ssl_sess_init() by Frédéric Lécaille · 2 years, 10 months ago
- 21db6f9 MINOR: quic: Wrong loss delay computation by Frédéric Lécaille · 2 years, 10 months ago
- eca47d9 MINOR: quic: Wrong smoothed rtt initialization by Frédéric Lécaille · 2 years, 10 months ago
- 91379f7 MINOR: h3: implement DATA parsing by Amaury Denoyelle · 2 years, 10 months ago
- 7b0f122 MINOR: h3: extract HEADERS parsing in a dedicated function by Amaury Denoyelle · 2 years, 10 months ago
- 0484f92 MINOR: h3: report frames bigger than rx buffer by Amaury Denoyelle · 2 years, 10 months ago
- bb56530 MINOR: h3: set CS_FL_NOT_FIRST by Amaury Denoyelle · 2 years, 10 months ago
- eb53e5b MINOR: mux-quic: set EOS on rcv_buf by Amaury Denoyelle · 2 years, 10 months ago
- 9a327a7 MINOR: mux-quic: implement rcv_buf by Amaury Denoyelle · 2 years, 10 months ago
- 95b93a3 MINOR: h3: set properly HTX EOM/BODYLESS on HEADERS parsing by Amaury Denoyelle · 2 years, 10 months ago