]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2025-03-12  Willy TarreauMINOR: compiler: add a simple macro to concatenate...
2025-03-12  Willy TarreauBUG/MEDIUM: thread: use pthread_self() not ha_pthread...
2025-03-12  Aurelien DARRAGONMEDIUM: log: change default "host" strategy for log...
2025-03-12  Aurelien DARRAGONMINOR: log: handle log-forward "option host"
2025-03-12  Aurelien DARRAGONMINOR: log: add "option host" log-forward option
2025-03-12  Aurelien DARRAGONMINOR: tools: only print address in sa2str() when port...
2025-03-12  Aurelien DARRAGONMINOR: log: provide source address information in syslo...
2025-03-12  Aurelien DARRAGONMINOR: log: migrate log-forward options from proxy...
2025-03-12  Aurelien DARRAGONMINOR: proxy: add proxy->options3
2025-03-12  Aurelien DARRAGONCLEANUP: log: add syslog_process_message() helper
2025-03-12  Aurelien DARRAGONCLEANUP: log-forward: remove useless options2 init
2025-03-11  William LallemandCI: github: add "jose" to apt dependencies
2025-03-11  William LallemandTESTS: jws: implement a test for JWS signing
2025-03-11  William LallemandMINOR: jws: implement JWS signing
2025-03-07  Willy Tarreau[RELEASE] Released version 3.2-dev7 v3.2-dev7
2025-03-07  Valentine KrasnobaevaMINOR: startup: adjust alert messages, when capabilitie...
2025-03-07  Damien ClaisseBUG/MINOR: cfgparse-tcp: relax namespace bind check
2025-03-07  Amaury DenoyelleMAJOR: mux-quic: increase stream flow-control for multi...
2025-03-07  Amaury DenoyelleMEDIUM: mux-quic: handle too short data splitted on...
2025-03-07  Amaury DenoyelleMAJOR: mux-quic: support multiple QCS RX buffers
2025-03-07  Amaury DenoyelleMINOR: mux-quic: adapt return value of qcc_decode_qcs()
2025-03-07  Amaury DenoyelleMINOR: mux-quic: adjust Rx data consumption API
2025-03-07  Amaury DenoyelleMINOR: mux-quic: store QCS Rx buf in a single-entry...
2025-03-07  Amaury DenoyelleMINOR: mux-quic: define rxbuf wrapper
2025-03-07  Amaury DenoyelleMINOR: mux-quic: define globally stream rxbuf size
2025-03-07  Amaury DenoyelleMINOR: mux-quic: refine reception of standalone STREAM FIN
2025-03-07  Amaury DenoyelleMINOR/OPTIM: mux-quic: do not allocate rxbuf on standal...
2025-03-07  Amaury DenoyelleMINOR: h3/hq-interop: restore function for standalone...
2025-03-07  Amaury DenoyelleTESTS: quic: create first quic unittest
2025-03-07  Willy TarreauMINOR: stream/cli: make "show sess" support filtering...
2025-03-07  Willy TarreauMINOR: stream/cli: rework "show sess" to better conside...
2025-03-07  Willy TarreauBUG/MINOR: stream: fix age calculation in "show sess...
2025-03-07  Aurelien DARRAGONMINOR: cfgparse/peers: provide more info when ignoring...
2025-03-07  Aurelien DARRAGONBUG/MINOR: server: dont return immediately from parse_s...
2025-03-06  Aurelien DARRAGONBUG/MINOR: cfgparse/peers: properly handle ignored...
2025-03-06  Aurelien DARRAGONBUG/MINOR: cfgparse/peers: fix inconsistent check for...
2025-03-06  William LallemandCI: github: show results of the Unit tests
2025-03-06  William LallemandTESTS: unit-tests: store sh -x in a result file
2025-03-06  William LallemandTESTS: change the output of run-unittests.sh
2025-03-06  Valentine KrasnobaevaBUG/MEIDUM: startup: return to initial cwd only after...
2025-03-06  Roberto MoredaMINOR: log: add dont-parse-log and assume-rfc6587-ntf...
2025-03-06  Roberto MoredaMINOR: log: detach prepare from parse message
2025-03-06  Roberto MoredaMINOR: log: add options eval for log-forward
2025-03-06  Aurelien DARRAGONMINOR: cfgparse-listen: add and use cfg_parse_listen_ma...
2025-03-06  Aurelien DARRAGONMINOR: proxy: make pr_mode enum bitfield compatible
2025-03-05  Aurelien DARRAGONMEDIUM: log: postpone the decision to send or not log...
2025-03-05  Aurelien DARRAGONMINOR: log: use __send_log() with exact payload length
2025-03-05  Aurelien DARRAGONBUG/MINOR: log: set proper smp size for balance log...
2025-03-05  Aurelien DARRAGONCLEANUP: log: removing "log-balance" references
2025-03-04  Valentine KrasnobaevaMINOR: sample: allow custom date format in error-log...
2025-03-04  Olivier HouchardDEBUG: init: Add a macro to register unit tests
2025-03-04  William LallemandCI: github: fix h2spec.config proxy names
2025-03-04  William LallemandTESTS: ist: add a ist.sh to launch in make unit-tests
2025-03-04  William LallemandTESTS: ist: use the exit code to return a verdict
2025-03-04  William LallemandTESTS: ist: fix wrong array size
2025-03-03  William LallemandCI: github: remove smoke tests from vtest.yml
2025-03-03  William LallemandMINOR: jws: conversion to NIST curves name
2025-03-03  William LallemandTESTS: add config smoke checks in the unit tests
2025-03-03  William LallemandCI: github: run make unit-tests on the CI
2025-03-03  William LallemandTESTS: jws: register a unittest for jwk
2025-03-03  William LallemandTESTS: add a unit test runner in the Makefile
2025-03-03  William LallemandDEBUG: init: add a way to register functions for unit...
2025-03-03  William LallemandMINOR: jws: implement a JWK public key converter
2025-03-03  Willy TarreauBUG/MINOR: server: check for either proxy-protocol...
2025-02-28  Amaury DenoyelleBUG/MINOR: hq-interop: fix leak in case of rcv_buf...
2025-02-28  Willy TarreauMINOR: h1: permit to relax the websocket checks for...
2025-02-28  Christopher... BUG/MEDIUM: mux-fcgi: Try to fully fill demux buffer...
2025-02-27  Amaury DenoyelleMINOR: hq-interop: properly handle incomplete request
2025-02-27  Amaury DenoyelleCLEANUP: h3: fix documentation of h3_rcv_buf()
2025-02-27  Amaury DenoyelleBUG/MINOR: h3: do not report transfer as aborted on...
2025-02-27  Dragan DosenBUG/MINOR: server: fix the "server-template" prefix...
2025-02-27  Dragan DosenBUG/MEDIUM: server: properly initialize PROXY v2 TLVs
2025-02-26  Olivier HouchardMEDIUM: servers: Add strict-maxconn.
2025-02-26  Olivier HouchardMEDIUM: connections: Allow taking over connections...
2025-02-26  Olivier HouchardMEDIUM: pollers: Drop fd events after a takeover to...
2025-02-26  Olivier HouchardMINOR: pollers: Add a fixup_tgid_takeover() method.
2025-02-26  Olivier HouchardMEDIUM: epoll: Make sure we can add a new event
2025-02-26  Olivier HouchardMINOR: fd: Add fd_lock_tgid_cur().
2025-02-26  Olivier HouchardMEDIUM: fd: Wait if locked in fd_grab_tgid() and fd_tak...
2025-02-25  Ilia ShipitsinBUILD: add possibility to use different QuicTLS variants
2025-02-25  Willy TarreauOPTIM: connection: don't try to kill other threads...
2025-02-24  Willy TarreauBUG/MEDIUM: stream: don't use localtime in dumps from...
2025-02-24  Willy TarreauMINOR: tinfo: split the signal handler report flags...
2025-02-24  Willy TarreauBUG/MINOR: h2: always trim leading and trailing LWS...
2025-02-22  Vincent DechenauxMINOR: compression: Introduce minimum size
2025-02-21  Willy TarreauCLEANUP: task: move the barrier after clearing th_ctx...
2025-02-21  Willy TarreauMINOR: tools: use only opportunistic symbols resolution
2025-02-21  Willy TarreauBUG/MEDIUM: stream: use non-blocking freq_ctr calls...
2025-02-21  Willy TarreauMINOR: freq_ctr: provide non-blocking read functions
2025-02-21  Willy TarreauBUG/MEDIUM: stream: never allocate connection addresses...
2025-02-21  Willy TarreauMINOR: tinfo: add a new thread flag to indicate a call...
2025-02-21  Willy TarreauBUG/MINOR: mux-h1: always make sure h1s->sd exists...
2025-02-21  Willy TarreauBUG/MINOR: stream: do not call co_data() from __strm_du...
2025-02-21  Ilia ShipitsinCI: QUIC Interop: clean old docker images
2025-02-21  Aurelien DARRAGONMINOR: clock: always use atomic ops for global_now_ms
2025-02-21  Aurelien DARRAGONBUG/MINOR: sink: add tempo between 2 connection attempt...
2025-02-21  Aurelien DARRAGONBUG/MINOR: log: fix outgoing abns address family
2025-02-21  Aurelien DARRAGONREGTESTS: fix reg-tests/server/abnsz.vtc
2025-02-21  Willy TarreauBUG/MEDIUM: uxst: fix outgoing abns address family...
2025-02-20  Valentine KrasnobaevaBUG/MINOR: cfgparse: fix NULL ptr dereference in cfg_pa...
next