]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-04-18  Amaury DenoyelleMINOR: stats: remove implicit static trash_chunk usage
2024-04-18  William LallemandMEDIUM: ssl: support a named crt-store section
2024-04-18  Aurelien DARRAGONMINOR: peers: stop relying on srv->addr to find peer...
2024-04-18  Aurelien DARRAGONBUG/MEDIUM: peers: fix localpeer regression with 'bind...
2024-04-18  Christopher... BUILD: linuxcap: Properly declare prepare_caps_from_per...
2024-04-18  Christopher... BUG/MEDIUM: peers: Fix exit condition when max-updates...
2024-04-18  Christopher... BUG/MEDIUM: spoe: Always retry when an applet fails...
2024-04-18  Christopher... BUG/MEDIUM: applet: Fix applet API to put input data...
2024-04-17  William LallemandBUG/MINOR: ssl: fix crt-store load parsing
2024-04-17  William LallemandBUG/MINOR: ssl: check on forbidden character on wrong...
2024-04-17  William LallemandMEDIUM: ssl: support aliases in crt-store
2024-04-17  Willy TarreauMEDIUM: evports: permit to report multiple events at...
2024-04-17  Willy TarreauBUG/MEDIUM: evports: do not clear returned events list...
2024-04-17  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2024-04-17  Ilya ShipitsinCI: reduce ASAN log redirection umbrella size
2024-04-17  Willy TarreauBUILD: xxhash: silence a build warning on Solaris ...
2024-04-17  Willy TarreauBUILD: cache: fix a build warning with gcc < 7
2024-04-16  Christopher... BUG/MEDIUM: stconn: Don't forward channel data if input...
2024-04-16  Christopher... MINOR: peer: Restore previous peer flags value to ease...
2024-04-16  Christopher... MEDIUM: peers: Only lock one peer at a time in the...
2024-04-16  Christopher... BUG/MAJOR: peers: Update peers section state from a...
2024-04-16  Christopher... BUG/MINOR: peers: Report a resync was explicitly reques...
2024-04-16  Christopher... MINOR: peers: Add functions to commit peer changes...
2024-04-16  Christopher... MINOR: peers: sligthly adapt part processing the stoppi...
2024-04-16  Christopher... MINOR: peers: Add flags to report the peer state to...
2024-04-16  Christopher... MINOR: peers: Add 2 peer flags about the peer learn...
2024-04-16  Christopher... MINOR: peers: Split resync process function to separate...
2024-04-16  Frederic LecailleBUG/MEDIUM: grpc: Fix several unaligned 32/64 bits...
2024-04-16  Frederic LecailleMINOR: net_helper: Add support for floats/doubles.
2024-04-15  William LallemandMINOR: ssl: 'key-base' allows to load a 'key' from...
2024-04-15  William LallemandMINOR: ssl: supports crt-base in crt-store
2024-04-15  William LallemandCLEANUP: ssl: remove dead code in cfg_parse_crtstore()
2024-04-15  Willy TarreauMINOR: ring: always check that the old ring fits in...
2024-04-15  Willy TarreauBUG/MAJOR: ring: use the correct size to reallocate...
2024-04-15  Willy TarreauMINOR: ring: clarify the usage of ring_size() and add...
2024-04-13  Ilya ShipitsinCI: revert kernel addr randomization introduced in...
2024-04-13  Andrey LebedevDOC: management: fix typos
2024-04-13  Willy TarreauBUG/MINOR: lru: fix the standalone test case for invali...
2024-04-12  Valentine KrasnobaevaMINOR: proto_quic: add proto name in alert
2024-04-12  Valentine KrasnobaevaMINOR: listener/protocol: add proto name in alerts
2024-04-12  Willy TarreauDEBUG: pools: report the data around the offending...
2024-04-12  Willy TarreauREORG: pool: move the area dump with symbol resolution...
2024-04-12  Willy TarreauDEBUG: pool: improve decoding of corrupted pools
2024-04-12  Willy TarreauBUG/MAJOR: stick-tables: fix race with peers in entry...
2024-04-12  Willy TarreauBUG/MEDIUM: peers/trace: fix crash when listing event...
2024-04-12  Willy TarreauCLEANUP: stick-tables: always respect the to_batch...
2024-04-12  Willy TarreauBUG/MEDIUM: stick-tables: fix the task's next expiratio...
2024-04-12  William LallemandMINOR: ssl/crtlist: alloc ssl_conf only when a valid...
2024-04-12  William LallemandMINOR: ssl: rename ckchs_load_cert_file to new_ckch_sto...
2024-04-12  William LallemandREGTESTS: ssl: test simple case of crt-store
2024-04-12  William LallemandDOC: configuration: Add 3.12 Certificate Storage
2024-04-12  William LallemandMINOR: ssl: add the section parser for 'crt-store'
2024-04-12  Christopher... BUG/MEDIUM: cache/stats: Handle inbuf allocation failur...
2024-04-11  Damien ClaisseBUG/MINOR: server: fix slowstart behavior
2024-04-11  Willy TarreauDOC: install: clarify the build process by splitting...
2024-04-11  Willy TarreauCLEANUP: makefile: make the output of the "opts" target...
2024-04-11  Willy TarreauBUILD: makefile: also drop DEBUG_CFLAGS
2024-04-11  Willy TarreauBUILD: makefile: do not pass warnings to VERBOSE_CFLAGS
2024-04-11  Willy TarreauBUILD: makefile: rename SPEC_CFLAGS to NOWARN_CFLAGS
2024-04-11  Willy TarreauBUILD: makefile: split WARN_CFLAGS from SPEC_CFLAGS
2024-04-11  Willy TarreauBUILD: makefile: extract -Werror/-Wfatal-errors from...
2024-04-11  Willy TarreauBUILD: makefile: add FAILFAST to select the -Wfatal...
2024-04-11  Willy TarreauBUILD: makefile: make the ERR variable also support 0
2024-04-11  Willy TarreauBUILD: makefile: move the fwrapv option to STD_CFLAGS
2024-04-11  Willy TarreauBUILD: makefile: extract ARCH_FLAGS out of LDFLAGS
2024-04-11  Willy TarreauBUILD: makefile: drop the ARCH variable and better...
2024-04-11  Willy TarreauBUILD: makefile: get rid of the CPU variable
2024-04-11  Willy TarreauBUILD: makefile: move -O2 from CPU_CFLAGS to OPT_CFLAGS
2024-04-11  Willy TarreauBUILD: makefile: drop the SMALL_OPTS settings
2024-04-11  Willy TarreauBUILD: makefile: allow to use CFLAGS to append build...
2024-04-11  Willy TarreauBUILD: makefile: get rid of the config CFLAGS variable
2024-04-11  Willy TarreauCI: update the build options to get rid of unneeded...
2024-04-11  Willy TarreauBUILD: pools: make DEBUG_MEMORY_POOLS=1 the default...
2024-04-11  Willy TarreauBUILD: debug: make DEBUG_STRICT=1 the default
2024-04-11  Willy TarreauBUILD: cache: fix non-inline vs inline declaration...
2024-04-11  Willy TarreauBUG/MINOR: debug: make sure DEBUG_STRICT=0 does work...
2024-04-11  Willy TarreauBUILD: atomic: fix peers build regression on gcc <...
2024-04-11  Amaury DenoyelleBUG/MINOR: guid: fix crash on invalid guid name
2024-04-11  Willy TarreauBUILD: makefile: support USE_xxx=0 as well
2024-04-11  Willy TarreauBUILD: makefile: warn about unknown USE_* variables
2024-04-10  Christopher... BUG/MINOR: http-ana: Fix TX_L7_RETRY and TX_D_L7_RETRY...
2024-04-10  Christopher... BUG/MEDIUM: http-ana: Deliver 502 on keep-alive for...
2024-04-10  Amaury DenoyelleOPTIM: quic: do not call qc_prep_pkts() if everything...
2024-04-10  Amaury DenoyelleOPTIM: quic: do not call qc_send() if nothing to emit
2024-04-10  Amaury DenoyelleMEDIUM: quic: remove duplicate hdshk/app send functions
2024-04-10  Amaury DenoyelleMINOR: quic: use qc_send_hdshk_pkts() in handshake...
2024-04-10  Amaury DenoyelleMINOR: quic: improve sending API on retransmit
2024-04-10  Amaury DenoyelleMINOR: quic: uniformize sending methods for handshake
2024-04-10  Amaury DenoyelleMINOR: quic: simplify qc_send_hdshk_pkts() return
2024-04-09  Aurelien DARRAGONCLEANUP: log: lf_text_len() returns a pointer not an...
2024-04-09  Aurelien DARRAGONBUG/MINOR: log: invalid snprintf() usage in sess_build_...
2024-04-09  Aurelien DARRAGONBUG/MINOR: tools/log: invalid encode_{chunk,string...
2024-04-09  Aurelien DARRAGONBUG/MINOR: log: fix lf_text_len() truncate inconsistency
2024-04-09  Willy TarreauBUG/MINOR: listener: always assign distinct IDs to...
2024-04-08  Christopher... BUG/MINOR: cli: Don't warn about a too big command...
2024-04-06  Willy Tarreau[RELEASE] Released version 3.0-dev7 v3.0-dev7
2024-04-05  Willy TarreauBUG/MEDIUM: quic: don't blindly rely on unaligned accesses
2024-04-05  Valentine KrasnobaevaCLEANUP: global: remove LSTCHK_CAP_BIND
2024-04-05  Valentine KrasnobaevaMEDIUM: capabilities: check process capabilities sets
2024-04-05  Valentine KrasnobaevaBUG/MINOR: init: relax LSTCHK_NETADM checks for non...
next