]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
9 days ago Tim DuesterhusREGTESTS: Remove support for `REQUIRE_SERVICE` from...
9 days ago Tim DuesterhusREGTESTS: Migrate `REQUIRE_SERVICE=prometheus-exporter...
9 days ago Tim DuesterhusREGTESTS: Remove support for `REQUIRE_OPTION` from...
9 days ago Tim DuesterhusREGTESTS: Migrate REQUIRE_OPTION to `haproxy -cc`
9 days ago Tim DuesterhusREGTESTS: Remove unused `_version` function from `scrip...
9 days ago Tim DuesterhusREGTESTS: Remove unused `add_range_to_test_list` functi...
9 days ago Remi Tricot... MINOR: ocsp: Do not see ocsp loading failures as fatal...
9 days ago Willy TarreauDOC: readme: add a pointer to haterm/haload docs
9 days ago Willy TarreauDOC: haterm: add a missing 'haterm' build target on...
9 days ago Willy TarreauMAJOR: mworker: remove deprecated "master-worker" globa...
9 days ago Christopher... BUG/MINOR: http-conv: Make url-dec failed if no space...
9 days ago Christopher... MINOR: stream: Add be_max_retries/cur_max_retries sampl...
9 days ago Christopher... BUG/MINOR: stream: Fix custom max-retries initializatio...
9 days ago Christopher... REGTESTS: Improve script testing the set-timeout action
9 days ago Christopher... BUG/MINOR: stream: Fix custom timeouts initialization...
9 days ago Christopher... MEDIUM: htx: Be sure size of headers never exceed regul...
9 days ago Christopher... MINOR: htx: Add a field to save the headers data size
9 days ago Christopher... BUG/MEDIUM: chunk: Review chunks usage to not retrieve...
9 days ago Christopher... MINOR: chunks: Add function to get a large/regular...
9 days ago Christopher... BUG/MINOR: sample: Fix a possible underflow on be2hex...
9 days ago Christopher... BUG/MEDIUM: tcpcheck: Add proxy used for healthcheck...
9 days ago Frederic LecailleBUG/MINOR: hbuf: treat unexpected escape sequences...
9 days ago Frederic LecailleBUG/MINOR: haload: fix spurious task wakeup in hld_strm...
10 days ago Willy TarreauDEV: patchbot: document the shared review persistence
10 days ago Willy TarreauDEV: patchbot: update: name the touched commits in...
10 days ago Willy TarreauDEV: patchbot: update: never write to stderr, thttpd...
10 days ago Willy TarreauDEV: patchbot: update: report the exact git error to...
10 days ago Willy TarreauDEV: patchbot: update: report git commit failures in...
10 days ago Willy TarreauDEV: patchbot: update: support replacing a whole note...
10 days ago Willy TarreauDEV: patchbot: update: return the stored overlay as...
10 days ago Willy TarreauDEV: patchbot: update: add an awk backend to persist...
10 days ago Willy TarreauDEV: patchbot: repeat the syncing buttons at the bottom...
10 days ago Willy TarreauDEV: patchbot: tolerate polluted save responses and...
10 days ago Willy TarreauDEV: patchbot: don't pretend a save succeeded when...
10 days ago Willy TarreauDEV: patchbot: gray the save button when there is nothi...
10 days ago Willy TarreauDEV: patchbot: let the page edit and delete whole notes
10 days ago Willy TarreauDEV: patchbot: let the page save the review edits to...
10 days ago Willy TarreauDEV: patchbot: let the page fetch the shared review...
10 days ago Willy TarreauDEV: patchbot: pass the branch version to the generated...
10 days ago Willy TarreauDEV: patchbot: only display the first 8 chars of the...
10 days ago Willy TarreauDEV: patchbot: keep the review start in sync with the...
11 days ago Amaury DenoyelleMEDIUM: quic: remove deprecated keywords
11 days ago Olivier HouchardBUG/MEDIUM: fd: Fix a deadlock when closing other tgrou...
11 days ago Amaury DenoyelleBUG/MINOR: quic: ignore STREAM after MUX closure on...
11 days ago Amaury DenoyelleBUG/MEDIUM: mux_quic: complete stream shutdown for...
11 days ago Amaury DenoyelleMINOR: mux_quic: adjust shut stream callback
11 days ago Amaury DenoyelleMINOR: mux_quic: use separate error code for STOP_SENDING
11 days ago Amaury DenoyelleBUG/MEDIUM: mux_quic: do not free QCS if STOP_SENDING...
2026-07-03 Willy TarreauBUILD: makefile: add a new generic target "tiny"
2026-07-03 Willy TarreauBUILD: makefile: add an option to enable or disable...
2026-07-03 Willy TarreauBUILD: makefile: add an option to enable or disable...
2026-07-03 Willy TarreauBUILD: makefile: add an option to enable or disable...
2026-07-03 Willy TarreauBUILD: makefile: add macros enable_opts and disable_opts
2026-07-03 Willy TarreauBUILD: makefile: only build trace.c and ssl_trace.c...
2026-07-03 Willy TarreauCLEANUP: trace/tree-wide: drop trace decoding/definitio...
2026-07-03 Willy TarreauCLEANUP: trace/config: do not register section "traces...
2026-07-03 Willy TarreauCLEANUP: trace/h3: allow to disable traces in H3
2026-07-03 Willy TarreauBUG/MINOR: trace/quic_frame: use buf, not trace_buf...
2026-07-03 Willy TarreauCLEANUP: debug/trace: remote "debug dev trace" when...
2026-07-03 Willy TarreauCLEANUP: mux-h2/traces: remove unused trace code when...
2026-07-03 Willy TarreauCLEANUP: haproxy: remove -dt parsing and help when...
2026-07-03 Willy TarreauBUILD: ssl: avoid a wrong null deref warning in ssl_soc...
2026-07-03 Willy TarreauMINOR: trace: always pretend to use args when disabled
2026-07-03 Willy TarreauMINOR: compiler: add a macro to ignore all arguments
2026-07-03 Willy TarreauCLEANUP: traces: get rid of a few rare empty args in...
2026-07-03 Willy TarreauBUILD: quic: workaround a gcc bug saying "maybe used...
2026-07-03 Amaury DenoyelleBUG/MINOR: mux_quic: prevent multiple STOP_SENDING...
2026-07-03 Amaury DenoyelleBUG/MEDIUM: h3: fix parser desync on error with multipl...
2026-07-02 Christopher... BUG/MINOR: http-htx: Don't by-pass HTX API when merging...
2026-07-02 Christopher... BUG/MINOR: mux-quic: Fix handling EOM after in qcs_http...
2026-07-02 Christopher... CLEANUP: applet/http-client: Don't needlessly copy...
2026-07-02 Christopher... BUG/MAJOR: htx: Don't swap buffers for empty HTX messag...
2026-07-02 Huangbin ZhanBUG/MINOR: tools: fix invalid character detection in...
2026-07-02 Frederic LecailleBUG/MINOR: init: fix default global settings being...
2026-07-01 Dragan DosenMINOR: log: add app_log_raw() and send_log_raw() for...
2026-07-01 Frederic LecailleMINOR: haload: import source code and documentation
2026-07-01 Frederic LecailleMINOR: server: export functions used during server...
2026-07-01 Frederic LecailleMINOR: stconn: export sc_new()
2026-07-01 Frederic LecailleMINOR: stconn: add sc_hastream() and __sc_hastream...
2026-07-01 Frederic LecailleMINOR: obj_type: add OBJ_TYPE_HALOAD for haload stream...
2026-07-01 Frederic LecailleMINOR: hldstream: add definition of hldstream struct...
2026-07-01 Frederic LecailleMINOR: trace: add definitions for haload streams
2026-07-01 Frederic LecailleMINOR: init: add no listener mode
2026-07-01 Frederic LecailleMINOR: hbuf: new lightweight hbuf API
2026-07-01 Olivier HouchardBUG/MEDIUM: servers: Use a refcount for port_range...
2026-07-01 Alexander StephanDOC: server: document 'set server name' CLI command
2026-07-01 Alexander StephanREGTESTS: server: add test for 'set server name' CLI...
2026-07-01 Alexander StephanMEDIUM: server: add 'set server name' CLI command for...
2026-07-01 Alexander StephanMINOR: server: distinguish name references with new...
2026-07-01 Alexander StephanBUG/MINOR: sample: set SMP_F_CONST on srv_name fetch
2026-06-30 Steven HonsonBUG/MEDIUM: server: initialise agent.health in srv_sett...
2026-06-30 Amaury DenoyelleMINOR: hq-interop: trace HTX headers
2026-06-30 Amaury DenoyelleMINOR: hq-interop: trace transcoding of response status...
2026-06-30 Amaury DenoyelleMINOR: hq-interop: add request start-line traces
2026-06-29 Amaury DenoyelleMINOR: mux_quic: add minimal traces for QUIC MUX init...
2026-06-29 Amaury DenoyelleBUG/MINOR: h3: adjust HTTP headers traces
2026-06-29 Amaury DenoyelleBUG/MINOR: hq-interop: support transcoding of absolute URI
2026-06-29 Amaury DenoyelleBUG/MINOR: hq-interop: fix transcoding of wrapping...
2026-06-26 William LallemandMEDIUM: httpclient: initialize the httpclient with...
2026-06-26 William LallemandMINOR: ssl: export ssl_sock_init_srv()
next