]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
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...
2026-03-10 Christopher... MINOR: connection: Call sc_conn_process() instead of...
2026-03-10 Christopher... MINOR: applet: Call sc_applet_process() instead of...
2026-03-10 Christopher... MAJOR: muxes: No longer use app_ops .wake() callback...
2026-03-10 Christopher... MINOR: muxes: Wakup the data layer from a mux stream...
2026-03-10 Christopher... MINOR: mux-spop: Rely on spop_strm_notify_send() when...
2026-03-10 Christopher... MINOR: mux-h2: Rely on h2s_notify_send() when resuming...
2026-03-10 Christopher... MINOR: stconn: Call sc_conn_process from the I/O callba...
2026-03-10 Remi Tricot... DOC: jwt: Add ECDH support in jwt_decrypt converters
2026-03-10 Remi Tricot... MINOR: jwt: Manage ec certificates in jwt_decrypt_cert
2026-03-10 Remi Tricot... MINOR: jwt: Add ecdh-es+axxxkw support in jwt_decrypt_j...
2026-03-10 Remi Tricot... MINOR: jwt: Manage ECDH-ES algorithm in jwt_decrypt_jwk...
2026-03-10 Remi Tricot... MINOR: jwt: Parse ec-specific fields in jose header
2026-03-10 Remi Tricot... MINOR: jwt: Convert EC JWK to EVP_PKEY
2026-03-10 Remi Tricot... MINOR: jwt: Improve 'jwt_tokenize' function
2026-03-09 William LallemandRevert "BUG/MINOR: jwt: Missing 'jwt_tokenize' return...
2026-03-09 William LallemandBUG/MINOR: mworker: don't set the PROC_O_LEAVING flag...
2026-03-09 William LallemandMINOR: mworker: add a BUG_ON() on mproxy_li in _send_status
2026-03-09 Willy TarreauSCRIPTS: git-show-backports: add a restart-from-last...
2026-03-09 Willy TarreauSCRIPTS: git-show-backports: hide the common ancestor...
2026-03-08 William LallemandBUG/MINOR: admin: haproxy-reload rename -vv long option
2026-03-08 William LallemandMEDIUM: admin: haproxy-reload conversion to POSIX sh
2026-03-08 William LallemandBUG/MINOR: admin: haproxy-reload use explicit socat...
2026-03-06 Aurelien DARRAGONCLEANUP: flt_http_comp: comp_state doesn't bother about...
2026-03-06 Aurelien DARRAGONMEDIUM: flt_http_comp: split "compression" filter in...
2026-03-06 Aurelien DARRAGONMINOR: flt_http_comp: define and use proxy_get_comp...
2026-03-06 Remi Tricot... BUG/MINOR: jwt: Missing 'jwt_tokenize' return value...
2026-03-06 Christopher... BUG/MINOR: backend: Don't get proto to use for webscoke...
2026-03-06 Christopher... BUG/MINOR: ssl-sample: Fix sample_conv_sha2() by checki...
2026-03-05 Christopher... BUG/MINOR: stconn: Increase SC bytes_out value in se_do...
2026-03-05 Willy Tarreau[RELEASE] Released version 3.4-dev6 v3.4-dev6
2026-03-05 Olivier HouchardMINOR: stats: Add an option to disable the calculation...
2026-03-05 Olivier HouchardMINOR: proxies: Update beconn separately
2026-03-05 Olivier HouchardMINOR: listeners: Update the frequency counters separat...
2026-03-05 Olivier HouchardMINOR: counters: Introduce COUNTERS_UPDATE_MAX()
2026-03-05 Frederic LecailleCLEANUP: qpack: simplify length checks in qpack_decode_fs()
2026-03-05 Christopher... MINOR: mux-fcgi: Use a dedicated function to resume...
2026-03-05 Christopher... BUG/MEDIUM: mux-fcgi: Use a safe loop to resume each...
2026-03-05 Christopher... BUG/MAJOR: resolvers: Properly lowered the names found...
2026-03-05 Christopher... BUG/MAJOR: fcgi: Fix param decoding by properly checkin...
2026-03-05 Christopher... BUG/MINOR: http-ana: Increment scf bytes_out value...
2026-03-05 Christopher... BUG/MINOR: sample: Fix sample to retrieve the number...
2026-03-05 Christopher... BUG/MINOR: channel: Increase the stconn bytes_in value...
2026-03-05 Christopher... DOC: config: Use the right alias for %B
next