haproxy-3.0.git
2023-10-17 Christopher... MEDIUM: stconn/channel: Move pipes used for the splicin...
2023-10-17 Christopher... BUG/MEDIUM: mux-h2: Don't report an error on shutr...
2023-10-17 Christopher... BUG/MINOR: htpp-ana/stats: Specify that HTX redirect...
2023-10-17 Christopher... BUG/MEDIUM: mux-h1: do not forget TLR/EOT even when...
2023-10-17 Christopher... CLEANUP: hlua: Remove dead-code on error path in hlua_s...
2023-10-17 Willy TarreauBUG/MEDIUM: quic_conn: let the scheduler kill the task...
2023-10-17 Willy TarreauDEBUG: pool: store the memprof bin on alloc() and updat...
2023-10-17 Willy TarreauBUG/MINOR: mux-h2: make up other blocked streams upon...
2023-10-17 Vladimir VdovinMINOR: support for http-response set-timeout
2023-10-13 Christopher... BUG/MINOR: mux-h1: Send a 400-bad-request on shutdown...
2023-10-13 Christopher... BUG/MEDIUM: applet: Report a send activity everytime...
2023-10-13 Christopher... BUG/MEDIUM: stconn: Report a send activity everytime...
2023-10-13 Aurelien DARRAGONMINOR: server: introduce "log-bufsize" kw
2023-10-13 Aurelien DARRAGONREGTEST: add a test for log-backend used as a log target
2023-10-13 Aurelien DARRAGONMEDIUM: log/balance: support for the "hash" lb algorithm
2023-10-13 Aurelien DARRAGONMINOR: sample: add sample_process_cnv() function
2023-10-13 Aurelien DARRAGONMINOR: lbprm: compute the hash avalanche in gen_hash()
2023-10-13 Aurelien DARRAGONMINOR: lbprm: support for the "none" hash-type function
2023-10-13 Aurelien DARRAGONMINOR: log/balance: support for the "random" lb algorithm
2023-10-13 Aurelien DARRAGONMINOR: log/balance: support for the "sticky" lb algorithm
2023-10-13 Aurelien DARRAGONMAJOR: log: introduce log backends
2023-10-13 Aurelien DARRAGONMINOR: sink: add sink_new_from_srv() function
2023-10-13 Aurelien DARRAGONMEDIUM: sink: inherit from caller fmt in ring_write...
2023-10-13 Aurelien DARRAGONMEDIUM: log/sink: simplify log header handling
2023-10-13 Aurelien DARRAGONMINOR: log: remove the logger dependency in do_send_log()
2023-10-13 Aurelien DARRAGONMINOR: log: support explicit log target as argument...
2023-10-13 Aurelien DARRAGONMEDIUM: sink/log: stop relying on AF_UNSPEC for rings
2023-10-13 Aurelien DARRAGONDOC: config: log <address> becomes log <target> in...
2023-10-13 Aurelien DARRAGONMEDIUM: log: introduce log target
2023-10-13 Aurelien DARRAGONMEDIUM: tree-wide: logsrv struct becomes logger
2023-10-13 Amaury DenoyelleBUG/MEDIUM: quic-conn: free unsent frames on retransmit...
2023-10-13 Amaury DenoyelleBUG/MINOR: mux-quic: fix free on qcs-new fail alloc
2023-10-13 Amaury DenoyelleBUG/MINOR: quic: fix free on quic-conn fail alloc
2023-10-13 Amaury DenoyelleBUG/MINOR: quic: fix qc.cids access on quic-conn fail...
2023-10-12 Willy TarreauBUG/MAJOR: connection: make sure to always remove a...
2023-10-12 Willy TarreauCLEANUP: connection: drop an uneeded leftover cast
2023-10-11 Amaury DenoyelleBUG/MINOR: h3: strengthen host/authority header parsing
2023-10-11 Amaury DenoyelleBUG/MINOR: mux-quic: support initial 0 max-stream-data
2023-10-11 Amaury DenoyelleBUG/MEDIUM: mux-quic: fix RESET_STREAM on send-only...
2023-10-11 Amaury DenoyelleBUG/MINOR: quic: reject packet with no frame
2023-10-11 Amaury DenoyelleREORG: quic: cleanup traces definition
2023-10-11 Frédéric LécailleBUG/MINOR: quic: Avoid crashing with unsupported crypto...
2023-10-11 William LallemandCI: github: add awslc 1.16.0 to the push CI
2023-10-11 William LallemandCI: github: update wolfssl to git revision d83f2fa
2023-10-11 William LallemandCI: github: add a wolfssl entry to the CI
2023-10-10 William LallemandCI: ssl: add git id support for wolfssl download
2023-10-09 William LallemandCI: ssl: add wolfssl to build-ssl.sh
2023-10-09 William LallemandREGTESTS: wolfssl: temporarly disable some failing...
2023-10-09 William LallemandREGTESTS: ssl: disable ssl_dh.vtc for WolfSSL
2023-10-09 William LallemandREGTESTS: ssl: update common.pem with the new pki
2023-10-09 William LallemandREGTESTS: pki: add a pki for SSL tests
2023-10-09 William LallemandBUILD: ssl: enable keylog for WolfSSL
2023-10-09 William LallemandCLEANUP: ssl: remove compat functions for openssl ...
2023-10-09 William LallemandBUILD: ssl: enable keylog for awslc
2023-10-09 William LallemandBUILD: ssl: add 'secure_memcmp' converter for WolfSSL...
2023-10-09 William LallemandBUILD: ssl: add 'ssl_c_r_dn' fetch for WolfSSL
2023-10-09 William LallemandBUILD: ssl: enable 'ciphersuites' for WolfSSL
2023-10-09 William LallemandMINOR: ssl: add an explicit error when 'ciphersuites...
2023-10-06 Willy Tarreau[RELEASE] Released version 2.9-dev7 v2.9-dev7
2023-10-06 Willy TarreauBUG/MEDIUM: actions: always apply a longest match on...
2023-10-06 Christopher... BUG/MEDIUM: stconn: Fix comparison sign in sc_need_room()
2023-10-06 Aurelien DARRAGONMINOR: sink: function to add new sink servers
2023-10-06 Aurelien DARRAGONMINOR: sink: refine forward_px usage
2023-10-06 Aurelien DARRAGONMINOR: sink: don't rely on forward_px to init sink...
2023-10-06 Aurelien DARRAGONMINOR: sink: don't rely on p->parent in sink appctx
2023-10-06 Aurelien DARRAGONMINOR: sink: remove useless check after sink creation
2023-10-06 Aurelien DARRAGONMINOR: sink/log: fix some typos around postparsing...
2023-10-06 Aurelien DARRAGONDOC: config: unify "log" directive doc
2023-10-06 Aurelien DARRAGONMINOR: cfgparse-listen: warn when use-server rules...
2023-10-06 Aurelien DARRAGONMINOR: proxy: report a warning for max_ka_queue in...
2023-10-06 Aurelien DARRAGONMINOR: cfgparse-listen: "http-reuse" requires TCP or...
2023-10-06 Aurelien DARRAGONMINOR: proxy: dynamic-cookie CLIs require TCP or HTTP...
2023-10-06 Aurelien DARRAGONMINOR: cfgparse-listen: "dynamic-cookie-key" requires...
2023-10-06 Aurelien DARRAGONMINOR: cfgparse-listen: "http-send-name-header" require...
2023-10-06 Aurelien DARRAGONMINOR: fcgi-app: "use-fcgi-app" requires TCP or HTTP...
2023-10-06 Aurelien DARRAGONMINOR: http_htx/errors: prevent the use of some keyword...
2023-10-06 Aurelien DARRAGONMINOR: flt_http_comp: "compression" requires TCP or...
2023-10-06 Aurelien DARRAGONMINOR: backend/balance: "balance" requires TCP or HTTP...
2023-10-06 Aurelien DARRAGONMINOR: filter: "filter" requires TCP or HTTP mode
2023-10-06 Aurelien DARRAGONMINOR: stktable: "stick" requires TCP or HTTP mode
2023-10-06 Aurelien DARRAGONMINOR: tcp_rules: tcp-{request,response} requires TCP...
2023-10-06 Willy TarreauMINOR: haproxy: permit to register features during...
2023-10-05 Remi Tricot... MEDIUM: cache: Add "Origin" header to secondary cache key
2023-10-04 Amaury DenoyelleBUG/MINOR: hq-interop: simplify parser requirement
2023-10-04 William LallemandCI: github: add USE_QUIC=1 to aws-lc build
2023-10-04 William LallemandBUILD: quic: allow USE_QUIC to work with AWSLC
2023-10-04 Christopher... MINOR: h1-htx: Declare successful tunnel establishment...
2023-10-04 Christopher... BUG/MINOR: h1-htx: Keep flags about C-L/T-E during...
2023-10-04 Christopher... BUG/MEDIUM: mux-h1; Ignore headers modifications about...
2023-10-04 Christopher... BUG/MEDIUM: mux-h1: Add C-L header in outgoing message...
2023-10-04 Christopher... MINOR: mux-h1: Rely on H1S_F_HAVE_CHNK to add T-E in...
2023-10-04 Christopher... MINOR: mux-h1: Add flags if outgoing msg contains a...
2023-10-04 Christopher... REGTESTS: filters: Don't set C-L header in the successf...
2023-10-04 Christopher... BUG/MEDIUM: h1: Ignore C-L value in the H1 parser if...
2023-10-04 Christopher... BUG/MINOR: mux-h1: Ignore C-L when sending H1 messages...
2023-10-04 Christopher... BUG/MINOR: mux-h1: Handle read0 in rcv_pipe() only...
2023-10-04 Christopher... DEBUG: mux-h1: Fix event label from trace messages...
2023-10-04 Christopher... BUG/MEDIUM: hlua: Initialize appctx used by a lua socke...
2023-10-04 Christopher... MINOR: hlua: Test the hlua struct first when the lua...
2023-10-04 Christopher... MINOR: hlua: Save the lua socket's server in its context
next