haproxy-3.0.git
2022-05-31 Emeric BrunDOC: peers: fix port number and addresses on new peers...
2022-05-31 Emeric BrunDOC: peers: clarify when entry expiration date is renewed.
2022-05-31 Willy TarreauDOC: peers: indicate that some server settings are...
2022-05-31 Willy TarreauBUG/MINOR: peers: detect and warn on init_addr/resolver...
2022-05-31 Willy TarreauMINOR: server: indicate when no address was expected...
2022-05-31 Willy TarreauBUG/MINOR: peers: set the proxy's name to the peers...
2022-05-31 Willy TarreauCLEANUP: peers/cli: make peers_dump_peer() take an...
2022-05-31 Willy TarreauCLEANUP: peers/cli: stop misusing the appctx local...
2022-05-31 Willy TarreauBUG/MEDIUM: peers/cli: fix "show peers" crash
2022-05-31 Willy TarreauDOC: fix a few spelling mistakes in the docs
2022-05-30 Willy TarreauBUILD: makefile: reorder objects by build time
2022-05-30 Willy TarreauEXAMPLES: remove completely outdated acl-content-sw.cfg
2022-05-30 Amaury DenoyelleMINOR: h3: add traces on h3s init/end
2022-05-30 Amaury DenoyelleMINOR: h3: add traces on frame send
2022-05-30 Amaury DenoyelleMINOR: h3: add traces on frame recv
2022-05-30 Amaury DenoyelleMINOR: h3: define h3 trace module
2022-05-30 Amaury DenoyelleDOC: add maintainers for QUIC and HTTP/3
2022-05-30 Willy TarreauDOC: remove the outdated ROADMAP file
2022-05-30 Willy TarreauDOC: internal: remove totally outdated diagrams
2022-05-30 Willy TarreauBUILD: quic: use inttypes.h instead of stdint.h
2022-05-30 Willy TarreauBUILD: htx: use the unchecked version of htx_get_head_b...
2022-05-30 Willy TarreauMINOR: htx: add an unchecked version of htx_get_head_blk()
2022-05-30 Willy TarreauSCRIPTS: make publish-release try to launch make-releas...
2022-05-30 Willy TarreauSCRIPTS: add make-releases-json to recreate a releases...
2022-05-30 Amaury DenoyelleBUG/MINOR: h3: do not report bug on unknown method
2022-05-30 Amaury DenoyelleBUG/MINOR: qpack: support bigger prefix-integer encoding
2022-05-30 Amaury DenoyelleBUG/MINOR: qpack: fix buffer API usage on prefix intege...
2022-05-30 Frédéric LécailleMINOR: quic: Do not drop packets with RESET_STREAM...
2022-05-30 Frédéric LécailleMINOR: quic: Send STOP_SENDING frames if mux is released
2022-05-30 Frédéric LécailleMINOR: h3: Add a statistics module for h3
2022-05-30 Frédéric LécailleMINOR: quic: Connection TX buffer setting renaming.
2022-05-30 Frédéric LécailleDOC: quic: Documentation update for QUIC
2022-05-30 Frédéric LécailleMINOR: quic_stats: Add transport new counters (lost...
2022-05-30 Frédéric LécailleBUG/MINOR: quic: Largest RX packet numbers mixing
2022-05-30 Frédéric LécailleMINOIR: quic_stats: add QUIC connection errors counters
2022-05-30 Frédéric LécailleMINOR: quic: Clarifications about transport parameters...
2022-05-30 Frédéric LécailleMINOR: quic: Tunable "initial_max_streams_bidi" transpo...
2022-05-30 Frédéric LécailleMINOR: quic: Tunable "max_idle_timeout" transport parameter
2022-05-30 Frédéric LécailleDOC: quic: Update documentation for QUIC Retry
2022-05-30 Frédéric LécailleMINOR: quic: Transport parameters dump
2022-05-30 Frédéric LécailleMINOR: quic: QUIC transport parameters split.
2022-05-30 Frédéric LécailleCLEANUP: quic: No more used handshake output buffer
2022-05-30 Frédéric LécailleCLEANUP: quic: Useless QUIC_CONN_TX_BUF_SZ definition
2022-05-30 Frédéric LécailleMINOR: quic: Ignore out of packet padding.
2022-05-30 Christopher... CLEANUP: muxes: Consider stream's sd as defined in...
2022-05-30 Christopher... CLEANUP: tcpcheck: Remove useless test on the stream...
2022-05-28 Tim DuesterhusDOC: Fix formatting in configuration.txt to fix dconv
2022-05-27 Willy Tarreau[RELEASE] Released version 2.6-dev12 v2.6-dev12
2022-05-27 Willy TarreauDOC: internal: add a description of the stream connecto...
2022-05-27 Willy TarreauDEV: flags: reorder a few SC/SE flags
2022-05-27 Willy TarreauDEV: flags: rename the "endp" shortcut to "sd" for...
2022-05-27 Willy TarreauDEV: flags: fix "siet" shortcut name
2022-05-27 Willy TarreauCLEANUP: stconn: remove the new unneeded SE_FL_APP_MASK
2022-05-27 Willy TarreauCLEANUP: stream: remove unneeded test on appctx during...
2022-05-27 Willy TarreauMINOR: stconn: turn SE_FL_WILL_CONSUME to SE_FL_WONT_CO...
2022-05-27 Willy TarreauCLEANUP: stconn: rename a few "endp" arguments and...
2022-05-27 Willy TarreauCLEANUP: mux-pt: rename the "endp" field to "sd"
2022-05-27 Willy TarreauCLEANUP: mux-fcgi: rename the "endp" field to "sd"
2022-05-27 Willy TarreauCLEANUP: mux-h2: rename the "endp" field to "sd"
2022-05-27 Willy TarreauCLEANUP: mux-h1: rename the "endp" field to "sd"
2022-05-27 Willy TarreauCLEANUP: mux-quic: rename the "endp" field to "sd"
2022-05-27 Willy TarreauDOC: internal: update the muxes doc to mention the...
2022-05-27 Willy TarreauCLEANUP: stconn: replace a few remaining occurrences...
2022-05-27 Willy TarreauCLEANUP: obj_type: rename OBJ_TYPE_CS to OBJ_TYPE_SC
2022-05-27 Willy TarreauCLEANUP: stream: rename stream_upgrade_from_cs() to...
2022-05-27 Willy TarreauCLEANUP: applet: rename appctx_cs() to appctx_sc()
2022-05-27 Willy TarreauCLEANUP: sslsock: remove only occurrence of local varia...
2022-05-27 Willy TarreauCLEANUP: sink: rename all occurrences of stconn "cs...
2022-05-27 Willy TarreauCLEANUP: peers: rename all occurrences of stconn "cs...
2022-05-27 Willy TarreauCLEANUP: mux-pt: rename all occurrences of stconn ...
2022-05-27 Willy TarreauCLEANUP: mux-h2: rename all occurrences of stconn ...
2022-05-27 Willy TarreauCLEANUP: mux-h1: rename all occurrences of stconn ...
2022-05-27 Willy TarreauCLEANUP: mux-fcgi: rename all occurrences of stconn...
2022-05-27 Willy TarreauCLEANUP: http-client: rename all occurrences of stconn...
2022-05-27 Willy TarreauCLEANUP: log-forward: rename all occurrences of stconn...
2022-05-27 Willy TarreauCLEANUP: hlua: rename all occurrences of stconn "cs...
2022-05-27 Willy TarreauCLEANUP: spoe: rename all occurrences of stconn "cs...
2022-05-27 Willy TarreauCLEANUP: dns: rename all occurrences of stconn "cs...
2022-05-27 Willy TarreauCLEANUP: cache: rename all occurrences of stconn "cs...
2022-05-27 Willy TarreauCLEANUP: applet: rename all occurrences of stconn ...
2022-05-27 Willy TarreauCLEANUP: cli: rename all occurrences of stconn "cs...
2022-05-27 Willy TarreauCLEANUP: stats: rename all occurrences of stconn "cs...
2022-05-27 Willy TarreauCLEANUP: promex: rename all occurrences of stconn ...
2022-05-27 Willy TarreauCLEANUP: stream: rename all occurrences of stconn ...
2022-05-27 Willy TarreauCLEANUP: quic/h3: rename all occurrences of stconn...
2022-05-27 Willy TarreauCLEANUP: stconn: rename all occurrences of stconn ...
2022-05-27 Willy TarreauCLEANUP: connection: rename all occurrences of stconn...
2022-05-27 Willy TarreauCLEANUP: check: rename all occurrences of stconn "cs...
2022-05-27 Willy TarreauDEV: flags: use "sc" for stream conns instead of "cs"
2022-05-27 Willy TarreauCLEANUP: muxes: rename "get_first_cs" to "get_first_sc"
2022-05-27 Willy TarreauREORG: stconn: rename conn_stream.{c,h} to stconn....
2022-05-27 Willy TarreauREORG: rename cs_utils.h to sc_strm.h
2022-05-27 Willy TarreauCLEANUP: quic: drop the name "conn_stream" from the...
2022-05-27 Willy TarreauCLEANUP: stconn: rename final state manipulation functi...
2022-05-27 Willy TarreauCLEANUP: stconn: rename cs_{shut,chk}* to sc_*
2022-05-27 Willy TarreauCLEANUP: stconn: rename cs{,_get}_{src,dst} to sc_*
2022-05-27 Willy TarreauCLEANUP: stconn: rename remaining management functions...
2022-05-27 Willy TarreauCLEANUP: stconn: rename cs_{new,create,free,destroy...
2022-05-27 Willy TarreauCLEANUP: stconn: rename cs_cant_get() to se_need_more_d...
2022-05-27 Willy TarreauCLEANUP: stconn: rename cs_{want,stop}_get() to se_...
next