]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-09-30  Remi Tricot... MINOR: ssl: Store the last SSL error code in case of...
2021-09-30  Remi Tricot... MINOR: ssl: Rename ssl_bc_hsk_err to ssl_bc_err
2021-09-30  Remi Tricot... MINOR: ssl: Set connection error code in case of SSL...
2021-09-29  William LallemandMINOR: Makefile: add MEMORY_POOLS to the list of DEBUG_...
2021-09-29  Emeric BrunDOC: peers: fix doc "enable" statement on "peers" sections
2021-09-28  Willy TarreauREORG: pools: move default settings to defaults.h
2021-09-28  Christopher... REGTESTS: Add script to validate T-E header parsing
2021-09-28  Christopher... BUG/MEDIUM: mux-h1/mux-fcgi: Reject messages with unkno...
2021-09-28  Christopher... MINOR: h1: Change T-E header parsing to fail if chunked...
2021-09-28  Christopher... MINOR: http: Add 422-Unprocessable-Content error message
2021-09-28  Christopher... BUG/MINOR: mux-h1/mux-fcgi: Sanitize TE header to only...
2021-09-28  Christopher... MEDIUM: h1: Force close mode for invalid uses of T...
2021-09-28  Christopher... MEDIUM: mux-h1: Reject HTTP/1.0 GET/HEAD/DELETE request...
2021-09-28  Christopher... MINOR: mux-h1: Be able to set custom status code on...
2021-09-28  Christopher... MINOR: mux-h1: Set error code if possible when MUX_EXIT...
2021-09-28  Christopher... MINOR: log: Try to get the status code when MUX_EXIT_ST...
2021-09-28  Willy TarreauMINOR: init: extract the setup and end of threads to...
2021-09-28  Willy TarreauMEDIUM: init: de-uglify the per-thread affinity setting
2021-09-28  Willy TarreauCLEANUP: init: remove useless test against MAX_THREADS...
2021-09-27  Willy TarreauMINOR: config: use a standard parser for the "nbthread...
2021-09-26  William LallemandBUG/MEDIUM: httpclient: replace ist0 by istptr
2021-09-24  William LallemandRevert "head-truc"
2021-09-24  William LallemandREGTESTS: lua: test the httpclient:get() feature
2021-09-24  William Lallemandhead-truc
2021-09-24  Willy Tarreau[RELEASE] Released version 2.5-dev8 v2.5-dev8
2021-09-24  Tim DuesterhusCLEANUP: slz: Mark `reset_refs` as static
2021-09-24  William LallemandBUG/MINOR: httpclient/lua: return an error on argument...
2021-09-24  William LallemandMINOR: httpclient/lua: implement the headers in the...
2021-09-24  William LallemandMINOR: httpclient/lua: httpclient:get() API in lua
2021-09-24  William LallemandMINOR: httpclient: httpclient_ended() returns 1 if...
2021-09-24  William LallemandMINOR: httpclient: httpclient_data() returns the availa...
2021-09-24  Thierry FournierCLEANUP: stats: Fix some alignment mistakes
2021-09-24  Thierry FournierMINOR: stats: Enable dark mode on stat web page
2021-09-23  Dragan DosenBUG/MINOR: http-ana: increment internal_errors counter...
2021-09-23  Christopher... MINOR: stream-int: Notify mux when the buffer is not...
2021-09-23  Christopher... BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_rec...
2021-09-23  Christopher... MINOR: htx: Add a function to know if the free space...
2021-09-23  Christopher... MINOR: htx: Add an HTX flag to know when a message...
2021-09-23  Christopher... MINOR: stream-int: Set CO_RFL transient/persistent...
2021-09-23  Christopher... BUG/MEDIUM: stream: Stop waiting for more data if SI...
2021-09-23  Christopher... BUG/MEDIUM: stream-int: Notify stream that the mux...
2021-09-23  Christopher... BUG/MEDIUM: mux-h1: Adjust conditions to ask more space...
2021-09-23  Christopher... BUG/MINOR: h1-htx: Fix a typo when request parser is...
2021-09-23  Amaury DenoyelleMINOR: quic: fix qcc subs initialization
2021-09-23  Amaury DenoyelleMEDIUM: quic: implement mux release/conn free
2021-09-23  Amaury DenoyelleMINOR: quic: define close handler
2021-09-23  Frédéric LécailleMINOR: quic: Crash upon too big packets receipt
2021-09-23  Frédéric LécailleMINOR: quic: Possible endless loop in qc_treat_rx_pkts()
2021-09-23  Frédéric LécailleMINOR: quic: RX packets memory leak
2021-09-23  Frédéric LécailleCLEANUP: quic: Remove useless inline functions
2021-09-23  Frédéric LécailleMINOR: quic: Wake up the xprt from mux
2021-09-23  Frédéric LécailleMINOR: quic: Implement qc_process_mux()
2021-09-23  Frédéric LécailleMINOR: quic: Stream FIN bit fix in qcs_push_frame()
2021-09-23  Frédéric LécailleMINOR: quic: Wake up the mux upon ACK receipt
2021-09-23  Frédéric LécailleMINOR: quic: Implement quic_conn_subscribe()
2021-09-23  Frédéric LécailleMINOR: mux_quic: Export the mux related flags
2021-09-23  Frédéric LécailleMINOR: quic: Add useful trace about pktns discarding
2021-09-23  Frédéric LécailleMINOR: quic: Initial packet number spaced not discarded
2021-09-23  Frédéric LécailleMINOR: quic: Wrong packet number space selection in...
2021-09-23  Frédéric LécailleMINOR: quic: Wrong packet loss detection due to wrong...
2021-09-23  Frédéric LécailleMINOR: quic_tls: Client/serveur state reordering
2021-09-23  Frédéric LécailleMINOR: quic: Constantness fixes for frame builders...
2021-09-23  Frédéric LécailleMINOR: quic: Wrong packet flags settings during frame...
2021-09-23  Frédéric LécailleMINOR: quic: Confusion between TX/RX for the frame...
2021-09-23  Frédéric LécailleMINOR: quic: Add a typedef for unsigned long long
2021-09-23  Frédéric LécailleMINOR: mux_quic: move qc_process() code to qc_send()
2021-09-23  Frédéric LécailleMINOR: quic: Make use of buffer structs to handle STREA...
2021-09-23  Frédéric LécailleMINOR: buf: Add b_force_xfer() function
2021-09-23  Frédéric LécailleMINOR: quic_sock: Do not flag QUIC connections as being set
2021-09-23  Frédéric LécailleMINOR: quic: Missing active_connection_id_limit default...
2021-09-23  Frédéric LécailleMINOR: quic: Attach the QUIC connection to a thread.
2021-09-23  Frédéric LécailleMINOR: quic: Make QUIC-TLS support at least two initial...
2021-09-23  Frédéric LécailleMINOR: quic: Shorten some handshakes
2021-09-23  Amaury DenoyelleMINOR: h3/mux: detect fin on last h3 frame of the stream
2021-09-23  Amaury DenoyelleMINOR: h3: send htx data
2021-09-23  Amaury DenoyelleMINOR: h3: encode htx headers to QPACK
2021-09-23  Amaury DenoyelleMINOR: qpack: encode headers functions
2021-09-23  Amaury DenoyelleMINOR: qpack: create qpack-enc module
2021-09-23  Amaury DenoyelleMINOR: mux-quic: define FIN stream flag
2021-09-23  Amaury DenoyelleMINOR: h3: define snd_buf callback and divert mux ops
2021-09-23  Amaury DenoyelleMINOR: mux-quic: send SETTINGS on uni stream
2021-09-23  Amaury DenoyelleMEDIUM: mux-quic: implement ring buffer on stream tx
2021-09-23  Amaury DenoyelleMINOR: h3: allocate stream on headers
2021-09-23  Amaury DenoyelleMINOR: h3: parse headers to htx
2021-09-23  Amaury DenoyelleMINOR: qpack: generate headers list on decoder
2021-09-23  Amaury DenoyelleMINOR: qpack: fix wrong comment
2021-09-23  Amaury DenoyelleMINOR: quic-enc: fix varint encoding
2021-09-23  Amaury DenoyelleMINOR: h3: change default settings
2021-09-23  Frédéric LécailleMINOR: quic: Prepare STREAM frames to fill QUIC packets
2021-09-23  Frédéric LécailleMINOR: quic: Wrong short packet minimum length
2021-09-23  Frédéric LécailleMINOR: quic: Wrong STREAM frame length computing
2021-09-23  Frédéric LécailleMINOR: h3: Send h3 settings asap
2021-09-23  Frédéric LécailleMINOR: quic: Prepare Application level packet asap.
2021-09-23  Frédéric LécailleMINOR: quic: Post handshake packet building improvements
2021-09-23  Frédéric LécailleMINOR: quic: Missing case when discarding HANDSHAKE...
2021-09-23  Frédéric LécailleMINOR: quic: Wrong flags handling for acks
2021-09-23  Frédéric LécailleMINOR: quic: Coalesce Application level packets with...
2021-09-23  Frédéric LécailleMINOR: quic: Missing QUIC encryption level for qc_build...
2021-09-23  Frédéric LécailleMINOR: quic: Atomically get/set the connection state
2021-09-23  Frédéric LécailleMINOR: quic: Fix handshake state debug strings
next