]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2022-11-22  Aurelien DARRAGONDOC: configuration.txt: add default_value for table_idl...
2022-11-22  Christopher... BUILD: http-htx: Silent build error about a possible...
2022-11-22  Christopher... BUG/MEDIUM: mux-h1: Subscribe for reads on error on...
2022-11-22  Christopher... BUG/MEDIUM: mux-h1: Don't release H1C on timeout if...
2022-11-22  Christopher... BUG/MINOR: http-htx: Don't consider an URI as normalize...
2022-11-22  Christopher... REG-TESTS: http: Add more tests about authority/host...
2022-11-22  Christopher... BUG/MINOR: h1: Replace authority validation to conform...
2022-11-22  Christopher... BUG/MINOR: http-htx: Normalized absolute URIs with...
2022-11-22  Christopher... MINOR: http: Considere empty ports as valid default...
2022-11-22  Christopher... MINOR: h1: Consider empty port as invalid in authority...
2022-11-22  Aurelien DARRAGONCLEANUP: tools: extra check in utoa_pad
2022-11-22  Aurelien DARRAGONCLEANUP: arg: remove extra check in make_arg_list arg...
2022-11-22  Aurelien DARRAGONBUG/MINOR: log: fix parse_log_message rfc5424 size...
2022-11-22  Aurelien DARRAGONBUG/MINOR: cfgparse-listen: fix ebpt_next_dup pointer...
2022-11-22  Amaury DenoyelleDOC: quic: add note on performance issue with listener...
2022-11-22  Willy TarreauBUILD: sched: fix build with DEBUG_THREAD with the...
2022-11-22  Willy TarreauBUG/MAJOR: sched: protect task during removal from...
2022-11-22  Willy TarreauBUILD: listener: fix build warning on global_listener_r...
2022-11-21  Willy TarreauMINOR: server/idle: make the next_takeover index per...
2022-11-21  Willy TarreauBUG/MINOR: server/idle: at least use atomic stores...
2022-11-21  Willy TarreauBUG/MINOR: resolvers: do not run the timeout task when...
2022-11-21  Amaury DenoyelleMINOR: global: generate random cluster.secret if not...
2022-11-21  Amaury DenoyelleMINOR: quic: report error if force-retry without cluste...
2022-11-21  Amaury DenoyelleDOC: configuration: fix quic prefix typo
2022-11-21  Willy TarreauMINOR: cli/pools: add pool name filtering capability...
2022-11-21  Willy TarreauMINOR: cli/pools: add sorting capabilities to "show...
2022-11-21  Willy TarreauMINOR: cli/pools: store "show pools" results into a...
2022-11-21  Ilya ShipitsinCLEANUP: quic: replace "choosen" with "chosen" all...
2022-11-20  Frédéric LécailleBUG/MAJOR: quic: Crash after discarding packet number...
2022-11-19  Abhijeet RastogiMINOR: cli: print parsed command when not found
2022-11-19  Frédéric LécailleBUG/MAJOR: quic: Crash upon retransmission of dgrams...
2022-11-19  Mathias WeiersmuellerMEDIUM: tcp-act: add parameter rst-ttl to silent-drop
2022-11-18  Willy Tarreau[RELEASE] Released version 2.7-dev9 v2.7-dev9
2022-11-18  Amaury DenoyelleMINOR: quic: complete traces/debug for handshake
2022-11-18  Amaury DenoyelleBUG/MEDIUM: quic: fix memleak for out-of-order crypto...
2022-11-18  Amaury DenoyelleBUG/MEDIUM: quic: fix unsuccessful handshakes on ncb_ad...
2022-11-18  Amaury DenoyelleMINOR: ncbuf: complete doc for ncb_advance()
2022-11-18  Christopher... BUILD: peers: Remove unused variables
2022-11-18  Christopher... MEDIUM: thread: Restric nbthread/thread-group(s) to...
2022-11-18  Christopher... MINOR: cfgparse: Always check the section position
2022-11-18  Emeric BrunBUG/MEDIUM: peers: messages about unkown tables not...
2022-11-18  William LallemandBUILD: Makefile: enable USE_SHM_OPEN by default on...
2022-11-18  William LallemandBUG/MINOR: ssl: don't initialize the keylog callback...
2022-11-18  Christopher... BUG/MEDIUM: raw-sock: Don't report connection error...
2022-11-18  Aurelien DARRAGONBUG/MINOR: http_ana/txn: don't re-initialize txn and...
2022-11-18  Christopher... CLEANUP: mux-h1: Don't test h1c in h1_shutw_conn()
2022-11-17  Willy TarreauDOC: internal: commit notes about polling states and...
2022-11-17  Willy TarreauDOC: internal: commit notes about polling states and...
2022-11-17  Christopher... BUG/MINOR: mux-h1: Fix error handling when H1S allocati...
2022-11-17  Christopher... CLEANUP: listener: Remove useless task_queue from manag...
2022-11-17  Christopher... BUG/MEDIUM: listener: Fix race condition when updating...
2022-11-17  Christopher... DOC: lua-api: Remove warning about the lua filters
2022-11-17  Christopher... MINOR: mux-h1: Rely on a H1S flag to know a WS key...
2022-11-17  Christopher... MINOR: sconn: Set SE_FL_ERROR only when there is no...
2022-11-17  Christopher... MEDIUM: mux-fcgi: Introduce flags to deal with connecti...
2022-11-17  Christopher... CLEANUP: mux-h2: Remove unused fields in h2c structures
2022-11-17  Christopher... MEDIUM: mux-h2: Introduce flags to deal with connection...
2022-11-17  Christopher... MEDIUM: mux-pt: Don't always set a final error on SE...
2022-11-17  Christopher... MEDIUM: mux-h1: Don't report a final error whe a messag...
2022-11-17  Christopher... CLEANUP: mux-h1: Reorder H1 connection flags to avoid...
2022-11-17  Christopher... MEDIUM: mux-h1: Rely on the H1C to deal with shutdown...
2022-11-17  Christopher... MINOR: mux-h1: Add flag on H1 stream to deal with inter...
2022-11-17  Christopher... CLEANUP: mux-h1: Rename H1C_F_ERR_PENDING into H1C_F_AB...
2022-11-17  Christopher... MINOR: mux-h1: Don't handle subscribe for reads in...
2022-11-17  Christopher... MEDIUM: mux-h1: Handle H1C states via its state field...
2022-11-17  Christopher... MINOR: mux-h1: Add a dedicated enum to deal with H1...
2022-11-17  Christopher... CLEANUP: mux-h1: Rename H1C_F_ST_ERROR and H1C_F_ST_SIL...
2022-11-17  Christopher... REORG: mux-h1: Reorg the H1C structure
2022-11-17  Christopher... CLEANUP: mux-h1; Rename H1S_F_ERROR flag into H1S_F_ERR...
2022-11-17  Christopher... MINOR: mux-h1: Remove usless code inside shutr callback
2022-11-17  Willy TarreauBUG/MINOR: pool/cli: use ullong to report total pool...
2022-11-17  Willy TarreauDEV: poll: indicate the FD's side in front of its value
2022-11-17  Willy TarreauDEV: poll: strip the "do_" prefix from reported functio...
2022-11-17  Willy TarreauDEV: poll: make the connect() step an action as well
2022-11-17  Willy TarreauBUILD: makefile: move the compiler option detection...
2022-11-17  Willy TarreauBUILD: makefile: use $(cmd_MAKE) in quiet mode
2022-11-17  Willy TarreauBUILD: makefile: move default verbosity settings to...
2022-11-17  Willy TarreauBUILD: makefile: properly pass CC to sub-projects
2022-11-17  Willy TarreauBUILD: makefile: mark poll and tcploop targets as phony
2022-11-17  Amaury DenoyelleBUILD: quic: fix dubious 0-byte overflow on qc_release_...
2022-11-16  Willy TarreauBUG/MEDIUM: ring: fix creation of server in uninitializ...
2022-11-16  Willy TarreauMEDIUM: trace: create a new "trace" statement in the...
2022-11-16  Willy TarreauMINOR: trace: split the CLI "trace" parser in CLI vs...
2022-11-16  Willy TarreauDOC: config: fix alphabetical ordering of global section
2022-11-16  Christopher... REG-TESTS: cache: Remove T-E header for 304-Not-Modifie...
2022-11-16  Mickael TorresBUG/MINOR: mux-h1: Do not send a last null chunk on...
2022-11-16  Willy TarreauMINOR: dynbuf: switch allocation and release to macros...
2022-11-16  Willy TarreauMINOR: pool/debug: create a new pool_alloc_flag() macro
2022-11-16  Remi Tricot... BUG/MINOR: ssl: SSL_load_error_strings might not be...
2022-11-16  Christopher... BUG/MEDIUM: mux-fcgi: Avoid value length overflow when...
next