haproxy-3.0.git
2023-02-08 Willy TarreauMEDIUM: clock: force internal time to wrap early after...
2023-02-08 Willy TarreauBUG/MEDIUM: cache: use the correct time reference when...
2023-02-08 Willy TarreauBUG/MINOR: clock: do not mix wall-clock and monotonic...
2023-02-08 Aleksey PonomaryovBUG/MEDIUM: stick-table: do not leave entries in end...
2023-02-07 William LallemandBUG/MINOR: ssl/crt-list: warn when a line is malformated
2023-02-06 Willy TarreauBUG/MEDIUM: listener/thread: bypass shards setting...
2023-02-06 Willy TarreauBUG/MEDIUM: thread: fix extraneous shift in the thread_...
2023-02-06 Frédéric LécailleBUG/MINOR: stats: Prevent HTTP "other sessions" counter...
2023-02-06 Frédéric LécailleMINOR: quic: Update version_information transport param...
2023-02-06 Aurelien DARRAGONBUG/MINOR: stats: fix STAT_STARTED behavior with full htx
2023-02-06 Aurelien DARRAGONBUG/MINOR: stats: fix show stats field ctx for servers
2023-02-06 Aurelien DARRAGONBUG/MINOR: stats: fix ctx->field update in stats_dump_p...
2023-02-06 Aurelien DARRAGONBUG/MEDIUM: stats: fix resolvers dump
2023-02-06 Aurelien DARRAGONBUG/MINOR: stats: fix source buffer size for http dump
2023-02-04 Willy Tarreau[RELEASE] Released version 2.8-dev3 v2.8-dev3
2023-02-04 Willy TarreauBUILD: thread: fix build warnings with older gcc compilers
2023-02-03 Amaury DenoyelleBUG/MEDIUM: quic: do not split STREAM frames if no...
2023-02-03 Willy TarreauMEDIUM: config: restrict shards, not bind_conf to one...
2023-02-03 Willy TarreauCLEANUP: listener/config: remove the special case for...
2023-02-03 Willy TarreauCLEANUP: listener/thread: remove now unused bind_conf...
2023-02-03 Willy TarreauCLEANUP: config: stop using bind_tgroup and bind_thread
2023-02-03 Willy TarreauMEDIUM: listener/config: make the "thread" parser rely...
2023-02-03 Willy TarreauMINOR: thread: add a simple thread_set API
2023-02-03 Willy TarreauCLEANUP: config: remove test for impossible case regard...
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...
next