]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2023-02-23  Aurelien DARRAGONBUG/MEDIUM: listener: fix pause_listener() suspend...
2023-02-23  Aurelien DARRAGONMINOR: listener: make sure we don't pause/resume bypass...
2023-02-23  Aurelien DARRAGONMINOR: listener: workaround for closing a tiny race...
2023-02-23  Aurelien DARRAGONMINOR: listener: add relax_listener() function
2023-02-23  Aurelien DARRAGONMINOR: listener/api: add lli hint to listener functions
2023-02-23  Aurelien DARRAGONMINOR: proto_uxst: add resume method
2023-02-23  Aurelien DARRAGONBUG/MINOR: protocol: fix minor memory leak in protocol_...
2023-02-23  Aurelien DARRAGONBUG/MINOR: proto_ux: report correct error when bind_lis...
2023-02-23  Christopher... MINOR: stconn: Add functions to set/clear SE_FL_EXP_NO_...
2023-02-22  Christopher... REGTESTS: cache: Use rxresphdrs to only get headers...
2023-02-22  Christopher... MINOR: stconn: Remove half-closed timeout
2023-02-22  Christopher... MINOR: stconn: Set half-close timeout using proxy settings
2023-02-22  Christopher... CLEANUP: stconn: Remove old read and write expiration...
2023-02-22  Christopher... MINOR: stconn: Always report READ/WRITE event on shutr...
2023-02-22  Christopher... MINOR: stream: Use relative expiration date in trace...
2023-02-22  Christopher... MINOR: stream: Report rex/wex value using the sedesc...
2023-02-22  Christopher... MINOR: stream: Dump the task expiration date in trace...
2023-02-22  Christopher... MAJOR: stream: Use SE descriptor date to detect read...
2023-02-22  Christopher... MINOR: applet/stconn: Add a SE flag to specify an endpo...
2023-02-22  Christopher... MEDIUM: stconn: Add two date to track successful reads...
2023-02-22  Christopher... MEDIUM: stconn: Replace read and write timeouts by...
2023-02-22  Christopher... MEDIUM: stconn: Don't requeue the stream's task after I/O
2023-02-22  Christopher... MEDIUM: channel/stconn: Move rex/wex timer from the...
2023-02-22  Christopher... MINOR: channel/stconn: Move rto/wto from the channel...
2023-02-22  Christopher... DEBUG: stream/trace: Add sedesc flags in trace messages
2023-02-22  Christopher... MAJOR: channel: Remove flags to report READ or WRITE...
2023-02-22  Christopher... MEDIUM: channel: Remove CF_READ_NOEXP flag
2023-02-22  Aurelien DARRAGONBUG/MEDIUM: httpclient/lua: fix a race between lua...
2023-02-22  Aurelien DARRAGONBUG/MINOR: lua/httpclient: missing free in hlua_httpcli...
2023-02-22  Willy TarreauMINOR: compiler: add a TOSTR() macro to turn a value...
2023-02-21  Remi Tricot... BUG/MINOR: cache: Check cache entry is complete in...
2023-02-21  Remi Tricot... BUG/MINOR: cache: Cache response even if request has...
2023-02-21  William LallemandMINOR: startup: HAPROXY_STARTUP_VERSION contains the...
2023-02-21  William LallemandBUG/MEDIUM: mworker: don't register mworker_accept_wrap...
2023-02-21  William LallemandBUG/MEDIUM: mworker: prevent inconsistent reload when...
2023-02-21  William LallemandBUG/MINOR: mworker: stop doing strtok directly from...
2023-02-21  Christopher... REGTESTS: Fix ssl_errors.vtc script to wait for connect...
2023-02-21  Christopher... REGTESTS: Skip http_splicing.vtc script if fast-forward...
2023-02-21  Christopher... MINOR: cfgcond: Implement enabled condition expression
2023-02-21  Christopher... MINOR: cfgcond: Implement strstr condition expression
2023-02-21  Christopher... DOC: config: Add the missing tune.fail-alloc option...
2023-02-21  Christopher... BUG/MINOR: haproxy: Fix option to disable the fast...
2023-02-21  Christopher... MINOR: proxy: Only consider backend httpclose option...
2023-02-21  Christopher... DOC: config: Fix description of options about HTTP...
2023-02-21  Christopher... DEBUG: stream: Add a BUG_ON to never exit process_strea...
2023-02-21  Frédéric LécailleBUG/MEDIUM: quic: Missing TX buffer draining from qc_se...
2023-02-20  Willy TarreauMINOR: mux-h2/traces: add a missing TRACE_LEAVE() in...
2023-02-20  Willy TarreauMINOR: mux-h2/traces: do not log h2s pointer for dummy...
2023-02-20  Amaury DenoyelleMEDIUM: quic: trigger fast connection closing on proces...
2023-02-20  Amaury DenoyelleMINOR: quic: mark quic-conn as jobs on socket allocation
2023-02-20  Amaury DenoyelleMEDIUM: mux-quic: properly implement soft-stop
2023-02-20  Amaury DenoyelleMINOR: mux-quic: implement client-fin timeout
2023-02-20  Amaury DenoyelleMINOR: mux-quic: define qc_process()
2023-02-20  Amaury DenoyelleMINOR: mux-quic: define qc_shutdown()
2023-02-20  Amaury DenoyelleMEDIUM: h3: enforce GOAWAY by resetting higher unhandle...
2023-02-20  Amaury DenoyelleBUG/MINOR: h3: prevent hypothetical demux failure on...
2023-02-20  Amaury DenoyelleBUG/MINOR: quic: acknowledge STREAM frame even if MUX...
2023-02-20  Amaury DenoyelleBUG/MINOR: quic: also send RESET_STREAM if MUX released
2023-02-20  Amaury DenoyelleMINOR: quic: adjust request reject when MUX is already...
2023-02-17  Frédéric LécailleBUG/MINOR: quic: Missing padding for short packets
2023-02-17  Frédéric LécailleBUG/MINOR: quic: Do not drop too small datagrams with...
2023-02-17  Frédéric LécailleBUG/MINOR: quic: Wrong initialization for io_cb_wakeup...
2023-02-17  Frédéric LécailleBUG/MINOR: quic: Do not probe with too little Initial...
2023-02-17  Frédéric LécailleMINOR: quic: Add <pto_count> to the traces
2023-02-17  Frédéric LécailleMINOR: quic: Add a trace to identify connections which...
2023-02-17  Frédéric LécailleBUG/MINOR: quic: Missing call to task_queue() in qc_idl...
2023-02-17  Frédéric LécailleMINOR: quic: Make qc_dgrams_retransmit() return a status.
2023-02-17  Frédéric LécailleMINOR: quic: Add traces to qc_kill_conn()
2023-02-17  Frédéric LécailleMINOR: quic: Kill the connections on ICMP (port unreach...
2023-02-17  Frédéric LécailleMINOR: quic: Simplication for qc_set_timer()
2023-02-17  Frédéric LécailleBUG/MINOR: quic: Really cancel the connection timer...
2023-02-17  Frédéric LécailleMINOR: quic: Move code to wakeup the timer task to...
2023-02-17  Frédéric LécailleMINOR: quic: Add new traces about by connection RX...
2023-02-17  Frédéric LécailleBUG/MINOR: quic: Possible unexpected counter incrementa...
2023-02-17  Amaury DenoyelleMINOR: h3: add traces on decode_qcs callback
2023-02-17  William LallemandBUG/MINOR: mworker: prevent incorrect values in uptime
2023-02-17  Amaury DenoyelleBUG/MINOR: mux-quic: transfer FIN on empty STREAM frame
2023-02-17  Amaury DenoyelleMINOR: h3/hq-interop: handle no data in decode_qcs...
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...
next