]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-04-24  David CarlierMEDIUM: shctx: Naming shared memory context
2024-04-24  Tim DuesterhusMINOR: Add support for UUIDv7 to the `uuid` sample...
2024-04-24  Tim DuesterhusMINOR: Add `ha_generate_uuid_v7`
2024-04-24  Tim DuesterhusMINOR: tools: Rename `ha_generate_uuid` to `ha_generate...
2024-04-24  Willy TarreauBUILD: stick-tables: silence build warnings when thread...
2024-04-23  Christopher... BUG/MEDIUM: applet: Let's applets decide if they have...
2024-04-22  Amaury DenoyelleMINOR: stats: use STAT_F_* prefix for flags
2024-04-22  Amaury DenoyelleMINOR: stats: use stricter naming stats/field/line
2024-04-22  Amaury DenoyelleMINOR: stats: rename info stats
2024-04-22  Amaury DenoyelleMINOR: stats: rename ambiguous stat_l and stat_count
2024-04-22  Amaury DenoyelleMINOR: stats: rename proxy stats
2024-04-22  William LallemandREGTESTS: use -dI for insecure fork by default in the...
2024-04-22  Amaury DenoyelleBUG/MINOR: stats: fix stot metric for listeners
2024-04-22  Amaury DenoyelleBUG/MINOR: backend: use cum_sess counters instead of...
2024-04-22  Amaury DenoyelleMINOR: backend: use be_counters for health down accounting
2024-04-20  William LallemandBUILD: ssl: use %zd for sizeof() in ssl_ckch.c
2024-04-19  Willy Tarreau[RELEASE] Released version 3.0-dev8 v3.0-dev8
2024-04-19  Ilya ShipitsinCI: modernize macos matrix
2024-04-19  Valentine KrasnobaevaMINOR: init: use RLIMIT_DATA instead of RLIMIT_AS
2024-04-19  Christopher... BUG/MEDIUM: peers: Fix state transitions of a peer
2024-04-19  Christopher... BUG/MEDIUM: peers: Don't set PEERS_F_RESYNC_PROCESS...
2024-04-19  Willy TarreauBUG/MINOR: fd: my_closefrom() on Linux could skip conti...
2024-04-19  Willy TarreauBUG/MINOR: sock: handle a weird condition with connect()
2024-04-19  Christopher... MEDIUM: muxes: Use one callback function to shut a...
2024-04-19  Christopher... MEDIUM: stconn: Use one function to shut connection...
2024-04-19  Christopher... MEDIUM: stconn: Explicitly pass shut modes to shut...
2024-04-19  Christopher... MEDIUM: stconn: Use only one SC function to shut connec...
2024-04-19  Christopher... MINOR: stconn: Rewrite shutdown functions to simplify...
2024-04-19  Christopher... MINOR: stconn/connection: Move shut modes at the SE...
2024-04-19  Christopher... MINOR: mux-pt: Test conn flags instead of sedesc ones...
2024-04-19  Christopher... BUG/MINOR: stconn: Fix sc_mux_strm() return value
2024-04-19  William LallemandMINOR: ssl: implement keylog fetches for backend connec...
2024-04-19  William LallemandMAJOR: ssl: use the msg callback mecanism for backend...
2024-04-18  Olivier HouchardMINOR: stats: Get the right prototype for stats_dump_ht...
2024-04-18  William LallemandMEDIUM: ssl: crt-base and key-base local keywords for...
2024-04-18  Amaury DenoyelleREORG: stats: extract JSON related functions
2024-04-18  Amaury DenoyelleREORG: stats: extract HTML related functions
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
next