- 6d781f6 BUG/MINOR: check: Reinit the buffer wait list at the end of a check by Christopher Faulet · 2 years, 6 months ago
- dfe32c7 BUG/MEDIUM: config: Reset outline buffer size on realloc error in readcfgfile() by Christopher Faulet · 2 years, 6 months ago
- 8b87b15 MINOR: mux-quic: free RX buf if empty by Amaury Denoyelle · 2 years, 6 months ago
- 7313f5e BUG/MINOR: mux-quic: support nul buffer with qc_free_ncbuf() by Amaury Denoyelle · 2 years, 7 months ago
- c830e1e MINOR: mux-quic: implement MAX_DATA emission by Amaury Denoyelle · 2 years, 7 months ago
- a977355 MINOR: mux-quic: implement MAX_STREAM_DATA emission by Amaury Denoyelle · 2 years, 7 months ago
- c985cb1 MINOR: mux-quic: reorganize flow-control frames emission by Amaury Denoyelle · 2 years, 7 months ago
- 3a08640 MINOR: mux-quic: remove qcc_decode_qcs() call in XPRT by Amaury Denoyelle · 2 years, 6 months ago
- 37c2e4a MEDIUM: mux-quic: implement recv on io-cb by Amaury Denoyelle · 2 years, 7 months ago
- 73d6ffe MINOR: h3: flag demux as full on HTX full by Amaury Denoyelle · 2 years, 7 months ago
- b5454d4 MINOR: h3: do not wait a complete frame for demuxing by Amaury Denoyelle · 2 years, 7 months ago
- 03dcf56 BUG/MINOR: mux-quic: update session's idle delay before stream creation by Amaury Denoyelle · 2 years, 7 months ago
- ca21c76 MINOR: ncbuf: refactor ncb_advance() by Amaury Denoyelle · 2 years, 7 months ago
- f6dbdc1 BUG/MINOR: ncbuf: fix ncb_is_empty() by Amaury Denoyelle · 2 years, 7 months ago
- 82c51b5 OPTIM: quic: realign empty Rx buffer by Amaury Denoyelle · 2 years, 7 months ago
- 80d0572 BUG/MEDIUM: quic: fix Rx buffering by Amaury Denoyelle · 2 years, 7 months ago
- f229e18 CLEANUP: httpclient: Remove useless test on ss_dst in httpclient_applet_init() by Christopher Faulet · 2 years, 6 months ago
- 9e3c8d5 CLEANUP: peers: Remove unreachable code in peer_session_create() by Christopher Faulet · 2 years, 6 months ago
- fa463af BUG/MINOR: spoe: Fix error handling in spoe_init_appctx() by Christopher Faulet · 2 years, 6 months ago
- 7ad27d4 CLEANUP: http_ana: Make use of the return value of stream_generate_unique_id() by Tim Duesterhus · 2 years, 6 months ago
- ccc0355 MINOR: ssl: Add 'ssl-provider-path' global option by Remi Tricot-Le Breton · 2 years, 7 months ago
- 96816b0 REGTESTS: abortonclose: Fix some race conditions by Christopher Faulet · 2 years, 7 months ago
- bc684ac CLEANUP: proxy: Remove dead code when parsing "http-restrict-req-hdr-names" option by Christopher Faulet · 2 years, 7 months ago
- 2d9cc85 MINOR: conn-stream/applet: Stop setting appctx as the endpoint context by Christopher Faulet · 2 years, 7 months ago
- 34e4085 MEDIUM: peers: Balance applets across threads by Maciej Zdeb · 2 years, 7 months ago
- d01be2a MINOR: peers: Track number of applets run by thread by Maciej Zdeb · 2 years, 7 months ago
- d9c1d33 MEDIUM: applet: Add support for async appctx startup on a thread subset by Christopher Faulet · 2 years, 7 months ago
- 6095d57 MINOR: applet: Add API to start applet on a thread subset by Christopher Faulet · 2 years, 7 months ago
- 6712dc6 MEDIUM: peers: Refactor peer appctx creation by Christopher Faulet · 2 years, 7 months ago
- 387e797 MINOR: peers: Add a ref to peers section in the peer structure by Christopher Faulet · 2 years, 7 months ago
- aee57fc MEDIUM: sink: Refactor sink forwarder appctx creation by Christopher Faulet · 2 years, 7 months ago
- 2ae25ea MINOR: sink: Add a ref to sink in the sink_forward_target structure by Christopher Faulet · 2 years, 7 months ago
- b1e0836 MEDIUM: httpclient: Refactor http-client appctx creation by Christopher Faulet · 2 years, 7 months ago
- 5f35a3e MEDIUM: lua: Refactor cosocket appctx creation by Christopher Faulet · 2 years, 7 months ago
- 69ebc30 MEDIUM: spoe: Refactor SPOE appctx creation by Christopher Faulet · 2 years, 7 months ago
- 9223851 MEDIUM: dns: Refactor dns appctx creation by Christopher Faulet · 2 years, 7 months ago
- d0c4ec0 MINOR: applet: Add function to release appctx on error during init stage by Christopher Faulet · 2 years, 7 months ago
- 8718c95 MINOR: applet: Add a function to finalize frontend appctx startup by Christopher Faulet · 2 years, 7 months ago
- 16c0d9c MINOR: applet: Add appctx_init() helper fnuction by Christopher Faulet · 2 years, 7 months ago
- ab5d1dc MINOR: stream: Export stream_free() by Christopher Faulet · 2 years, 7 months ago
- c992938 MINOR: applet: Change return value for .init callback function by Christopher Faulet · 2 years, 7 months ago
- 92202da MINOR: applet: Let the frontend appctx release the session by Christopher Faulet · 2 years, 7 months ago
- ac57bb5 MINOR: applet: Prepare appctx to own the session on frontend side by Christopher Faulet · 2 years, 7 months ago
- ef5e1bb CLEANUP: conn-stream: Remove cs_applet_shut declaration from header file by Christopher Faulet · 2 years, 7 months ago
- 9bf3a1f BUG/MINOR: ssl: Fix crash when no private key is found in pem by Remi Tricot-Le Breton · 2 years, 7 months ago
- 7198c70 MINOR: tools: add get_exec_path implementation for solaris based systems. by David Carlier · 2 years, 7 months ago
- 135c1ec BUILD: fix build warning on solaris based systems with __maybe_unused. by David Carlier · 2 years, 7 months ago
- 9b6becb CLEANUP: Remove unused function hlua_get_top_error_string by Tim Duesterhus · 2 years, 7 months ago
- 6eded62 CLEANUP: Add missing header to hlua_fcn.c by Tim Duesterhus · 2 years, 7 months ago
- 2a0688a CLEANUP: Add missing header to ssl_utils.c by Tim Duesterhus · 2 years, 7 months ago
- 1746a38 MINOR: ssl: Add 'ssl-provider' global option by Remi Tricot-Le Breton · 2 years, 7 months ago
- e809765 MINOR: ssl: Add 'ssl-propquery' global option by Remi Tricot-Le Breton · 2 years, 7 months ago
- 5194446 MEDIUM: ssl: Delay random generator initialization after config parsing by Remi Tricot-Le Breton · 2 years, 7 months ago
- 18c13d3 MEDIUM: http-ana: Add a proxy option to restrict chars in request header names by Christopher Faulet · 2 years, 7 months ago
- f46393a MINOR: ncbuf: fix warnings for testing build by Amaury Denoyelle · 2 years, 7 months ago
- 48fbad4 BUG/MEDIUM: ncbuf: fix null buffer usage by Amaury Denoyelle · 2 years, 7 months ago
- 94cd779 CI: determine actual LibreSSL version dynamically by Ilya Shipitsin · 2 years, 7 months ago
- 3703325 [RELEASE] Released version 2.6-dev10 by Willy Tarreau · 2 years, 7 months ago
- 45fce8f CLEANUP: quic: remove unused quic_rx_strm_frm by Amaury Denoyelle · 2 years, 7 months ago
- 00f87bb CLEANUP: mux-quic: remove unused fields for Rx by Amaury Denoyelle · 2 years, 7 months ago
- 3db98e9 MEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams by Amaury Denoyelle · 2 years, 7 months ago
- 1290f1e MEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir streams by Amaury Denoyelle · 2 years, 7 months ago
- 06749f3 MINOR: xprt_quic: adjust flow-control according to bufsize by Amaury Denoyelle · 2 years, 7 months ago
- b5ca943 BUG/MINOR: ncbuf: fix coverity warning on uninit sz_data by Amaury Denoyelle · 2 years, 7 months ago
- 26f221b MINOR: config: make sure never to mix dgram and stream protocols on a bind line by Willy Tarreau · 2 years, 7 months ago
- 8d31ab0 MINOR: tools: improve error message accuracy in str2sa_range by Willy Tarreau · 2 years, 7 months ago
- df94313 BUG/MEDIUM: mux-quic: fix a thinko in the latest cs/endpoint cleanup by Willy Tarreau · 2 years, 7 months ago
- 973cf90 MINOR: ext-check: indicate the transport and protocol of a server by Willy Tarreau · 2 years, 7 months ago
- 6796a06 CLEANUP: conn_stream: merge cs_new_from_{mux,applet} into cs_new_from_endp() by Willy Tarreau · 2 years, 7 months ago
- 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
- c1b8d77 MINOR: applet: add appctx_strm() and appctx_cs() to access common fields by Willy Tarreau · 2 years, 7 months ago
- 1c3ead4 MINOR: applet: replace cs_applet_shut() with appctx_shut() by Willy Tarreau · 2 years, 7 months ago
- 4201ab7 CLEANUP: muxes: make mux->attach/detach take a conn_stream endpoint by Willy Tarreau · 2 years, 7 months ago
- cfbfc3f MINOR: mux-pt: remove the now unneeded conn_stream from the context by Willy Tarreau · 2 years, 7 months ago
- 01c2a4a MINOR: mux-quic: remove the now unneeded conn_stream from the qcs by Willy Tarreau · 2 years, 7 months ago
- b57669e MINOR: mux-fcgi: remove the now unneeded conn_stream from the fcgi_strm by Willy Tarreau · 2 years, 7 months ago
- c84610c MINOR: mux-fcgi: make sure any stream always has an endpoint by Willy Tarreau · 2 years, 7 months ago
- cd6bb1a MINOR: mux-h2: remove the now unneeded conn_stream from the h2s by Willy Tarreau · 2 years, 7 months ago
- b22b5f0 MINOR: mux-h2: make sure any h2s always has an endpoint by Willy Tarreau · 2 years, 7 months ago
- 56d5a81 MINOR: mux-h1: remove the now unneeded h1s->cs by Willy Tarreau · 2 years, 7 months ago
- efb4618 MINOR: conn_stream: add a pointer back to the cs from the endpoint by Willy Tarreau · 2 years, 7 months ago
- 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · 2 years, 7 months ago
- 15b0721 CLEANUP: mux-quic: always take the endp from the qcs not the cs by Willy Tarreau · 2 years, 7 months ago
- 7d299c2 CLEANUP: mux-fcgi: always take the endp from the fstrm not the cs by Willy Tarreau · 2 years, 7 months ago
- 7a2705f CLEANUP: mux-pt: always take the endp from the context not the cs by Willy Tarreau · 2 years, 7 months ago
- aff21f9 CLEANUP: mux-h2: always take the endp from the h2s not the cs by Willy Tarreau · 2 years, 7 months ago
- 61533d3 CLEANUP: mux-h1: always take the endp from the h1s not the cs 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
- b112b1d CLEANUP: mux-h1: Fix comments and error messages for global options by Christopher Faulet · 2 years, 7 months ago
- 0f9c0f5 MINOR: mux-h1: Add global option accpet payload for any HTTP/1.0 requests by Christopher Faulet · 2 years, 7 months ago
- ae053b3 BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized by William Lallemand · 2 years, 7 months ago
- 60cfe8b DOC/MINOR: fix typos in the lua-api document by Boyang Li · 2 years, 7 months ago
- e0c5435 BUG/MEDIUM: lua: fix argument handling in data removal functions by Boyang Li · 2 years, 7 months ago
- eeeeed4 MINOR: ncbuf: write unit tests by Amaury Denoyelle · 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