]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2026-03-19 William LallemandBUG/MINOR: mworker: fix sort order of mworker_proc...
2026-03-19 Willy TarreauMINOR: mux-h2: permit to fix a minimum value for the...
2026-03-19 Willy TarreauMINOR: mux-h2: permit to moderate the advertised stream...
2026-03-19 Willy TarreauMINOR: mux-h2: store the concurrent streams hard limit...
2026-03-19 Willy TarreauMINOR: task: maintain a per-thread indicator of the...
2026-03-19 Willy TarreauMINOR: freq_ctr: add a function to add values with...
2026-03-19 William LallemandCI: github: treat vX.Y.Z release tags as stable like...
2026-03-19 Alexander StephanBUG/MINOR: mworker/cli: fix show proc pagination losing...
2026-03-19 Amaury DenoyelleBUG/MEDIUM: h3: reject unaligned frames except DATA
2026-03-19 Amaury DenoyelleBUG/MAJOR: h3: check body size with content-length...
2026-03-19 Aleksandar... OPTIM: haterm: use chunk builders for generated respons...
2026-03-19 Willy TarreauBUG/MINOR: mux-h2: properly ignore R bit in WINDOW_UPDA...
2026-03-19 Willy TarreauBUG/MINOR: mux-h2: properly ignore R bit in GOAWAY...
2026-03-19 Willy TarreauBUG/MEDIUM: peers: enforce check on incoming table...
2026-03-18 William LallemandBUG/MINOR: mworker: don't try to access an initializing...
2026-03-18 Willy TarreauMINOR: debug: opportunistically load libthread_db.so...
2026-03-18 Willy TarreauMINOR: debug: copy debug symbols from /usr/lib/debug...
2026-03-18 Willy TarreauDEV: gdb: add a new utility to extract libs from a...
2026-03-18 Willy TarreauMINOR: debug: read all libs in memory when set-dumpable...
2026-03-18 Willy TarreauMINOR: config: support explicit "on" and "off" for...
2026-03-18 Willy TarreauMINOR: tools: add a function to load a file into a...
2026-03-18 Willy TarreauMINOR: tools: add a function to create a tar file header
2026-03-18 Christopher... BUILD: spoe: Remove unsused variable
2026-03-18 Christopher... BUG/MINOR: spoe: Fix condition to abort processing...
2026-03-18 Aurelien DARRAGONMINOR: promex: export "haproxy_sticktable_local_updates...
2026-03-18 Aurelien DARRAGONMEDIUM: stats-file/clock: automatically update now_offs...
2026-03-17 William LallemandBUG/MINOR: mjson: make mystrtod() length-aware to preve...
2026-03-17 Christopher... BUG/MINOR: stream: Fix crash in stream dump if the...
2026-03-17 Christopher... BUG/MINOR: http-ana: Swap L7 buffer with request buffer...
2026-03-17 Christopher... BUG/MINOR: h2/h3: Never insert partial headers/trailers...
2026-03-17 Christopher... MINOR: htx: Add function to truncate all blocks after...
2026-03-17 Christopher... BUG/MINOR: h2/h3: Only test number of trailers inserted...
2026-03-17 Christopher... BUG/MEDIUM: stconn: Don't perform L7 retries with large...
2026-03-17 Christopher... BUG/MEDIUM: stconn: Fix abort on close when a large...
2026-03-17 Christopher... BUG/MEDIUM: spoe: Properly abort processing on client...
2026-03-17 Christopher... BUG/MINOR: spoe: Properly switch SPOE filter to WAITING...
2026-03-17 Christopher... BUG/MEDIUM: stconn: Don't forget to wakeup applets...
2026-03-16 William LallemandBUG/MINOR: sockpair: set FD_CLOEXEC on fd received...
2026-03-13 William LallemandBUG/MINOR: mworker: avoid passing NULL version in proc...
2026-03-13 William LallemandBUG/MINOR: mworker: set a timeout on the worker socketp...
2026-03-13 William LallemandBUG/MINOR: mworker: fix typo &= instead of & in proc...
2026-03-13 Maxime HenrionMINOR: traces: defer processing of "-dt" options
2026-03-13 William LallemandBUG/MINOR: mworker: only match worker processes when...
2026-03-12 Willy TarreauDOC: internals: short explanation on how thread_exec_ct...
2026-03-12 Willy TarreauMINOR: activity: raise the default number of memprofile...
2026-03-12 Willy TarreauMINOR: activity: support aggregating by caller also...
2026-03-12 Willy TarreauMINOR: cli: implement execution context for manually...
2026-03-12 Willy TarreauMINOR: cli: keep track of the initcall context since...
2026-03-12 Willy TarreauMINOR: cli: keep the info of the current keyword being...
2026-03-12 Willy TarreauMINOR: applet: set execution context on applet calls
2026-03-12 Willy TarreauMINOR: task: set execution context on task/tasklet...
2026-03-12 Willy TarreauMINOR: connection: track mux calls to report their...
2026-03-12 Willy TarreauMINOR: ssl: set the thread execution context during...
2026-03-12 Willy TarreauMINOR: filters: set the exec context to the current...
2026-03-12 Willy TarreauMINOR: actions: also report execution contexts register...
2026-03-12 Willy TarreauMINOR: actions: store the location of keywords register...
2026-03-12 Willy TarreauMINOR: tools: support an execution context that is...
2026-03-12 Willy TarreauMINOR: sample: also report contexts registered directly
2026-03-12 Willy TarreauMINOR: sample: store location for fetch/conv via initcalls
2026-03-12 Willy TarreauMINOR: tools: support decoding ha_caller type exec...
2026-03-12 Willy TarreauMINOR: tools: decode execution context TH_EX_CTX_INITCALL
2026-03-12 Willy TarreauMINOR: initcall: record the file and line declaration...
2026-03-12 Willy TarreauMINOR: memprof: report the execution context on profili...
2026-03-12 Willy TarreauMINOR: debug: report the execution context on thread...
2026-03-12 Willy TarreauMINOR: tools: add a function to write a thread executio...
2026-03-12 Willy TarreauMINOR: memprof: also permit to sort output by calling...
2026-03-12 Willy TarreauMINOR: memprof: prepare to consider exec_ctx in reporting
2026-03-12 Willy TarreauMINOR: tinfo: start to add basic thread_exec_ctx
2026-03-12 Willy TarreauMINOR: memprof: attempt different retry slots for diffe...
2026-03-12 Willy TarreauMINOR: tools: add a new pointer hash function that...
2026-03-12 Willy TarreauMINOR: tools: extend the pointer hashing code to ease...
2026-03-12 Willy TarreauMINOR: activity: use dynamic allocation for "show profi...
2026-03-12 Willy TarreauBUG/MINOR: proxy: do not forget to validate quic-initia...
2026-03-12 Willy TarreauBUG/MINOR: memprof: avoid a small memory leak in "show...
2026-03-12 Willy TarreauBUILD: makefile: fix range build without test command
2026-03-12 Olivier HouchardBUG/MEDIUM: ssl: Don't report read data as early data...
2026-03-12 William LallemandBUG/MINOR: mworker: always stop the receiving listener
2026-03-12 Olivier HouchardBUG/MEDIUM: ssl: Handle receiving early data with Borin...
2026-03-12 Egor ShestakovDOC/CLEANUP: config: update mentions of the old "Global...
2026-03-12 Tom BraarupDOC: configuration: http-check expect example typo
2026-03-12 Mia KanashiBUG/MINOR: jws: fix memory leak in jws_b64_signature
2026-03-12 Tim DuesterhusBUG/MINOR: tcpcheck: Fix typo in error error message...
2026-03-11 William LallemandBUILD: ssl: make X509_NAME usage OpenSSL 4.0 ready
2026-03-11 William LallemandBUILD: ssl: use ASN1_STRING accessors for OpenSSL 4...
2026-03-10 William LallemandMEDIUM: mworker: exiting when couldn't find the master...
2026-03-10 Christopher... DEBUG: stconn: Add a CHECK_IF() when I/O are performed...
2026-03-10 Christopher... MINOR: stconn: Simplify sc_abort/sc_shutdown by merging...
2026-03-10 Christopher... MINOR: stconn: Totally app_ops from the stconns
2026-03-10 Christopher... MINOR: stconn: Remove .shutdown() callback functions
2026-03-10 Christopher... MEDIUM: stconn: Merge all .shutdown() callback function...
2026-03-10 Christopher... MINOR: stconn: Remove .abort() callback functions
2026-03-10 Christopher... MEDIUM: stconn: Merge all .abort() callback functions...
2026-03-10 Christopher... MINOR: stconn: Remove .chk_snd() callback functions
2026-03-10 Christopher... MEDIUM: stconn: Merge all .chk_snd() callback functions...
2026-03-10 Christopher... MINOR: stconn: Remove .chk_rcv() callback functions
2026-03-10 Christopher... MEDIUM: stconn: Merge all .chk_rcv() callback functions...
2026-03-10 Christopher... MINOR: stconn: Wakup the SC with TASK_WOKEN_IO state...
2026-03-10 Christopher... MINOR: haterm: Remove hstream_wake() function
2026-03-10 Christopher... MINOR: check: Remove wake_srv_chk() function
2026-03-10 Christopher... MEDIUM: stconn: Remove .wake() callback function from...
next