]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2022-05-20 Frédéric LécailleMINOR: quic: Dynamic Retry implementation
2022-05-20 Frédéric LécailleMINOR: quic: Add tune.quic.retry-threshold keyword
2022-05-20 Frédéric LécailleMINOR: quic: QUIC stats counters handling
2022-05-20 Frédéric LécailleBUG/MINOR: quic: Fix potential memory leak during QUIC...
2022-05-20 Frédéric LécailleMINOR: quic: Attach proxy QUIC stats counters to the...
2022-05-20 Frédéric LécailleMINOR: quic_stats: Add a new stats module for QUIC
2022-05-20 Frédéric LécailleBUILD: stats: Missing headers inclusions from stats.h
2022-05-20 Frédéric LécailleMINOR: quic: Move quic_lstnr_dgram_dispatch() out of...
2022-05-20 Frédéric LécailleMINOR: cfgparse: Update for "cluster-secret" keyword...
2022-05-20 Frédéric LécailleMINOR: quic: Retry implementation
2022-05-20 Frédéric LécailleMINOR: quic_tls: Add quic_tls_decrypt2() implementation
2022-05-20 Frédéric LécailleMINOR: quic_tls: Add quic_tls_derive_retry_token_secret()
2022-05-20 Frédéric LécailleMINOR: quic: Dump initial derived secrets
2022-05-20 Willy TarreauBUG/MINOR: cfgparse: abort earlier in case of allocatio...
2022-05-19 Amaury DenoyelleCLEANUP: quic: adjust comment/coding style for TPs...
2022-05-19 Amaury DenoyelleBUG/MEDIUM: quic: fix initialization for local/remote TPs
2022-05-19 Amaury DenoyelleMINOR: quic: detect EBADF on sendto()
2022-05-19 Amaury DenoyelleMINOR: quic: abort on unlisted errno on sendto()
2022-05-19 Amaury DenoyelleBUG/MINOR: quic: break for error on sendto
2022-05-19 Christopher... MEDIUM: check: Use the CS to handle subscriptions for...
2022-05-19 Christopher... REORG: check: Rename and export I/O callback function
2022-05-19 Christopher... MEDIUM: check: No longer shutdown the connection in...
2022-05-19 Christopher... BUG/MINOR: check: Reinit the buffer wait list at the...
2022-05-19 Christopher... BUG/MEDIUM: config: Reset outline buffer size on reallo...
2022-05-18 Amaury DenoyelleMINOR: mux-quic: free RX buf if empty
2022-05-18 Amaury DenoyelleBUG/MINOR: mux-quic: support nul buffer with qc_free_nc...
2022-05-18 Amaury DenoyelleMINOR: mux-quic: implement MAX_DATA emission
2022-05-18 Amaury DenoyelleMINOR: mux-quic: implement MAX_STREAM_DATA emission
2022-05-18 Amaury DenoyelleMINOR: mux-quic: reorganize flow-control frames emission
2022-05-18 Amaury DenoyelleMINOR: mux-quic: remove qcc_decode_qcs() call in XPRT
2022-05-18 Amaury DenoyelleMEDIUM: mux-quic: implement recv on io-cb
2022-05-18 Amaury DenoyelleMINOR: h3: flag demux as full on HTX full
2022-05-18 Amaury DenoyelleMINOR: h3: do not wait a complete frame for demuxing
2022-05-18 Amaury DenoyelleBUG/MINOR: mux-quic: update session's idle delay before...
2022-05-18 Amaury DenoyelleMINOR: ncbuf: refactor ncb_advance()
2022-05-18 Amaury DenoyelleBUG/MINOR: ncbuf: fix ncb_is_empty()
2022-05-18 Amaury DenoyelleOPTIM: quic: realign empty Rx buffer
2022-05-18 Amaury DenoyelleBUG/MEDIUM: quic: fix Rx buffering
2022-05-18 Christopher... CLEANUP: httpclient: Remove useless test on ss_dst...
2022-05-18 Christopher... CLEANUP: peers: Remove unreachable code in peer_session...
2022-05-18 Christopher... BUG/MINOR: spoe: Fix error handling in spoe_init_appctx()
2022-05-18 Tim DuesterhusCLEANUP: http_ana: Make use of the return value of...
2022-05-17 Remi Tricot... MINOR: ssl: Add 'ssl-provider-path' global option
2022-05-17 Christopher... REGTESTS: abortonclose: Fix some race conditions
2022-05-17 Christopher... CLEANUP: proxy: Remove dead code when parsing "http...
2022-05-17 Christopher... MINOR: conn-stream/applet: Stop setting appctx as the...
2022-05-17 Maciej ZdebMEDIUM: peers: Balance applets across threads
2022-05-17 Maciej ZdebMINOR: peers: Track number of applets run by thread
2022-05-17 Christopher... MEDIUM: applet: Add support for async appctx startup...
2022-05-17 Christopher... MINOR: applet: Add API to start applet on a thread...
2022-05-17 Christopher... MEDIUM: peers: Refactor peer appctx creation
2022-05-17 Christopher... MINOR: peers: Add a ref to peers section in the peer...
2022-05-17 Christopher... MEDIUM: sink: Refactor sink forwarder appctx creation
2022-05-17 Christopher... MINOR: sink: Add a ref to sink in the sink_forward_targ...
2022-05-17 Christopher... MEDIUM: httpclient: Refactor http-client appctx creation
2022-05-17 Christopher... MEDIUM: lua: Refactor cosocket appctx creation
2022-05-17 Christopher... MEDIUM: spoe: Refactor SPOE appctx creation
2022-05-17 Christopher... MEDIUM: dns: Refactor dns appctx creation
2022-05-17 Christopher... MINOR: applet: Add function to release appctx on error...
2022-05-17 Christopher... MINOR: applet: Add a function to finalize frontend...
2022-05-17 Christopher... MINOR: applet: Add appctx_init() helper fnuction
2022-05-17 Christopher... MINOR: stream: Export stream_free()
2022-05-17 Christopher... MINOR: applet: Change return value for .init callback...
2022-05-17 Christopher... MINOR: applet: Let the frontend appctx release the...
2022-05-17 Christopher... MINOR: applet: Prepare appctx to own the session on...
2022-05-17 Christopher... CLEANUP: conn-stream: Remove cs_applet_shut declaration...
2022-05-17 Remi Tricot... BUG/MINOR: ssl: Fix crash when no private key is found...
2022-05-17 David CarlierMINOR: tools: add get_exec_path implementation for...
2022-05-17 David CarlierBUILD: fix build warning on solaris based systems with...
2022-05-17 Tim DuesterhusCLEANUP: Remove unused function hlua_get_top_error_string
2022-05-17 Tim DuesterhusCLEANUP: Add missing header to hlua_fcn.c
2022-05-17 Tim DuesterhusCLEANUP: Add missing header to ssl_utils.c
2022-05-17 Remi Tricot... MINOR: ssl: Add 'ssl-provider' global option
2022-05-17 Remi Tricot... MINOR: ssl: Add 'ssl-propquery' global option
2022-05-17 Remi Tricot... MEDIUM: ssl: Delay random generator initialization...
2022-05-16 Christopher... MEDIUM: http-ana: Add a proxy option to restrict chars...
2022-05-16 Amaury DenoyelleMINOR: ncbuf: fix warnings for testing build
2022-05-16 Amaury DenoyelleBUG/MEDIUM: ncbuf: fix null buffer usage
2022-05-14 Ilya ShipitsinCI: determine actual LibreSSL version dynamically
2022-05-14 Willy Tarreau[RELEASE] Released version 2.6-dev10 v2.6-dev10
2022-05-13 Amaury DenoyelleCLEANUP: quic: remove unused quic_rx_strm_frm
2022-05-13 Amaury DenoyelleCLEANUP: mux-quic: remove unused fields for Rx
2022-05-13 Amaury DenoyelleMEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams
2022-05-13 Amaury DenoyelleMEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir...
2022-05-13 Amaury DenoyelleMINOR: xprt_quic: adjust flow-control according to...
2022-05-13 Amaury DenoyelleBUG/MINOR: ncbuf: fix coverity warning on uninit sz_data
2022-05-13 Willy TarreauMINOR: config: make sure never to mix dgram and stream...
2022-05-13 Willy TarreauMINOR: tools: improve error message accuracy in str2sa_...
2022-05-13 Willy TarreauBUG/MEDIUM: mux-quic: fix a thinko in the latest cs...
2022-05-13 Willy TarreauMINOR: ext-check: indicate the transport and protocol...
2022-05-13 Willy TarreauCLEANUP: conn_stream: merge cs_new_from_{mux,applet...
2022-05-13 Willy TarreauCLEANUP: applet: remove the unneeded appctx->owner
2022-05-13 Willy TarreauMINOR: applet: add appctx_strm() and appctx_cs() to...
2022-05-13 Willy TarreauMINOR: applet: replace cs_applet_shut() with appctx_shut()
2022-05-13 Willy TarreauCLEANUP: muxes: make mux->attach/detach take a conn_str...
2022-05-13 Willy TarreauMINOR: mux-pt: remove the now unneeded conn_stream...
2022-05-13 Willy TarreauMINOR: mux-quic: remove the now unneeded conn_stream...
2022-05-13 Willy TarreauMINOR: mux-fcgi: remove the now unneeded conn_stream...
2022-05-13 Willy TarreauMINOR: mux-fcgi: make sure any stream always has an...
2022-05-13 Willy TarreauMINOR: mux-h2: remove the now unneeded conn_stream...
next