haproxy-3.0.git
2023-02-17 Willy TarreauMINOR: threads: add flags to know if a thread is starte...
2023-02-17 Willy TarreauBUG/MEDIUM: sched: allow a bit more TASK_HEAVY to be...
2023-02-17 Willy TarreauBUG/MINOR: sched: properly report long_rq when tasks...
2023-02-17 Willy TarreauBUG/MEDIUM: wdt: fix wrong thread being checked for...
2023-02-17 Christopher... REGTESTS: Remove unsupported feature command in http_sp...
2023-02-17 Christopher... MINOR: haproxy: Add an command option to disable data...
2023-02-17 Christopher... MINOR: global: Add an option to disable the data fast...
2023-02-17 Christopher... BUG/MEDIUM: stconn: Don't rearm the read expiration...
2023-02-17 Christopher... BUG/MEDIUM: http-ana: Detect closed SC on opposite...
2023-02-16 William LallemandBUG/MINOR: config: crt-list keywords mistaken for bind...
2023-02-16 William LallemandMINOR: ssl: rename confusing ssl_bind_kws
2023-02-14 Willy Tarreau[RELEASE] Released version 2.8-dev4 v2.8-dev4
2023-02-14 Willy TarreauBUG/CRITICAL: http: properly reject empty http header...
2023-02-13 Frédéric LécailleBUG/MINOR: quic: Wrong datagram dispatch because of...
2023-02-13 Christopher... BUG/MEDIUM: spoe: Don't set the default traget for...
2023-02-13 Christopher... BUG/MINOR: mux-h1: Don't report an H1C error on client...
2023-02-13 Christopher... BUG/MINOR: http-ana: Fix condition to set LAST terminat...
2023-02-13 Christopher... MINOR: bwlim: Remove useless test on CF_READ_ERROR...
2023-02-13 Christopher... MINOR: ssl-ckch: Stop to test CF_WRITE_ERROR to commit...
2023-02-12 Willy TarreauDOC: proxy-protocol: fix wrong byte in provided example
2023-02-11 Frédéric LécailleBUG/MEDIUM: quic: Buffer overflow when looking through...
2023-02-10 Christopher... BUG/MEDIUM: stconn: stop to enable/disable reads from...
2023-02-10 Willy TarreauBUG/MINOR: clock/stats: also use start_time not start_d...
2023-02-10 Amaury DenoyelleBUG/MINOR: mworker: fix uptime for master process
2023-02-10 Amaury DenoyelleBUG/MINOR: quic: fix type bug on "show quic" for 32...
2023-02-10 Christopher... BUG/MEDIUM: stconn: Don't needlessly wake the stream...
2023-02-09 Amaury DenoyelleBUG/MINOR: quic: fix filtering of closing connections...
2023-02-09 Amaury DenoyelleMINOR: quic: filter closing conn on "show quic"
2023-02-09 Amaury DenoyelleMINOR: quic: display Tx stream info on "show quic"
2023-02-09 Amaury DenoyelleMINOR: quic: display infos about various encryption...
2023-02-09 Amaury DenoyelleMINOR: quic: display socket info on "show quic"
2023-02-09 Amaury DenoyelleMINOR: quic: display CIDs and state in "show quic"
2023-02-09 Amaury DenoyelleMINOR: quic: implement a basic "show quic" CLI handler
2023-02-09 Willy TarreauBUG/MEDIUM: quic: fix crash when "option nolinger"...
2023-02-08 Christopher... BUG/MEDIUM: stconn: Schedule a shutw on shutr if data...
2023-02-08 Aurelien DARRAGONBUG/MINOR: server/add: ensure minconn/maxconn consisten...
2023-02-08 Aurelien DARRAGONMINOR: cfgparse/server: move (min/max)conn postparsing...
2023-02-08 William LallemandMINOR: ssl/ocsp: add a function to check the OCSP updat...
2023-02-08 William LallemandBUILD: ssl/ocsp: ssl_ocsp-t.h depends on ssl_sock-t.h
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...
next