]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-12-28  Willy TarreauMINOR: debug: add ability to dump loaded shared libraries
2021-12-28  Willy TarreauMINOR: compat: detect support for dl_iterate_phdr()
2021-12-28  Miroslav ZagoracBUILD: opentracing: display warning in case of using...
2021-12-25  Ilya ShipitsinCI: Github Actions: do not show VTest failures if build...
2021-12-24  Willy TarreauBUG/MEDIUM: peers: properly skip conn_cur from incoming...
2021-12-24  Willy TarreauBUG/MEDIUM: backend: fix possible sockaddr leak on...
2021-12-23  Amaury DenoyelleBUG/MINOR: quic: fix potential use of uninit pointer
2021-12-23  Amaury DenoyelleBUG/MINOR: quic: fix potential null dereference
2021-12-23  Amaury DenoyelleMEDIUM: quic: implement refcount for quic_conn
2021-12-23  Amaury DenoyelleMINOR: quic: delete timer task on quic_close()
2021-12-23  Amaury DenoyelleMINOR: quic: replace usage of ssl_sock_ctx by quic_conn
2021-12-23  Amaury DenoyelleMINOR: quic: remove unnecessary if in qc_pkt_may_rm_hp()
2021-12-23  Amaury DenoyelleMINOR: quic: store ssl_sock_ctx reference into quic_conn
2021-12-23  Amaury DenoyelleMINOR: quic: remove unnecessary call to free_quic_conn_...
2021-12-23  Amaury DenoyelleBUG/MINOR: quic: upgrade rdlock to wrlock for ODCID...
2021-12-23  Amaury DenoyelleREORG: quic: remove qc_ prefix on functions which not...
2021-12-23  Frédéric LécailleMINOR: quic: Add CONNECTION_CLOSE phrase to trace
2021-12-23  Frédéric LécailleMINOR: quic: Add traces for RX frames (flow control...
2021-12-23  Willy TarreauDEBUG: ssl: make sure we never change a servername...
2021-12-23  Willy TarreauMINOR: pools: work around possibly slow malloc_trim...
2021-12-22  Frédéric LécailleMINOR: quic: Drop asap Retry or Version Negotiation...
2021-12-22  Frédéric LécailleMINOR: quic: xprt traces fixes
2021-12-22  Frédéric LécailleMINOR: quic: Handle the cases of overlapping STREAM...
2021-12-22  Frédéric LécailleMINOR: quic: Wrong dropped packet skipping
2021-12-22  Frédéric LécailleMINOR: quic: unchecked qc_retrieve_conn_from_cid()...
2021-12-21  Frédéric LécailleMINOR: quic: Add stream IDs to qcs_push_frame() traces
2021-12-21  Amaury DenoyelleMINOR: quic: add quic_conn instance in traces for qc_ne...
2021-12-21  Amaury DenoyelleMINOR: quic: use quic_conn as argument to traces
2021-12-21  Amaury DenoyelleMINOR: trace: add quic_conn argument definition
2021-12-21  Amaury DenoyelleMINOR: quic: add const qualifier for traces function
2021-12-21  Amaury DenoyelleMINOR: quic: add reference to quic_conn in ssl context
2021-12-21  Amaury DenoyelleREORG: quic: move mux function outside of xprt
2021-12-21  Amaury DenoyelleCLEANUP: quic: rename quic_conn instances to qc
2021-12-21  Thierry FournierDOC: fix misspelled keyword "resolve_retries" in resolvers
2021-12-20  Frédéric LécailleMINOR: quic: Wrong packet refcount handling in qc_pkt_i...
2021-12-20  Frédéric LécailleMINOR: quic: Do not forget STREAM frames received in...
2021-12-20  Frédéric LécailleMINOR: quic: Do not expect to receive only one O-RTT...
2021-12-20  Frédéric LécailleMINOR: quic: Stop emptying the RX buffer asap.
2021-12-20  Frédéric LécailleMINOR: quic: Add a function to list remaining RX packet...
2021-12-20  Frédéric LécailleMINOR: quic: Increase the RX buffer for each connection
2021-12-20  Remi Tricot... MINOR: ssl: Remove empty lines from "show ssl ocsp...
2021-12-20  Remi Tricot... REGTESTS: vars: Remove useless ssl tunes from condition...
2021-12-17  Amaury DenoyelleMINOR: quic: simplify the removal from ODCID tree
2021-12-17  Amaury DenoyelleMINOR: quic: refactor DCID lookup
2021-12-17  Amaury DenoyelleMINOR: quic: compare coalesced packets by DCID
2021-12-17  Amaury DenoyelleMINOR: quic: refactor concat DCID with address for...
2021-12-17  Amaury DenoyelleMINOR: quic: rename constant for haproxy CIDs length
2021-12-17  Amaury DenoyelleMINOR: quic: add missing lock on cid tree
2021-12-17  Amaury DenoyelleCLEANUP: quic: rename quic_conn conn to qc in quic_conn...
2021-12-17  Amaury DenoyelleCLEANUP: quic: fix spelling mistake in a trace
2021-12-17  Amaury DenoyelleMINOR: mux-quic: fix trace on stream creation
2021-12-17  Frédéric LécailleCLEANUP: quic: Shorten a litte bit the traces in lstnr_...
2021-12-17  Frédéric LécailleMINOR: quic: Do not mix packet number space and connect...
2021-12-17  Frédéric LécailleMINOR: hq_interop: Stop BUG_ON() truncated streams
2021-12-17  Frédéric LécailleCLEANUP: quic: Comment fix for qc_strm_cpy()
2021-12-17  Frédéric LécailleMINOR: qpack: Missing check for truncated QPACK fields
2021-12-17  Frédéric LécailleMINOR: quic: Make xprt support 0-RTT.
2021-12-17  Frédéric LécailleMINOR: ssl_sock: Set the QUIC application from ssl_sock...
2021-12-17  Frédéric LécailleMINOR: quic: Add quic_set_app_ops() function
2021-12-17  Frédéric LécailleMINOR: quic: No TX secret at EARLY_DATA encryption...
2021-12-17  Frédéric LécailleMINOR: quic: Enable TLS 0-RTT if needed
2021-12-17  Frédéric LécailleCLEANUP: quic: Remove cdata_len from quic_tx_packet...
2021-12-17  Frédéric LécailleMINOR: quic: Add traces for STOP_SENDING frame and...
2021-12-17  Frédéric LécailleCLEANUP: quic_frame: Remove a useless suffix to STOP_SE...
2021-12-17  Frédéric LécailleMINOR: quic: Attach timer task to thread for the connec...
2021-12-16  Remi Tricot... REGTESTS: vars: Add new test for conditional set-var
2021-12-16  Remi Tricot... DOC: vars: Add documentation about the set-var conditions
2021-12-16  Remi Tricot... MEDIUM: vars: Enable optional conditions to set-var...
2021-12-16  Remi Tricot... MINOR: vars: Parse optional conditions passed to the...
2021-12-16  Remi Tricot... MINOR: vars: Parse optional conditions passed to the...
2021-12-16  Remi Tricot... MINOR: vars: Delay variable content freeing in var_set...
2021-12-16  Remi Tricot... MINOR: vars: Set variable type to ANY upon creation
2021-12-16  Remi Tricot... MINOR: vars: Move UPDATEONLY flag test to vars_set_ifexist
2021-12-15  Daniel JakotsBUILD: ssl: unbreak the build with newer libressl
2021-12-15  David CARLIERMEDIUM: cfgparse: numa detect topology on FreeBSD.
2021-12-15  Amaury DenoyelleCLEANUP: cfgparse: modify preprocessor guards around...
2021-12-14  William LallemandMINOR: cli: "show version" displays the current process...
2021-12-10  Ilya ShipitsinREGTESTS: ssl: use X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT...
2021-12-10  Amaury DenoyelleMINOR: hq-interop: refix tx buffering
2021-12-10  William LallemandBUG/MEDIUM: mworker/cli: crash when trying to access...
2021-12-09  Lukas TribusDOC: config: fix error-log-format example
2021-12-09  Lukas TribusDOC: config: retry-on list is space-delimited
2021-12-08  Amaury DenoyelleMINOR: h3: fix possible invalid dereference on htx...
2021-12-08  Frédéric LécailleMINOR: quic: Compilation fix for quic_rx_packet_refinc()
2021-12-08  Amaury DenoyelleBUG/MINOR: mux-quic: properly initialize flow control
2021-12-08  Amaury DenoyelleMINOR: quic: notify the mux on CONNECTION_CLOSE
2021-12-08  Amaury DenoyelleMINOR: mux-quic: do not release qcs if there is remaini...
2021-12-07  Christopher... BUG/MINOR: cli/server: Don't crash when a server is...
2021-12-07  Christopher... MINOR: http-rules: Add capture action to http-after...
2021-12-07  Amaury DenoyelleBUILD: mux-quic: fix compilation with DEBUG_MEM_STATS
2021-12-07  Amaury DenoyelleMINOR: quic: add HTX EOM on request end
2021-12-07  Amaury DenoyelleMINOR: mux-quic: remove uneeded code to check fin on TX
2021-12-07  Amaury DenoyelleMINOR: hq-interop: fix tx buffering
2021-12-07  Frédéric LécailleMINOR: quic: Remove QUIC TX packet length evaluation...
2021-12-07  Frédéric LécailleMINOR: quic: Delete remaining RX handshake packets
2021-12-07  Frédéric LécailleMINOR: quic: QUIC encryption level RX packets race...
2021-12-07  Frédéric LécailleMINOR: quic: Race issue when consuming RX packets buffer
2021-12-07  Frédéric LécailleMINOR: quic: RX buffer full due to wrong CRYPTO data...
2021-12-07  Amaury DenoyelleMEDIUM: mux-quic: handle when sending buffer is full
2021-12-07  Amaury DenoyelleMEDIUM: mux-quic: wake up xprt on data transferred
next