haproxy-3.0.git
2023-02-03 Amaury DenoyelleMINOR: quic: remove fin from quic_stream frame type
2023-02-03 Amaury DenoyelleBUILD: makefile: fix PCRE overriding specific lib path
2023-02-02 Aurelien DARRAGONBUG/MINOR: stats: use proper buffer size for http dump
2023-02-02 Aurelien DARRAGONBUG/MEDIUM: thread: consider secondary threads as idle...
2023-01-31 Amaury DenoyelleBUG/MINOR: h3: fix crash due to h3 traces
2023-01-31 Amaury DenoyelleBUG/MINOR: h3: fix crash due to h3 traces
2023-01-31 William LallemandBUG/MEDIUM: ssl: wrong eviction from the session cache...
2023-01-30 Amaury DenoyelleMINOR: h3: add missing traces on closure
2023-01-30 Amaury DenoyelleBUG/MINOR: h3: reject RESET_STREAM received for control...
2023-01-30 Amaury DenoyelleBUG/MEDIUM: h3: handle STOP_SENDING on control stream
2023-01-30 Amaury DenoyelleMINOR: mux-quic/h3: define stream close callback
2023-01-30 Amaury DenoyelleOPTIM: h3: skip buf realign if no trailer to encode
2023-01-30 Amaury DenoyelleBUG/MEDIUM: h3: do not crash if no buf space for trailers
2023-01-30 Aurelien DARRAGONBUG/MINOR: http_ext/7239: ipv6 dumping relies on out...
2023-01-30 Christopher... BUG/MINOR: mux-h2: Fix possible null pointer deref...
2023-01-27 Aurelien DARRAGONDOC: config: 'http-send-name-header' option may be...
2023-01-27 Aurelien DARRAGONBUG/MINOR: fcgi-app: prevent 'use-fcgi-app' in default...
2023-01-27 Aurelien DARRAGONDOC: config: fix option spop-check proxy compatibility
2023-01-27 Aurelien DARRAGONMINOR: cfgparse/http_ext: move post-parsing http_ext...
2023-01-27 Aurelien DARRAGONMEDIUM: proxy/http_ext: implement dynamic http_ext
2023-01-27 Aurelien DARRAGONMINOR: http_ext/7239: warn the user when fetch is not...
2023-01-27 Aurelien DARRAGONOPTIM: http_ext/7239: introduce c_mode to save some...
2023-01-27 Aurelien DARRAGONREGTEST: add RFC7239 forwarded header tests
2023-01-27 Aurelien DARRAGONMINOR: http_ext: add rfc7239_n2np converter
2023-01-27 Aurelien DARRAGONMINOR: http_ext: add rfc7239_n2nn converter
2023-01-27 Aurelien DARRAGONMINOR: http_ext: add rfc7239_field converter
2023-01-27 Aurelien DARRAGONMINOR: http_ext: add rfc7239_is_valid converter
2023-01-27 Aurelien DARRAGONMINOR: http_ext: introduce http ext converters
2023-01-27 Aurelien DARRAGONMINOR: proxy: move 'originalto' option to http_ext
2023-01-27 Aurelien DARRAGONMINOR: proxy: move 'forwardfor' option to http_ext
2023-01-27 Aurelien DARRAGONREGTEST: add ifnone-forwardfor test
2023-01-27 Aurelien DARRAGONMINOR: proxy/http_ext: introduce proxy forwarded option
2023-01-27 Aurelien DARRAGONMINOR: proxy: introduce http only options
2023-01-27 Aurelien DARRAGONMINOR: sample: add ARGC_OPT
2023-01-27 Aurelien DARRAGONMINOR: http_htx: add http_prepend_header() to prepend...
2023-01-27 Aurelien DARRAGONMINOR: http_htx: add http_append_header() to append...
2023-01-27 Aurelien DARRAGONDEV: hpack: fix `trash` build regression
2023-01-26 Willy TarreauCLEANUP: mux-h2/trace: shorten the name of the header...
2023-01-26 Willy TarreauMEDIUM: mux-h2/trace: add tracing support for headers
2023-01-26 Willy TarreauMINOR: h2: add h2_phdr_to_ist() to make ISTs from pseud...
2023-01-26 Willy TarreauMINOR: trace: add the long awaited TRACE_PRINTF()
2023-01-26 Willy TarreauMINOR: trace: add a trace_no_cb() dummy callback for...
2023-01-26 Willy TarreauMINOR: trace: add a TRACE_ENABLED() macro to determine...
2023-01-26 Willy TarreauCLEANUP: trace: remove the QUIC-specific ifdefs
2023-01-26 Willy TarreauBUG/MINOR: sink: free the forwarding task on exit
2023-01-26 Willy TarreauBUG/MINOR: ring: release the backing store name on...
2023-01-26 Willy TarreauBUG/MINOR: log: release global log servers on exit
2023-01-26 Willy TarreauBUG/MEDIUM: hpack: fix incorrect huffman decoding of...
2023-01-25 Amaury DenoyelleBUG/MEDIUM: mux-quic: fix crash on H3 SETTINGS emission
2023-01-25 Amaury DenoyelleBUG/MINOR: h3: fix GOAWAY emission
2023-01-25 Amaury DenoyelleMINOR: mux-quic/h3: send SETTINGS as soon as transport...
2023-01-25 Olivier HouchardMINOR: connection: add a BUG_ON() to detect destroying...
2023-01-25 Remi Tricot... MINOR: ssl: Remove debug fprintf in 'update ssl ocsp...
2023-01-25 Remi Tricot... BUG/MINOR: ssl: Fix leaks in 'update ssl ocsp-response...
2023-01-24 Willy TarreauDEV: haring: add a new option "-r" to automatically...
2023-01-24 Willy TarreauBUG/MINOR: sink: make sure to always properly unmap...
2023-01-22 Willy Tarreau[RELEASE] Released version 2.8-dev2 v2.8-dev2
2023-01-20 Amaury DenoyelleMEDIUM: quic-sock: fix udp source address for send...
2023-01-20 Frédéric LécailleBUG/MINOR: quic: Do not request h3 clients to close...
2023-01-20 Remi Tricot... BUG/MINOR: jwt: Wrong return value checked
2023-01-19 Willy TarreauBUILD: hpack: include global.h for the trash that is...
2023-01-19 Willy TarreauBUG/MINOR: mux-h2: add missing traces on failed headers...
2023-01-19 Willy TarreauBUG/MINOR: mux-h2: make sure to produce a log on invali...
2023-01-19 Willy TarreauBUG/MEDIUM: debug/thread: make the debug handler not...
2023-01-19 Willy TarreauMINOR: threads: add a thread_harmless_end() version...
2023-01-19 Willy TarreauBUG/MINOR: thread: always reload threads_enabled in...
2023-01-19 Willy TarreauBUG/MEDIUM: fd/threads: fix again incorrect thread...
2023-01-19 Amaury DenoyelleMINOR: h3: implement TRAILERS decoding
2023-01-19 Christopher... BUG/MINOR: bwlim: Fix parameters check for set-bandwidt...
2023-01-19 Christopher... MEDIUM: bwlim: Support constants limit or period on...
2023-01-19 Christopher... BUG/MINOR: bwlim: Check scope for period expr for set...
2023-01-19 Amaury DenoyelleMINOR: h3: implement TRAILERS encoding
2023-01-19 Amaury DenoyelleMINOR: h3: extend function for QUIC varint encoding
2023-01-19 Amaury DenoyelleBUG/MINOR: h3: properly handle connection headers
2023-01-19 Willy TarreauBUG/MINOR: listener: close tiny race between resume_lis...
2023-01-19 Remi Tricot... BUG/MINOR: ssl: Fix compilation with OpenSSL 1.0.2...
2023-01-19 William LallemandRevert "BUILD: ssl: add ECDSA_SIG_set0() for openssl...
2023-01-19 Willy TarreauBUILD: ssl: add ECDSA_SIG_set0() for openssl < 1.1...
2023-01-18 Remi Tricot... BUG/MEDIUM: jwt: Properly process ecdsa signatures...
2023-01-18 Daniel CorbettDOC: config: fix "Address formats" chapter syntax
2023-01-18 Paul BarnettaBUG/MINOR: mux-fcgi: Correctly set pathinfo
2023-01-17 Frédéric LécailleMINOR: quic: Replace v2 draft definitions by those...
2023-01-17 Frédéric LécailleMINOR: sample: Add "quic_enabled" sample fetch
2023-01-17 Frédéric LécailleMINOR: quic: Add "no-quic" global option
2023-01-17 Frédéric LécailleMINOR: quic: Disable the active connection migrations
2023-01-17 Frédéric LécailleMINOR: quic: Useless test about datagram destination...
2023-01-17 Willy TarreauBUG/MEDIUM: stconn: also consider SE_FL_EOI to switch...
2023-01-17 Willy TarreauCLEANUP: stconn: always use se_fl_set_error() to set...
2023-01-16 Willy TarreauMINOR: listener: also support "quic+" as an address...
2023-01-16 Willy TarreauDOC: config: mention the missing "quic4@" and "quic6...
2023-01-16 Willy TarreauDOC: config: fix aliases for protocol prefixes "udp4...
2023-01-16 Willy TarreauDOC: config: fix wrong section number for "protocol...
2023-01-16 Willy TarreauBUG/MINOR: listeners: fix suspend/resume of inherited FDs
2023-01-13 Willy TarreauBUG/MINOR: http-ana: make set-status also update txn...
2023-01-13 Christopher... MINOR: htx: Add an HTX value for the extra field is...
2023-01-13 Christopher... BUG/MEDIUM: mux-h2: Don't send CANCEL on shutw when...
2023-01-13 Christopher... CLEANUP: http-ana: Remove HTTP_MSG_ERROR state
2023-01-13 Christopher... MAJOR: http-ana: Review error handling during HTTP...
2023-01-13 Christopher... BUG/MINOR: http-fetch: Don't block HTTP sample fetch...
2023-01-13 Christopher... MINOR: http-ana: Use http_set_term_flags() when waiting...
next