]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2023-02-03  Willy TarreauMINOR: listener: remove the now useless LI_F_QUIC_LISTE...
2023-02-03  Willy TarreauCLEANUP: listener: remove the now unused options field
2023-02-03  Willy TarreauMINOR: listener: get rid of LI_O_TCP_L4_RULES and LI_O_...
2023-02-03  Willy TarreauMINOR: listener: move LI_O_UNLIMITED and LI_O_NOSTOP...
2023-02-03  Willy TarreauMINOR: listener: move the ACC_PROXY and ACC_CIP options...
2023-02-03  Willy TarreauMINOR: listener: move TCP_FO to bind_conf
2023-02-03  Willy TarreauMINOR: listener: move the DEF_ACCEPT option to the...
2023-02-03  Willy TarreauMINOR: listener: move the NOQUICKACK option to the...
2023-02-03  Willy TarreauMINOR: listener: move the NOLINGER option to the bind_conf
2023-02-03  Willy TarreauMINOR: listener: move the nice field to the bind_conf
2023-02-03  Willy TarreauMINOR: listener: remove the useless ->default_target...
2023-02-03  Willy TarreauMINOR: listener: move the ->accept callback to the...
2023-02-03  Willy TarreauMINOR: listener: move the maxconn parameter to the...
2023-02-03  Willy TarreauMINOR: listener: move the backlog setting from listener...
2023-02-03  Willy TarreauMINOR: listener: move maxaccept from listener to bind_conf
2023-02-03  Willy TarreauMINOR: listener: move maxseg and tcp_ut to bind_conf
2023-02-03  Willy TarreauMEDIUM: listener: move the analysers mask to the bind_conf
2023-02-03  Frédéric LécailleBUG/MINOR: quic: Unchecked source connection ID
2023-02-03  Frédéric LécailleMEDIUM: quic: Remove qc_conn_finalize() from the Client...
2023-02-03  Frédéric LécailleBUG/MAJOR: quic: Possible crash when processing 1-RTT...
2023-02-03  Frédéric LécailleMINOR: quic: When probing Handshake packet number space...
2023-02-03  Frédéric LécailleBUG/MINOR: quic: Do not ignore coalesced packets in...
2023-02-03  Frédéric LécailleMINOR: quic: Add a trace about variable states in qc_pr...
2023-02-03  Frédéric LécailleBUG/MINOR: quic: Too big PTO during handshakes
2023-02-03  Frédéric LécailleBUG/MINOR: quic: Possible stream truncations under...
2023-02-03  Frédéric LécailleMINOR: stats: add by HTTP version cumulated number...
2023-02-03  Willy TarreauCLEANUP: quic: no need for atomics on packet refcnt
2023-02-03  Willy TarreauOPTIM: htx: inline the most common memcpy(8)
2023-02-03  Amaury DenoyelleMINOR: quic: add config for retransmit limit
2023-02-03  Amaury DenoyelleMEDIUM: quic: implement a retransmit limit per frame
2023-02-03  Amaury DenoyelleMINOR: quic: refactor frame deallocation
2023-02-03  Amaury DenoyelleMINOR: quic: define new functions for frame alloc
2023-02-03  Amaury DenoyelleMINOR: quic: ensure offset is properly set for STREAM...
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...
next