]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
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 20260310-jwk-ecc flx04/20260310-jwk-ecc
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...
next