]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2025-03-05 Aurelien DARRAGONMEDIUM: log: postpone the decision to send or not log...
2025-03-05 Aurelien DARRAGONMINOR: log: use __send_log() with exact payload length
2025-03-05 Aurelien DARRAGONBUG/MINOR: log: set proper smp size for balance log...
2025-03-05 Aurelien DARRAGONCLEANUP: log: removing "log-balance" references
2025-03-04 Valentine KrasnobaevaMINOR: sample: allow custom date format in error-log...
2025-03-04 Olivier HouchardDEBUG: init: Add a macro to register unit tests
2025-03-04 William LallemandCI: github: fix h2spec.config proxy names
2025-03-04 William LallemandTESTS: ist: add a ist.sh to launch in make unit-tests
2025-03-04 William LallemandTESTS: ist: use the exit code to return a verdict
2025-03-04 William LallemandTESTS: ist: fix wrong array size
2025-03-03 William LallemandCI: github: remove smoke tests from vtest.yml
2025-03-03 William LallemandMINOR: jws: conversion to NIST curves name
2025-03-03 William LallemandTESTS: add config smoke checks in the unit tests
2025-03-03 William LallemandCI: github: run make unit-tests on the CI
2025-03-03 William LallemandTESTS: jws: register a unittest for jwk
2025-03-03 William LallemandTESTS: add a unit test runner in the Makefile
2025-03-03 William LallemandDEBUG: init: add a way to register functions for unit...
2025-03-03 William LallemandMINOR: jws: implement a JWK public key converter
2025-03-03 Willy TarreauBUG/MINOR: server: check for either proxy-protocol...
2025-02-28 Amaury DenoyelleBUG/MINOR: hq-interop: fix leak in case of rcv_buf...
2025-02-28 Willy TarreauMINOR: h1: permit to relax the websocket checks for...
2025-02-28 Christopher... BUG/MEDIUM: mux-fcgi: Try to fully fill demux buffer...
2025-02-27 Amaury DenoyelleMINOR: hq-interop: properly handle incomplete request
2025-02-27 Amaury DenoyelleCLEANUP: h3: fix documentation of h3_rcv_buf()
2025-02-27 Amaury DenoyelleBUG/MINOR: h3: do not report transfer as aborted on...
2025-02-27 Dragan DosenBUG/MINOR: server: fix the "server-template" prefix...
2025-02-27 Dragan DosenBUG/MEDIUM: server: properly initialize PROXY v2 TLVs
2025-02-26 Olivier HouchardMEDIUM: servers: Add strict-maxconn.
2025-02-26 Olivier HouchardMEDIUM: connections: Allow taking over connections...
2025-02-26 Olivier HouchardMEDIUM: pollers: Drop fd events after a takeover to...
2025-02-26 Olivier HouchardMINOR: pollers: Add a fixup_tgid_takeover() method.
2025-02-26 Olivier HouchardMEDIUM: epoll: Make sure we can add a new event
2025-02-26 Olivier HouchardMINOR: fd: Add fd_lock_tgid_cur().
2025-02-26 Olivier HouchardMEDIUM: fd: Wait if locked in fd_grab_tgid() and fd_tak...
2025-02-25 Ilia ShipitsinBUILD: add possibility to use different QuicTLS variants
2025-02-25 Willy TarreauOPTIM: connection: don't try to kill other threads...
2025-02-24 Willy TarreauBUG/MEDIUM: stream: don't use localtime in dumps from...
2025-02-24 Willy TarreauMINOR: tinfo: split the signal handler report flags...
2025-02-24 Willy TarreauBUG/MINOR: h2: always trim leading and trailing LWS...
2025-02-22 Vincent DechenauxMINOR: compression: Introduce minimum size
2025-02-21 Willy TarreauCLEANUP: task: move the barrier after clearing th_ctx...
2025-02-21 Willy TarreauMINOR: tools: use only opportunistic symbols resolution
2025-02-21 Willy TarreauBUG/MEDIUM: stream: use non-blocking freq_ctr calls...
2025-02-21 Willy TarreauMINOR: freq_ctr: provide non-blocking read functions
2025-02-21 Willy TarreauBUG/MEDIUM: stream: never allocate connection addresses...
2025-02-21 Willy TarreauMINOR: tinfo: add a new thread flag to indicate a call...
2025-02-21 Willy TarreauBUG/MINOR: mux-h1: always make sure h1s->sd exists...
2025-02-21 Willy TarreauBUG/MINOR: stream: do not call co_data() from __strm_du...
2025-02-21 Ilia ShipitsinCI: QUIC Interop: clean old docker images
2025-02-21 Aurelien DARRAGONMINOR: clock: always use atomic ops for global_now_ms
2025-02-21 Aurelien DARRAGONBUG/MINOR: sink: add tempo between 2 connection attempt...
2025-02-21 Aurelien DARRAGONBUG/MINOR: log: fix outgoing abns address family
2025-02-21 Aurelien DARRAGONREGTESTS: fix reg-tests/server/abnsz.vtc
2025-02-21 Willy TarreauBUG/MEDIUM: uxst: fix outgoing abns address family...
2025-02-20 Valentine KrasnobaevaBUG/MINOR: cfgparse: fix NULL ptr dereference in cfg_pa...
2025-02-20 Christopher... BUG/MEDIUM: spoe/mux-spop: Introduce an NOOP action...
2025-02-20 Christopher... BUG/MEDIUM: applet: Don't handle EOI/EOS/ERROR is apple...
2025-02-19 Willy Tarreau[RELEASE] Released version 3.2-dev6 v3.2-dev6
2025-02-19 Amaury DenoyelleMINOR: mux-quic/h3: support temporary blocking on contr...
2025-02-19 Amaury DenoyelleMINOR: mux-quic/h3: emit SETTINGS via MUX tasklet handler
2025-02-19 Amaury DenoyelleMINOR: mux-quic: define a QCC application state member
2025-02-18 Christopher... Revert "REGTESTS: stop using truncated.vtc on freebsd"
2025-02-18 Christopher... BUG/MINOR: mux-h2: Properly handle full or truncated...
2025-02-18 Christopher... REGTESTS: Fix truncated.vtc to send 0-CRLF
2025-02-18 Willy TarreauDEV: h2: fix flags for the continuation frame
2025-02-18 Amaury DenoyelleBUG/MINOR: mux-quic: prevent crash after MUX init failure
2025-02-18 Amaury DenoyelleBUG/MINOR: quic: prevent crash on conn access after...
2025-02-18 Willy TarreauDEV: h2: add a Lua-based HTTP/2 connection tracer
2025-02-17 William LallemandDOC: configuration: document the "crt" frontend keyword
2025-02-17 William LallemandMEDIUM: ssl/crtlist: "crt" keyword in frontend
2025-02-17 William LallemandMINOR: ssl/ckch: return from ckch_conf_clean() when...
2025-02-17 William LallemandMINOR: ssl/crtlist: handle crt_path == cc->crt in crtli...
2025-02-17 William LallemandMINOR: ssl/crtlist: split the ckch_conf loading from...
2025-02-17 Christopher... BUG/MINOR: fcgi: Don't set the status to 302 if it...
2025-02-17 Christopher... BUG/MEDIUM: filters: Handle filters registered on data...
2025-02-17 Christopher... BUG/MINOR: cli: Wait for the last ACK when FDs are...
2025-02-17 Christopher... BUG/MEDIUM: cli: Be sure to drop all input data in...
2025-02-17 William LallemandBUG/MINOR: startup: hap_register_feature() fix for...
2025-02-17 William LallemandBUG/MINOR: startup: leave at first post_section_parser...
2025-02-14 Amaury DenoyelleMINOR: quic: support frame type as a varint
2025-02-13 William LallemandMINOR: startup: allow hap_register_feature() to enable...
2025-02-13 William LallemandMINOR: ssl: store the filenames resulting from a lookup...
2025-02-13 Willy TarreauDOC: watchdog: document the sequence of the watchdog...
2025-02-13 William LallemandMINOR: ssl/cli: display more filenames in 'show ssl...
2025-02-12 William LallemandBUG/MINOR: ssl/cli: "show ssl crt-list" lacks sigals
2025-02-12 William LallemandBUG/MINOR: ssl/cli: "show ssl crt-list" lacks client...
2025-02-12 Willy TarreauBUG/MEDIUM: fd: mark FD transferred to another process...
2025-02-12 Amaury DenoyelleMINOR: quic: refactor CRYPTO encoding and splitting
2025-02-12 Amaury DenoyelleMINOR: quic: refactor STREAM encoding and splitting
2025-02-12 William LallemandREGTESTS: stop using truncated.vtc on freebsd
2025-02-12 William LallemandDOC: initcall: name correctly REGISTER_CONFIG_POST_SECT...
2025-02-12 William LallemandCI: cirrus-ci: bump FreeBSD image to 14-2
2025-02-12 William LallemandMEDIUM: initcall: allow to register mutiple post_sectio...
2025-02-12 William LallemandCLEANUP: mworker: "program" section does not have a...
2025-02-12 William LallemandBUG/MINOR: mworker: post_section_parser for the last...
2025-02-12 William LallemandBUG/MINOR: mworker: section ignored in discovery after...
2025-02-12 Amaury DenoyelleMINOR: quic: simplify length calculation for STREAM...
2025-02-12 Amaury DenoyelleBUG/MINOR: quic: fix CRYPTO payload size calcul for...
2025-02-12 Amaury DenoyelleBUG/MINOR: quic: reserve length field for long header...
2025-02-12 Willy TarreauMAJOR: leastconn: postpone the server's repositioning...
next