]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
7 hours ago Frederic LecailleMINOR: haload: import source code and documentation master
7 hours ago Frederic LecailleMINOR: server: export functions used during server...
7 hours ago Frederic LecailleMINOR: stconn: export sc_new()
7 hours ago Frederic LecailleMINOR: stconn: add sc_hastream() and __sc_hastream...
7 hours ago Frederic LecailleMINOR: obj_type: add OBJ_TYPE_HALOAD for haload stream...
7 hours ago Frederic LecailleMINOR: hldstream: add definition of hldstream struct...
7 hours ago Frederic LecailleMINOR: trace: add definitions for haload streams
7 hours ago Frederic LecailleMINOR: init: add no listener mode
7 hours ago Frederic LecailleMINOR: hbuf: new lightweight hbuf API
8 hours ago Olivier HouchardBUG/MEDIUM: servers: Use a refcount for port_range...
12 hours ago Alexander StephanDOC: server: document 'set server name' CLI command
12 hours ago Alexander StephanREGTESTS: server: add test for 'set server name' CLI...
12 hours ago Alexander StephanMEDIUM: server: add 'set server name' CLI command for...
13 hours ago Alexander StephanMINOR: server: distinguish name references with new...
13 hours ago Alexander StephanBUG/MINOR: sample: set SMP_F_CONST on srv_name fetch
28 hours ago Steven HonsonBUG/MEDIUM: server: initialise agent.health in srv_sett...
35 hours ago Amaury DenoyelleMINOR: hq-interop: trace HTX headers quic-interop
35 hours ago Amaury DenoyelleMINOR: hq-interop: trace transcoding of response status...
35 hours ago Amaury DenoyelleMINOR: hq-interop: add request start-line traces
2 days ago Amaury DenoyelleMINOR: mux_quic: add minimal traces for QUIC MUX init...
2 days ago Amaury DenoyelleBUG/MINOR: h3: adjust HTTP headers traces
2 days ago Amaury DenoyelleBUG/MINOR: hq-interop: support transcoding of absolute URI
2 days ago Amaury DenoyelleBUG/MINOR: hq-interop: fix transcoding of wrapping...
5 days ago William LallemandMEDIUM: httpclient: initialize the httpclient with...
5 days ago William LallemandMINOR: ssl: export ssl_sock_init_srv()
5 days ago Frederic LecailleBUG/MEDIUM: mux_quic: fix memory leak of rx app_buf...
5 days ago Willy TarreauCI: github: remove OpenTracing leftovers
5 days ago Amaury DenoyelleBUG/MEDIUM: h3: fix trace crash on frontend response...
5 days ago Willy TarreauMAJOR: ot: remove deprecated OpenTracing support
5 days ago Willy TarreauCLEANUP: trace: remove backend retrieval attempt from...
5 days ago Willy TarreauCLEANUP: backend: drop checks for OBJ_TYPE_PROXY in...
5 days ago Willy TarreauCLEANUP: connection: remove some checks for objt_proxy...
5 days ago Willy TarreauMEDIUM: cli/show-fd: no longer accept filtering for...
5 days ago Willy TarreauMAJOR: proxy: remove support for "dispatch" and "transp...
5 days ago Willy TarreauMINOR: proxy: permit to report version info for option...
6 days ago Willy Tarreau[RELEASE] Released version 3.5-dev1 v3.5-dev1
6 days ago Willy TarreauMEDIUM: task: add a new tasklet class for real-time...
6 days ago Willy TarreauMINOR: task: do not try to redistribute the WQ when...
6 days ago Willy TarreauBUILD: task: silence a build warning with threads disabled
6 days ago Willy TarreauCLEANUP: task: remove duplicated code in __tasklet_wake...
7 days ago Christopher... BUG/MEDIUM: mux-quic: Drain the given amount of data...
7 days ago Christopher... BUG/MEDIUM: mux-spop: Truly drain outgoing data when...
7 days ago Christopher... BUG/MEDIUM: mux-h2: Truly drain outgoing HTX data when...
7 days ago Christopher... BUG/MEDIUM: mux-fcgi: Truly drain outgoing HTX data...
7 days ago Willy TarreauMINOR: debug: add "rt=1" to "debug dev task" to tune...
7 days ago Willy TarreauMEDIUM: task: add a new flag TASK_RT to permit a task...
7 days ago Willy TarreauMEDIUM: task: make __tasklet_wakeup_on() only accept...
7 days ago Willy TarreauMINOR: task: make task_instant_wakeup() explicitly...
7 days ago Willy TarreauMINOR: task: make tasklet_wakeup() explicitly call...
7 days ago Willy TarreauMINOR: task: add a new explicitly local tasklet wakeup...
7 days ago Willy TarreauMINOR: task: move the profiling checks to the called...
7 days ago Willy TarreauBUILD: quic_pacing: add missing includes for api and...
7 days ago Willy TarreauBUG/MINOR: poller: fix wait time calculation that is...
7 days ago Willy TarreauMINOR: debug: add "print" to "debug dev sched"
7 days ago Willy TarreauDEBUG: cli: relax tid check in "debug dev task" for...
7 days ago Andrea CocitoREGTESTS: quic: test H3 request without content-length
7 days ago Andrea CocitoBUG/MEDIUM: h3: increment unknown request payload length
7 days ago Thayne McCombsDOC: lua: remove incorrect init tags
8 days ago Olivier HouchardDOC: sched: Document the wait queue modifications
9 days ago Amaury DenoyelleBUG/MINOR: hq-interop: support response buffer wrapping
9 days ago Amaury DenoyelleBUG/MINOR: hq-interop: support full demux buf on large...
9 days ago Christopher... BUG/MEDIUM: hlua: Properly report EOS when http applet...
12 days ago Amaury DenoyelleBUG/MINOR: hq-interop: prevent reset if missing content...
13 days ago Amaury DenoyelleMINOR: hq_interop: do not rely on stream layer for...
13 days ago Amaury DenoyelleBUG/MINOR: hq-interop: reject too big content
2026-06-16 Christopher... OPTIM: mux-fcgi: Reorganise fcgi_conn structure to...
2026-06-16 Tristan MadaniBUG/MEDIUM: mux-fcgi: fix uint16_t overflow in drl...
2026-06-16 Christopher... BUG/MEDIUM: http-act: Make a copy of the sample expr...
2026-06-16 Amaury DenoyelleBUG/MEDIUM: mux_quic: fix freeze transfer after QCS...
2026-06-16 Tristan MadaniBUG/MINOR: hpack-tbl: add missing NULL check after...
2026-06-15 Olivier HouchardBUG/MEDIUM: ssl: Don't free the early data buffer too...
2026-06-15 William LallemandEXAMPLES: lua/acme: fix acme-gandi-livedns.lua configur...
2026-06-15 Amaury DenoyelleBUG/MINOR: quic: fix rxbuf settings on backend side
2026-06-15 Christopher... BUG/MINOR: mux-h1: Properly resolve file path for ...
2026-06-15 Christopher... BUG/MEDIUM: http-ana: Don't ignore L7 retry errors
2026-06-15 Christopher... BUG/MINOR: http-ana: Remove a debugging memset on redirect
2026-06-15 Christopher... DEBUG: stconn: Add a BUG_ON on shut flags when the...
2026-06-14 William LallemandDOC: httpclient: document status 0 on internal error
2026-06-14 William LallemandMEDIUM: httpclient: set res.status to 0 upon SF_ERR_MASK
2026-06-13 William LallemandMEDIUM: httpclient/lua: allow multiple requests from...
2026-06-13 William LallemandREORG: httpclient/lua: move the lua httpclient code...
2026-06-13 William LallemandMINOR: lua: export hlua_pusherror() and check_args()
2026-06-12 Amaury DenoyelleBUG/MINOR: server: fix add server with consistent hash...
2026-06-12 Olivier HouchardBUG/MEDIUM: h3: Properly handle PUSH_PROMISE on backend...
2026-06-12 Olivier HouchardMEDIUM: tasks: Redispatch shared tasks when the thread...
2026-06-12 Olivier HouchardMINOR: tasks: Remove wq_lock and the per-thread group...
2026-06-12 Olivier HouchardMINOR: tasks: Use __task_set_state_and_tid() in task_in...
2026-06-12 Olivier HouchardMEDIUM: tasks: Remove the per-thread group wait queue
2026-06-12 Olivier HouchardMINOR: tasks: Start using __task_set_state_and_tid()
2026-06-12 Olivier HouchardMINOR: tasks: Use __task_get_current_owner() in task_kill.
2026-06-12 Olivier HouchardMINOR: tasks: Introduce __task_get_current_owner
2026-06-12 Olivier HouchardMINOR: tasks: Add __task_get_new_tid_field()
2026-06-12 Olivier HouchardMINOR: tasks: Introduce __task_set_state_and_tid
2026-06-11 William LallemandDOC: acme: add mentions of lua features
2026-06-11 William LallemandEXAMPLES: lua/acme: add a dns-01 handler for Gandi...
2026-06-11 William LallemandMINOR: acme: publish ACME_DEPLOY event via event_hdl
2026-06-11 William LallemandMINOR: acme: publish ACME_NEWCERT event via event_hdl
2026-06-11 Willy TarreauBUG/MINOR: cpu-topo: use ha_diag_notice() to report...
2026-06-11 Willy TarreauMINOR: errors: add ha_diag_notice() to report diag...
2026-06-11 Karol KucharskiBUG/MEDIUM: ktls: defer enabling TLS ULP on a socket...
next