]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
6 hours ago Willy TarreauBUILD: makefile: add a new generic target "tiny" master
6 hours ago Willy TarreauBUILD: makefile: add an option to enable or disable...
6 hours ago Willy TarreauBUILD: makefile: add an option to enable or disable...
6 hours ago Willy TarreauBUILD: makefile: add an option to enable or disable...
6 hours ago Willy TarreauBUILD: makefile: add macros enable_opts and disable_opts
6 hours ago Willy TarreauBUILD: makefile: only build trace.c and ssl_trace.c...
6 hours ago Willy TarreauCLEANUP: trace/tree-wide: drop trace decoding/definitio...
6 hours ago Willy TarreauCLEANUP: trace/config: do not register section "traces...
6 hours ago Willy TarreauCLEANUP: trace/h3: allow to disable traces in H3
6 hours ago Willy TarreauBUG/MINOR: trace/quic_frame: use buf, not trace_buf...
6 hours ago Willy TarreauCLEANUP: debug/trace: remote "debug dev trace" when...
6 hours ago Willy TarreauCLEANUP: mux-h2/traces: remove unused trace code when...
6 hours ago Willy TarreauCLEANUP: haproxy: remove -dt parsing and help when...
6 hours ago Willy TarreauBUILD: ssl: avoid a wrong null deref warning in ssl_soc...
6 hours ago Willy TarreauMINOR: trace: always pretend to use args when disabled
6 hours ago Willy TarreauMINOR: compiler: add a macro to ignore all arguments
6 hours ago Willy TarreauCLEANUP: traces: get rid of a few rare empty args in...
6 hours ago Willy TarreauBUILD: quic: workaround a gcc bug saying "maybe used...
13 hours ago Amaury DenoyelleBUG/MINOR: mux_quic: prevent multiple STOP_SENDING... quic-interop
14 hours ago Amaury DenoyelleBUG/MEDIUM: h3: fix parser desync on error with multipl...
30 hours ago Christopher... BUG/MINOR: http-htx: Don't by-pass HTX API when merging...
30 hours ago Christopher... BUG/MINOR: mux-quic: Fix handling EOM after in qcs_http...
30 hours ago Christopher... CLEANUP: applet/http-client: Don't needlessly copy...
30 hours ago Christopher... BUG/MAJOR: htx: Don't swap buffers for empty HTX messag...
31 hours ago Huangbin ZhanBUG/MINOR: tools: fix invalid character detection in...
33 hours ago Frederic LecailleBUG/MINOR: init: fix default global settings being...
47 hours ago Dragan DosenMINOR: log: add app_log_raw() and send_log_raw() for...
2 days ago Frederic LecailleMINOR: haload: import source code and documentation
2 days ago Frederic LecailleMINOR: server: export functions used during server...
2 days ago Frederic LecailleMINOR: stconn: export sc_new()
2 days ago Frederic LecailleMINOR: stconn: add sc_hastream() and __sc_hastream...
2 days ago Frederic LecailleMINOR: obj_type: add OBJ_TYPE_HALOAD for haload stream...
2 days ago Frederic LecailleMINOR: hldstream: add definition of hldstream struct...
2 days ago Frederic LecailleMINOR: trace: add definitions for haload streams
2 days ago Frederic LecailleMINOR: init: add no listener mode
2 days ago Frederic LecailleMINOR: hbuf: new lightweight hbuf API
2 days ago Olivier HouchardBUG/MEDIUM: servers: Use a refcount for port_range...
2 days ago Alexander StephanDOC: server: document 'set server name' CLI command
2 days ago Alexander StephanREGTESTS: server: add test for 'set server name' CLI...
2 days ago Alexander StephanMEDIUM: server: add 'set server name' CLI command for...
2 days ago Alexander StephanMINOR: server: distinguish name references with new...
2 days ago Alexander StephanBUG/MINOR: sample: set SMP_F_CONST on srv_name fetch
3 days ago Steven HonsonBUG/MEDIUM: server: initialise agent.health in srv_sett...
3 days ago Amaury DenoyelleMINOR: hq-interop: trace HTX headers
3 days ago Amaury DenoyelleMINOR: hq-interop: trace transcoding of response status...
3 days ago Amaury DenoyelleMINOR: hq-interop: add request start-line traces
4 days ago Amaury DenoyelleMINOR: mux_quic: add minimal traces for QUIC MUX init...
4 days ago Amaury DenoyelleBUG/MINOR: h3: adjust HTTP headers traces
4 days ago Amaury DenoyelleBUG/MINOR: hq-interop: support transcoding of absolute URI
4 days ago Amaury DenoyelleBUG/MINOR: hq-interop: fix transcoding of wrapping...
7 days ago William LallemandMEDIUM: httpclient: initialize the httpclient with...
7 days ago William LallemandMINOR: ssl: export ssl_sock_init_srv()
7 days ago Frederic LecailleBUG/MEDIUM: mux_quic: fix memory leak of rx app_buf...
7 days ago Willy TarreauCI: github: remove OpenTracing leftovers
7 days ago Amaury DenoyelleBUG/MEDIUM: h3: fix trace crash on frontend response...
7 days ago Willy TarreauMAJOR: ot: remove deprecated OpenTracing support
7 days ago Willy TarreauCLEANUP: trace: remove backend retrieval attempt from...
7 days ago Willy TarreauCLEANUP: backend: drop checks for OBJ_TYPE_PROXY in...
7 days ago Willy TarreauCLEANUP: connection: remove some checks for objt_proxy...
7 days ago Willy TarreauMEDIUM: cli/show-fd: no longer accept filtering for...
7 days ago Willy TarreauMAJOR: proxy: remove support for "dispatch" and "transp...
7 days ago Willy TarreauMINOR: proxy: permit to report version info for option...
8 days ago Willy Tarreau[RELEASE] Released version 3.5-dev1 v3.5-dev1
8 days ago Willy TarreauMEDIUM: task: add a new tasklet class for real-time...
8 days ago Willy TarreauMINOR: task: do not try to redistribute the WQ when...
8 days ago Willy TarreauBUILD: task: silence a build warning with threads disabled
8 days ago Willy TarreauCLEANUP: task: remove duplicated code in __tasklet_wake...
9 days ago Christopher... BUG/MEDIUM: mux-quic: Drain the given amount of data...
9 days ago Christopher... BUG/MEDIUM: mux-spop: Truly drain outgoing data when...
9 days ago Christopher... BUG/MEDIUM: mux-h2: Truly drain outgoing HTX data when...
9 days ago Christopher... BUG/MEDIUM: mux-fcgi: Truly drain outgoing HTX data...
9 days ago Willy TarreauMINOR: debug: add "rt=1" to "debug dev task" to tune...
9 days ago Willy TarreauMEDIUM: task: add a new flag TASK_RT to permit a task...
9 days ago Willy TarreauMEDIUM: task: make __tasklet_wakeup_on() only accept...
9 days ago Willy TarreauMINOR: task: make task_instant_wakeup() explicitly...
9 days ago Willy TarreauMINOR: task: make tasklet_wakeup() explicitly call...
9 days ago Willy TarreauMINOR: task: add a new explicitly local tasklet wakeup...
9 days ago Willy TarreauMINOR: task: move the profiling checks to the called...
9 days ago Willy TarreauBUILD: quic_pacing: add missing includes for api and...
9 days ago Willy TarreauBUG/MINOR: poller: fix wait time calculation that is...
9 days ago Willy TarreauMINOR: debug: add "print" to "debug dev sched"
9 days ago Willy TarreauDEBUG: cli: relax tid check in "debug dev task" for...
9 days ago Andrea CocitoREGTESTS: quic: test H3 request without content-length
9 days ago Andrea CocitoBUG/MEDIUM: h3: increment unknown request payload length
9 days ago Thayne McCombsDOC: lua: remove incorrect init tags
10 days ago Olivier HouchardDOC: sched: Document the wait queue modifications
11 days ago Amaury DenoyelleBUG/MINOR: hq-interop: support response buffer wrapping
11 days ago Amaury DenoyelleBUG/MINOR: hq-interop: support full demux buf on large...
11 days ago Christopher... BUG/MEDIUM: hlua: Properly report EOS when http applet...
2026-06-19 Amaury DenoyelleBUG/MINOR: hq-interop: prevent reset if missing content...
2026-06-18 Amaury DenoyelleMINOR: hq_interop: do not rely on stream layer for...
2026-06-18 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
next