]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2024-04-26 Aurelien DARRAGONCLEANUP: log: remove unused checks for encode_{chunk...
2024-04-26 William LallemandBUG/MINOR: mworker: reintroduce way to disable seamless...
2024-04-26 Amaury DenoyelleMEDIUM: stats: define stats-file keyword
2024-04-26 Amaury DenoyelleMINOR: stats: parse values from stats-file
2024-04-26 Amaury DenoyelleMINOR: stats: parse header lines from stats-file
2024-04-26 Amaury DenoyelleMINOR: stats: apply stats-file on process startup
2024-04-26 Amaury DenoyelleMINOR: guid: define guid_is_valid_fmt()
2024-04-26 Amaury DenoyelleMINOR: ist: define iststrip() new function
2024-04-26 Amaury DenoyelleMEDIUM: stats: implement dump stats-file CLI
2024-04-26 Amaury DenoyelleMINOR: stats: define stats-file output format support
2024-04-26 Amaury DenoyelleMEDIUM: stats: convert counters to new column definition
2024-04-26 Amaury DenoyelleMINOR: stats: hide some columns in output
2024-04-26 Amaury DenoyelleMINOR: stats: implement automatic metric generation...
2024-04-26 Amaury DenoyelleMINOR: stats: introduce a more expressive stat definiti...
2024-04-26 Amaury DenoyelleMINOR: stats: update ambiguous "metrics" naming to...
2024-04-25 Christopher... BUG/MINOR: peers: Don't wait for a remote resync if...
2024-04-25 Christopher... REORG: peers: Rename all occurrences to 'ps' variable
2024-04-25 Christopher... BUG/MEDIUM: peers: Use atomic operations on peers flags...
2024-04-25 Christopher... MINOR: peers: Use a static variable to wait a resync...
2024-04-25 Christopher... MINOR: peers: Add comment on processing functions of...
2024-04-25 Christopher... DEV: flags/peers: Decode PEER and PEERS flags
2024-04-25 Christopher... REORG: peers: Move peer and peers flags in the correspo...
2024-04-25 Christopher... MINOR: peers: Reorder and rename PEERS flags
2024-04-25 Christopher... MINOR: peers: Reorder and slightly rename PEER flags
2024-04-25 Christopher... MINOR: peers: Rename PEERS_F_TEACH_COMPLETE to PEERS_F_...
2024-04-25 Christopher... MINOR: peers: Start learning for local peer before...
2024-04-25 Christopher... MEDIUM: peers: Use true states for the learn state...
2024-04-25 Christopher... MEDIUM: peers: Use true states for the peer applets...
2024-04-25 Christopher... MEDIUM: peers: Simplify the peer flags dealing with...
2024-04-25 Christopher... MINOR: applet: Add a function to know the side where...
2024-04-25 Christopher... MINOR: peers: Remove unused PEERS_F_RESYNC_PROCESS...
2024-04-25 Christopher... BUG/MEDIUM: peers: Wait for sync task ack when a resync...
2024-04-25 Christopher... MINOR: peers: Use a peer flag to block the applet waiti...
2024-04-25 Christopher... MINOR: peers: Don't set TEACH flags on a peer from...
2024-04-25 Christopher... MINOR: peers: Remove unused PEERS_F_RESYNC_REQUESTED...
2024-04-25 Christopher... BUG/MEDIUM: peers: Reprocess peer state after all sessi...
2024-04-25 Christopher... BUG/MEDIUM: peers: Automatically start to learn on...
2024-04-25 Remi Tricot... REGTESTS: ssl: Remove "sleep" calls from ocsp auto...
2024-04-24 Willy TarreauCLEANUP: h1: make use of the multi-byte matching functions
2024-04-24 Willy TarreauTESTS: add a unit test for the multi-byte range checks
2024-04-24 Willy TarreauMINOR: intops: add a pair of functions to check multi...
2024-04-24 Willy TarreauBUG/MINOR: h1: fix detection of upper bytes in the URI
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...
next