]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-06-03  Christopher... BUG/MINOR: ssl_ckch: Dump CA transaction only once...
2022-06-03  Christopher... BUG/MINOR: ssl_ckch: Dump CRL transaction only once...
2022-06-03  Christopher... BUG/MINOR: ssl_ckch: Use right type for old entry in...
2022-06-03  Christopher... MINOR: ssl_ckch: Simplify I/O handler to commit changes...
2022-06-03  Christopher... CLEANUP: ssl_ckch: Use corresponding enum for commit_ca...
2022-06-02  Christopher... REGTESTS: http_request_buffer: Increase client timeout...
2022-06-02  Christopher... REGTESTS: abortonclose: Add a barrier to not mix up...
2022-06-02  Tim DuesterhusCLEANUP: Re-apply xalloc_size.cocci (2)
2022-06-02  Christopher... MEDIUM: http-ana: Always report rewrite failures as...
2022-06-01  Christopher... MEDIUM: httpclient: Don't close CLI applet at the end...
2022-06-01  Christopher... BUG/MEDIUM: httpclient: Rework CLI I/O handler to handl...
2022-06-01  Christopher... BUG/MEDIUM: httpclient: Don't remove HTX header blocks...
2022-06-01  Christopher... BUG/MEDIUM: ssl/crt-list: Rework 'add ssl crt-list...
2022-06-01  Christopher... BUG/MEDIUM: ssl_ckch: Rework 'commit ssl ca-file' to...
2022-06-01  Christopher... BUG/MEDIUM: ssl_ckch: Rework 'commit ssl cert' to handl...
2022-06-01  Christopher... BUG/MINOR: ssl_ckch: Don't duplicate path when replacin...
2022-06-01  Christopher... BUG/MINOR: ssl_ckch: Don't duplicate path when replacin...
2022-06-01  Christopher... BUG/MEDIUM: ssl_ckch: Don't delete CA/CRL entry if...
2022-06-01  Christopher... BUG/MEDIUM: ssl_ckch: Don't delete a cert entry if...
2022-06-01  Christopher... BUG/MINOR: ssl_ckch: Free error msg if commit changes...
2022-06-01  Christopher... BUG/MINOR: ssl_ckch: Free error msg if commit changes...
2022-05-31  Willy Tarreau[RELEASE] Released version 2.7-dev0 v2.7-dev0
2022-05-31  Willy TarreauMINOR: version: it's development again
2022-05-31  Willy Tarreau[RELEASE] Released version 2.6.0 v2.6.0
2022-05-31  Willy TarreauMINOR: version: mention that it's LTS now.
2022-05-31  Willy TarreauDOC: intro: adjust the numbering of paragrams to keep...
2022-05-31  Amaury DenoyelleBUG/MINOR: qpack: do not consider empty enc/dec stream...
2022-05-31  Amaury DenoyelleCLEANUP: quic: remove useless check on local UNI stream...
2022-05-31  Frédéric LécailleBUG/MINOR: quic: Fix QUIC_EV_CONN_PRSAFRM event traces
2022-05-31  Amaury DenoyelleBUG/MEDIUM: h3: fix H3_EXCESSIVE_LOAD when receiving...
2022-05-31  Amaury DenoyelleBUG/MINOR: h3: fix frame demuxing
2022-05-31  Amaury DenoyelleMINOR: ncbuf: adjust ncb_data with NCBUF_NULL
2022-05-31  Willy TarreauDOC: install: update supported OpenSSL versions in...
2022-05-31  Emeric BrunDOC: gpc/gpt: add commments of gpc/gpt array definition...
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()
next