]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-12-06  Willy TarreauBUG/MINOR: checks: make sure fastinter is used even...
2022-12-06  Willy TarreauBUG/MEDIUM: checks: do not reschedule a possibly runnin...
2022-12-06  Aurelien DARRAGONMINOR: server/event_hdl: add support for SERVER_UP...
2022-12-06  Aurelien DARRAGONMINOR: server/event_hdl: add support for SERVER_ADD...
2022-12-06  Aurelien DARRAGONMINOR: stats: add server revision id support
2022-12-06  Aurelien DARRAGONMINOR: server: add srv->rid (revision id) value
2022-12-05  Christopher... BUG/MEDIIM: stconn: Flush output data before forwarding...
2022-12-05  Amaury DenoyelleBUG/MINOR: quic: fix fd leak on startup check quic...
2022-12-02  William LallemandBUG/MINOR: ssl: initialize WolfSSL before parsing
2022-12-02  William LallemandBUG/MINOR: ssl: initialize SSL error before parsing
2022-12-02  Amaury DenoyelleMINOR: quic: activate socket per conn by default
2022-12-02  Amaury DenoyelleMINOR: quic: reconnect quic-conn socket on address...
2022-12-02  Amaury DenoyelleMEDIUM: quic: requeue datagrams received on wrong socket
2022-12-02  Amaury DenoyelleMINOR: mux-quic: rename duplicate function names
2022-12-02  Amaury DenoyelleMEDIUM: quic: move receive out of FD handler to quic...
2022-12-02  Amaury DenoyelleMEDIUM: quic: use quic-conn socket for reception
2022-12-02  Amaury DenoyelleMINOR: quic: use connection socket for emission
2022-12-02  Amaury DenoyelleMINOR: quic: allocate a socket per quic-conn
2022-12-02  Amaury DenoyelleMINOR: quic: define config option for socket per conn
2022-12-02  Amaury DenoyelleMINOR: quic: test IP_PKTINFO support for quic-conn...
2022-12-02  Amaury DenoyelleMINOR: quic: startup detect for quic-conn owned socket...
2022-12-02  Amaury DenoyelleMINOR: quic: ignore address migration during handshake
2022-12-02  Amaury DenoyelleMINOR: quic: detect connection migration
2022-12-02  Amaury DenoyelleMINOR: tools: add port for ipcmp as optional criteria
2022-12-02  Amaury DenoyelleMINOR: quic: extract datagram parsing code
2022-12-02  Amaury DenoyelleMINOR: quic: complete traces in qc_rx_pkt_handle()
2022-12-02  Amaury DenoyelleMINOR: quic: remove qc from quic_rx_packet
2022-12-02  William LallemandMEDIUM: ssl: rename the struct "cert_key_and_chain...
2022-12-02  Aurelien DARRAGONDOC/MINOR: api: add documentation for event_hdl feature
2022-12-02  Aurelien DARRAGONMINOR: event_hdl: add event handler base api
2022-12-02  scientiamobileLICENSE: wurfl: clarify the dummy library license.
2022-12-01  Willy TarreauMINOR: debug: add a balance of alloc - free at the...
2022-12-01  Willy TarreauMINOR: debug: support pool filtering on "debug dev...
2022-12-01  Dragan DosenMEDIUM: 51d: add support for 51Degrees V4 with Hash...
2022-12-01  Willy Tarreau[RELEASE] Released version 2.8-dev0 v2.8-dev0
2022-12-01  Willy TarreauMINOR: version: mention that it's development again
2022-12-01  Willy Tarreau[RELEASE] Released version 2.7.0 v2.7.0
2022-12-01  Willy TarreauMINOR: version: mention that it's stable now
2022-11-30  Willy TarreauSCRIPTS: run-regtests: add a version check
2022-11-30  Willy TarreauMINOR: debug: relax access restrictions on "debug dev...
2022-11-30  Willy TarreauCLEANUP: anon: clarify the help message on "debug dev...
2022-11-30  Stefan EissingBUILD: quic: allow build with USE_QUIC and USE_OPENSSL_...
2022-11-30  Willy TarreauMINOR: debug: improve error handling on the memstats...
2022-11-30  Christopher... MINOR: mux-h1: add the expire task and its expiration...
2022-11-30  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2022-11-29  Willy TarreauBUG/MINOR: peers: always update the stksess shard numbe...
2022-11-29  Willy TarreauCLEANUP: peers: factor out the key len calculation...
2022-11-29  Willy TarreauMINOR: stick-table: change the API of the function...
2022-11-29  Christopher... BUG/MEDIUM: mux-h1: Close client H1C on EOS when there...
2022-11-29  Willy TarreauREGTESTS: fix peers-related regtests regarding "show...
2022-11-29  Willy TarreauBUG/MINOR: peers: always initialize the stksess shard...
2022-11-29  Willy TarreauMINOR: mux-h2: add the expire task and its expiration...
2022-11-29  Frédéric LécailleBUG/MINOR: quic: Endless loop during retransmissions
2022-11-29  Amaury DenoyelleCLEANUP: ncbuf: use standard BUG_ON with DEBUG_STRICT
2022-11-29  Amaury DenoyelleCLEANUP: ncbuf: inline small functions
2022-11-29  Amaury DenoyelleCLEANUP: ncbuf: remove ncb_blk args by value
2022-11-29  Willy TarreauMINOR: stick-table: show the shard number in each entry...
2022-11-28  Willy TarreauMINOR: stick-table: store a per-table hash seed and...
2022-11-28  Willy TarreauCLEANUP: stick-table: fill alignment holes in the stkta...
2022-11-28  Willy TarreauSCRIPTS: announce-release: add a link to the data plane API
2022-11-25  Willy TarreauDEV: tcploop: add optional support for epoll
2022-11-25  Willy TarreauDEV: tcploop: do not report an error on POLLERR
2022-11-25  Willy TarreauDEV: tcploop: add support for POLLRDHUP when supported
2022-11-25  Willy TarreauDEV: tcploop: centralize the polling code into wait_for...
2022-11-25  Willy TarreauDEV: poll: add support for epoll
2022-11-25  Willy TarreauREORG: activity/cli: move the "show activity" handler...
2022-11-25  Willy TarreauMINOR: activity: report uptime in "show activity"
2022-11-25  Willy TarreauDOC: config: clarify the -m dir and -m dom pattern...
2022-11-25  Willy TarreauBUILD: halog: fix missing double-quote at end of help...
2022-11-25  Willy TarreauDOC: config: clarify the fact that "retries" is not...
2022-11-25  Willy TarreauDOC: config: explain how default matching method for...
2022-11-25  Willy TarreauDOC: config: mention that a single monitor-uri rule...
2022-11-25  Willy TarreauDOC: config: clarify the fact that SNI should not be...
2022-11-25  Willy TarreauDOC: halog: explain how to use -ac and -ad in the help...
2022-11-25  Willy TarreauDOC: config: refer to section about quoting in the...
2022-11-25  Willy TarreauDOC: config: provide some configuration hints for ...
2022-11-24  William LallemandBUG/MINOR: ssl: shut the ca-file errors emitted during...
2022-11-24  William LallemandMINOR: ssl: forgotten newline in error messages on...
2022-11-24  Willy Tarreau[RELEASE] Released version 2.7-dev10 v2.7-dev10
2022-11-24  Amaury DenoyelleBUG/MEDIUM: quic: fix datagram dropping on queueing...
2022-11-24  Willy TarreauCLEANUP: qpack: properly use the QPACK macros not HPACK...
2022-11-24  Willy TarreauCLEANUP: qpack: fix format string in debugging code...
2022-11-24  Willy TarreauCLEANUP: peers: fix format string for status messages...
2022-11-24  Aurelien DARRAGONMINOR: auth: silence null dereference warning in check_...
2022-11-24  Willy TarreauMINOR: sample: make the rand() sample fetch function...
2022-11-24  Uriah PollockMEDIUM: ssl: add minimal WolfSSL support with OpenSSL...
2022-11-24  Uriah PollockBUILD: quic: use openssl-compat.h instead of openssl...
2022-11-24  Willy TarreauBUILD: quic: silence two invalid build warnings at...
2022-11-24  Willy TarreauBUILD: makefile: minor reordering of objects by build...
2022-11-24  Willy TarreauBUILD: flags: really restrict the cases where flags...
2022-11-24  Willy TarreauCLEANUP: tools: do not needlessly include xxhash nor...
2022-11-24  Willy TarreauBUILD: quic: global.h is needed in cfgparse-quic
2022-11-24  Willy TarreauBUILD: compiler: include compiler's definitions before...
2022-11-24  Willy TarreauBUILD: stick-tables: fix build breakage in xxhash on...
2022-11-23  Aurelien DARRAGONDOC: configuration.txt: fix typo in table_idle signature
2022-11-23  Christopher... MINOR: mux-h1: Avoid useless call to h1_send() if no...
2022-11-23  Christopher... MINOR: mux-h1: Remove H1C_F_WAIT_NEXT_REQ in functions...
2022-11-23  Christopher... BUG/MINOR: mux-h1: Fix handling of 408-Request-Time-Out
2022-11-23  Christopher... BUG/MEDIUM: mux-h1: Remove H1C_F_WAIT_NEXT_REQ flag...
2022-11-23  Christopher... BUILD: ssl-sock: Silent error about NULL deref in ssl_s...
next