]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-03-14  William LallemandBUG/MEDIUM: httpclient: must manipulate head, not first
2022-03-14  William LallemandBUG/MINOR: httpclient: remove the UNUSED block when...
2022-03-14  William LallemandBUG/MINOR: httpclient: consume partly the blocks when...
2022-03-14  William LallemandCLEANUP: htx: remove unused co_htx_remove_blk()
2022-03-14  William LallemandBUG/MEDIUM: httpclient: don't consume data before it...
2022-03-11  Willy Tarreau[RELEASE] Released version 2.6-dev3 v2.6-dev3
2022-03-11  Willy TarreauBUG/MINOR: buffer: fix debugging condition in b_peek_va...
2022-03-11  Amaury DenoyelleMEDIUM: server: remove experimental-mode for dynamic...
2022-03-11  Amaury DenoyelleREGTESTS: server: test SSL/PROXY with checks for dynami...
2022-03-11  Amaury DenoyelleMEDIUM: check: do not auto configure SSL/PROXY for...
2022-03-11  Amaury DenoyelleMEDIUM: mux-quic: improve bidir STREAM frames sending
2022-03-11  Amaury DenoyelleMINOR: quic: implement sending confirmation
2022-03-11  Amaury DenoyelleMINOR: mux-quic: improve opportunistic retry sending...
2022-03-11  Amaury DenoyelleMINOR: mux-quic: prevent push frame for unidir streams
2022-03-11  Frédéric LécailleCLEANUP: quic: Comments fix for qc_prep_(app)pkts(...
2022-03-11  Frédéric LécailleBUG/MEDIUM: quic: qc_prep_app_pkts() retries on qc_buil...
2022-03-11  Frédéric LécailleMEDIUM: quic: Implement the idle timeout feature
2022-03-11  Frédéric LécailleMINOR: quic: Add a function to compute the current PTO
2022-03-11  Frédéric LécailleBUG/MINOR: quic: Missing check when setting the anti...
2022-03-11  Frédéric LécailleBUG/MINOR: quic: ACK_REQUIRED and ACK_RECEIVED flag...
2022-03-11  Frédéric LécailleMEDIUM: quic: Remove the QUIC connection reference...
2022-03-11  Frédéric LécailleMINOR: quic: Add max_idle_timeout advertisement handling
2022-03-11  Willy TarreauBUG/MINOR: session: fix theoretical risk of memleak...
2022-03-10  Willy TarreauMINOR: stream: add "last_rule_file" and "last_rule_line...
2022-03-10  Willy TarreauMINOR: rules: record the last http/tcp rule that gave...
2022-03-10  Willy TarreauDOC: sample fetch methods: move distcc_* to the right...
2022-03-09  Christopher... BUG/MAJOR: mux-pt: Always destroy the backend connectio...
2022-03-09  Tim DuesterhusCLEANUP: fcgi: Use `istadv()` in `fcgi_strm_send_params`
2022-03-09  Tim DuesterhusCLEANUP: fcgi: Replace memcpy() on ist by istcat()
2022-03-09  Tim DuesterhusMEDIUM: proxy: Store server_id_hdr_name as a `struct...
2022-03-09  Tim DuesterhusMINOR: proxy: Store orgto_hdr_name as a `struct ist`
2022-03-09  Tim DuesterhusMINOR: proxy: Store fwdfor_hdr_name as a `struct ist`
2022-03-09  Tim DuesterhusMINOR: proxy: Store monitor_uri as a `struct ist`
2022-03-08  Christopher... DEBUG: stream: Fix stream trace message to print respon...
2022-03-08  Christopher... DEBUG: stream: Add the missing descriptions for stream...
2022-03-08  Christopher... BUG/MEDIUM: mcli: Properly handle errors and timeouts...
2022-03-08  Christopher... DEBUG: cache: Update underlying buffer when loading...
2022-03-08  Christopher... BUG/MEDIUM: stream: Use the front analyzers for new...
2022-03-08  Christopher... BUG/MINOR: promex: Set conn-stream/channel EOI flags...
2022-03-08  Christopher... BUG/MINOR: cache: Set conn-stream/channel EOI flags...
2022-03-08  Christopher... BUG/MINOR: stats: Set conn-stream/channel EOI flags...
2022-03-08  Christopher... BUG/MINOR: hlua: Set conn-stream/channel EOI flags...
2022-03-08  Christopher... BUG/MINOR: httpclient: Set conn-stream/channel EOI...
2022-03-08  David CarlierBUILD: fix recent build breakage of freebsd caused...
2022-03-08  Marno KrahmerMINOR: stats: Add dark mode support for socket rows
2022-03-08  Amaury DenoyelleBUG/MEDIUM: quic: do not drop packet on duplicate strea...
2022-03-08  William LallemandBUG/MINOR: cli: shows correct mode in "show sess"
2022-03-08  William LallemandBUG/MINOR: add missing modes in proxy_mode_str()
2022-03-08  Willy TarreauMINOR: pools: add a new global option "no-memory-trimming"
2022-03-04  Frédéric LécailleBUG/MAJOR: quic: Wrong quic_max_available_room() return...
2022-03-04  Frédéric LécailleMINOR: quic: Add quic_max_int_by_size() function
2022-03-04  Frédéric LécailleCLEANUP: quic: Remove window redundant variable from...
2022-03-04  Frédéric LécailleMINOR: quic: More precise window update calculation
2022-03-04  Frédéric LécailleBUG/MINOR: quic: Confusion betwen "in_flight" and ...
2022-03-04  Frédéric LécailleCLEANUP: quic: Remove useless definitions from quic_cc_...
2022-03-04  Frédéric LécailleMINOR: quic: Persistent congestion detection outside...
2022-03-04  Frédéric LécailleMINOR: quic: Add a "slow start" callback to congestion...
2022-03-04  Frédéric LécailleCLEANUP: quic: Remove QUIC path manipulations out of...
2022-03-04  Frédéric LécailleBUG/MINOR: quic: Missing recovery start timer reset
2022-03-04  Frédéric LécailleMINOR: quic: Retry on qc_build_pkt() failures
2022-03-04  David CarlierBUILD: fix kFreeBSD build.
2022-03-04  Amaury DenoyelleMEDIUM: mux-quic: implement MAX_STREAMS emission for...
2022-03-04  Amaury DenoyelleMINOR: mux-quic: retry send opportunistically for remai...
2022-03-04  Amaury DenoyelleMEDIUM: mux-quic: use direct send transport API for...
2022-03-04  Amaury DenoyelleMINOR: mux-quic: define new unions for flow-control...
2022-03-04  Amaury DenoyelleMINOR: mux-quic: complete functions to detect stream...
2022-03-04  Amaury DenoyelleMINOR: mux-quic: refactor transport parameters init
2022-03-04  Frédéric LécailleMINOR: quic: Export qc_send_app_pkts()
2022-03-04  Frédéric LécailleMINOR: quic: Make qc_build_frms() build ack-eliciting...
2022-03-04  Frédéric LécailleMINOR: quic: Send short packet from a frame list
2022-03-04  Frédéric LécailleMINOR: quic: qc_prep_app_pkts() implementation
2022-03-04  Amaury DenoyelleCLEANUP: quic: complete ABORT_NOW with a TODO comment
2022-03-04  Willy TarreauCI: coverity: simplify debugging options
2022-03-04  Willy TarreauCLEANUP: tree-wide: remove a few rare non-ASCII chars
2022-03-03  Willy TarreauBUG/MEDIUM: pools: fix ha_free() on area in the process...
2022-03-03  Amaury DenoyelleBUG/MINOR: quic: fix segfault on CC if mux uninitialized
2022-03-03  Willy TarreauDEV: udp: add an optional argument to set the prng...
2022-03-03  Willy TarreauDEV: udp: implement pseudo-random reordering/loss
2022-03-03  Willy TarreauDEV: udp: add a tiny UDP proxy for testing
2022-03-02  Willy TarreauBUG/MINOR: pool: always align pool_heads to 64 bytes
2022-03-02  William LallemandBUG/MEDIUM: httpclient/lua: infinite appctx loop with...
2022-03-02  Willy TarreauDEBUG: reduce the footprint of BUG_ON() calls
2022-03-02  Willy TarreauBUILD: tcpcheck: do not declare tcp_check_keywords_regi...
2022-03-02  Willy TarreauBUILD: trace: do not declare trace_registre_source...
2022-03-02  Willy TarreauBUILD: http_rules: do not declare http_*_keywords_regis...
2022-03-02  Willy TarreauBUILD: connection: do not declare register_mux_proto...
2022-03-02  Willy TarreauBUILD: conn_stream: avoid null-deref warnings on gcc 6
2022-03-01  Frédéric LécailleMINOR: quic: Assemble QUIC TLS flags at the same level
2022-03-01  Frédéric LécailleCLEANUP: quic: Indentation fix in qc_prep_pkts()
2022-03-01  Frédéric LécailleCLEANUP: quic: Useless tests in qc_try_rm_hp()
2022-03-01  Frédéric LécailleMINOR: quic: Drop the packets of discarded packet numbe...
2022-03-01  Frédéric LécailleMINOR: quic: Post handshake I/O callback switching
2022-03-01  Frédéric LécailleMINOR: quic: Ensure PTO timer is not set in the past
2022-03-01  Julien ThomasBUILD: ssl: another build warning on LIBRESSL_VERSION_N...
2022-03-01  Christopher... CLEANUP: stream: Remove useless tests on conn-stream...
2022-03-01  Christopher... REGTESTS: fix the race conditions in secure_memcmp.vtc
2022-03-01  Amaury DenoyelleMEDIUM: quic: rearchitecture Rx path for bidirectional...
2022-03-01  Amaury DenoyelleBUG/MINOR: quic: support FIN on Rx-buffered STREAM...
2022-03-01  Amaury DenoyelleMINOR: mux-quic: define flag for last received frame
2022-03-01  Amaury DenoyelleMINOR: quic: handle partially received buffered stream...
next