]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2025-01-28  Olivier HouchardMINOR: proxies/servers: Calculate queueslength and...
2025-01-28  Olivier HouchardMINOR: Add fields to the per-thread group field in...
2025-01-28  Olivier HouchardMINOR: proxies: Add a per-thread group field to struct...
2025-01-27  Willy TarreauMINOR: epoll: permit to mask certain specific events
2025-01-27  Aurelien DARRAGONCLEANUP: tree-wide: define and use acl_match_cond(...
2025-01-24  Valentine KrasnobaevaCLEANUP: ssl: move ssl_sock_gencert_load_ca declaration...
2025-01-24  Valentine KrasnobaevaCLEANUP: ssl: rename ssl_sock_load_ca to ssl_sock_gence...
2025-01-24  Valentine KrasnobaevaBUG/MINOR: ssl: put ssl_sock_load_ca under SSL_NO_GENER...
2025-01-24  Willy Tarreau[RELEASE] Released version 3.2-dev4 v3.2-dev4
2025-01-24  Valentine KrasnobaevaMINOR: debug: show boot and runtime process settings...
2025-01-24  Valentine KrasnobaevaMINOR: debug: debug_parse_cli_show_dev: use errname
2025-01-24  Valentine KrasnobaevaMINOR: tools: add errname to print errno macro name
2025-01-23  Amaury DenoyelleMINOR: quic: adapt credit based pacing to BBR
2025-01-23  Amaury DenoyelleMINOR: quic: remove unused pacing burst in bind_conf...
2025-01-23  Amaury DenoyelleMEDIUM: quic: use dynamic credit for pacing
2025-01-23  Amaury DenoyelleMEDIUM: mux-quic: reduce pacing CPU usage with passive...
2025-01-23  Amaury DenoyelleMEDIUM: quic: implement credit based pacing
2025-01-23  Amaury DenoyelleMINOR: mux-quic: increment pacing retry counter on...
2025-01-23  Amaury DenoyelleBUG/MINOR: quic: do not increase congestion window...
2025-01-23  Amaury DenoyelleMINOR: quic: rename pacing_rate cb to pacing_inter
2025-01-23  Amaury DenoyelleCLEANUP: quic: remove unused prototype
2025-01-23  Christopher... BUG/MEDIUM: mux-h1: Properly close H1C if an error...
2025-01-21  Frederic LecailleBUILD: quic: Move an ASSUME_NONNULL() for variable...
2025-01-21  Frederic LecailleMINOR: quic: Add a BUG_ON() on quic_tx_packet refcount
2025-01-21  Frederic LecailleBUG/MINOR: quic: ensure a detached coalesced packet...
2025-01-20  Willy TarreauREORG: version: move the remaining BUILD_* stuff from...
2025-01-20  Willy TarreauBUG/MINOR: init: set HAPROXY_STARTUP_VERSION from the...
2025-01-20  Aurelien DARRAGONBUG/MAJOR: log/sink: possible sink collision in sink_ne...
2025-01-20  Amaury DenoyelleBUG/MAJOR: quic: reject too large CRYPTO frames
2025-01-16  Aurelien DARRAGONMINOR: stktable: add table_{inc,clr}_gpc* converters
2025-01-16  Aurelien DARRAGONCLEANUP: stktable: move sample_conv_table_bytes_out_rate()
2025-01-16  Aurelien DARRAGONDOC: config: refer to canonical sticktable converters...
2025-01-16  Aurelien DARRAGONDOC: config: clarify return type for some stick-table...
2025-01-16  Aurelien DARRAGONDOC: config: stick-table converter do accept ANY-typed...
2025-01-16  Aurelien DARRAGONDOC: config: stick-table converters support implicit...
2025-01-16  Aurelien DARRAGONDOC: config: unify sample conv|fetches optional argumen...
2025-01-15  Aurelien DARRAGONMEDIUM: stktable: leverage smp_fetch_* helpers from...
2025-01-15  Aurelien DARRAGONMEDIUM: stktable: split sc_ and src_ fetch lookup logics
2025-01-15  Aurelien DARRAGONMEDIUM: stktable: split src-based key smp_fetch_sc...
2025-01-15  Aurelien DARRAGONMINOR: stktable: add smp_fetch_stksess() helper function
2025-01-15  Aurelien DARRAGONMINOR: stktable: fix potential build issue in smp_to_st...
2025-01-14  Christopher... BUG/MEDIUM: promex: Use right context pointers to dump...
2025-01-14  Aurelien DARRAGONBUG/MEDIUM: stktable: fix missing lock on some table...
2025-01-13  Aurelien DARRAGONMINOR: stktable: fix potential build issue in smp_to_stkey
2025-01-10  Amaury DenoyelleBUG/MINOR: quic: reject NEW_TOKEN frames from clients
2025-01-10  Amaury DenoyelleMINOR: trace: support all source alias on -dt
2025-01-10  Amaury DenoyelleMINOR: trace: ensure -dt priority over traces config...
2025-01-10  Amaury DenoyelleMINOR: trace: add help message for -dt argument
2025-01-09  Olivier HouchardBUG/MEDIUM: queues: Adjust the proxy counters when...
2025-01-09  Aurelien DARRAGONMINOR: stktable: add sc[0-2]_key fetches
2025-01-09  Aurelien DARRAGONMINOR: stktable: add stksess_getkey() helper
2025-01-09  Aurelien DARRAGONMINOR: stktable: add stkey_to_smp() helper
2025-01-09  Aurelien DARRAGONBUG/MINOR: stktable: fix big-endian compatiblity in...
2025-01-09  Willy Tarreau[RELEASE] Released version 3.2-dev3 v3.2-dev3
2025-01-09  Willy TarreauMINOR: tools: add a few functions to simply check for...
2025-01-08  Christopher... BUG/MEDIUM: h1-htx: Properly handle bodyless messages
2025-01-08  Willy TarreauDEV: ncpu: make the wrapper work both as a lib and...
2025-01-08  Willy TarreauDEV: ncpu: implement a wrapper mode
2025-01-08  Willy TarreauDEV: ncpu: add a simple utility to help with NUMA devel...
2025-01-08  Willy TarreauBUILD: makefile: add a qinfo macro to pass info in...
2025-01-08  Willy TarreauBUILD: makefile: do not clean standalone binaries on...
2025-01-07  William LallemandMEDIUM: errors: get rid of shm_open()
2025-01-07  Frederic LecailleBUG/MAJOR: ssl/ocsp: fix NULL conn object dereferencing...
2025-01-06  Christopher... BUG/MEDIUM: promex/resolvers: Don't dump metrics if...
2025-01-03  Amaury DenoyelleBUG/MINOR: mux-quic: handle closure of uni-stream
2025-01-03  Amaury DenoyelleMINOR: mux-quic: change return value of qcs_attach_sc()
2025-01-03  Amaury DenoyelleBUG/MINOR: mux-quic: fix wakeup on qcc_set_error()
2025-01-03  Christopher... MINOR: config: Alert about extra arguments for errorfil...
2025-01-03  Christopher... BUG/MINOR: log: Allow to use if/unless conditionnals...
2025-01-02  Ilia ShipitsinBUG/MINOR: cfgparse-tcp: handle a possible strdup(...
2025-01-02  Ilia ShipitsinBUG/MINOR: pool: handle a possible strdup() failure
2025-01-02  Ilia ShipitsinBUG/MINOR: compression: handle a possible strdup()...
2025-01-02  Amaury DenoyelleBUG/MEDIUM: mux-quic: do not attach on already closed...
2025-01-02  Amaury DenoyelleMINOR: mux-quic: add traces on sd attach
2025-01-02  Amaury DenoyelleBUG/MAJOR: mux-quic: properly fix BUG_ON on empty STREA...
2025-01-02  Amaury DenoyelleRevert "BUG/MAJOR: mux-quic: fix BUG_ON on empty STREAM...
2025-01-02  Christopher... BUG/MEDIUM: mux-h2: Count copied data when looping...
2024-12-31  Amaury DenoyelleBUG/MAJOR: mux-quic: fix BUG_ON on empty STREAM emission
2024-12-31  Aurelien DARRAGONBUG/MINOR: stktable: invalid use of stkctr_set_entry...
2024-12-31  Aurelien DARRAGONDOC: config: add missing "track-sc0" in action keywords...
2024-12-25  Willy Tarreau[RELEASE] Released version 3.2-dev2 v3.2-dev2
2024-12-25  Ilia ShipitsinBUG/MINOR: debug: handle a possible strdup() failure
2024-12-25  Ilia ShipitsinBUG/MINOR: mux_h1: handle a possible strdup() failure
2024-12-25  Ilia ShipitsinBUG/MINOR: listener: handle a possible strdup() failure
2024-12-25  Ilia ShipitsinBUG/MINOR: checks: handle a possible strdup() failure
2024-12-25  Willy TarreauBUILD: limits: make normalize_rlim() take an rlim_t...
2024-12-25  Willy TarreauBUILD: mworker: always initialize the saveptr of strtok_r()
2024-12-25  Willy TarreauBUILD: compat: add missing fcntl.h before defining...
2024-12-24  Olivier HouchardCLEANUP: Remove pendconn_must_try_again().
2024-12-24  Olivier HouchardMEDIUM: queue: Handle the race condition between queue...
2024-12-24  Olivier HouchardBUG/MEDIUM: queues: Stricly respect maxconn for outgoin...
2024-12-23  William LallemandCI: github: activate debug in wolfssl weekly build
2024-12-23  William LallemandCI: scripts: allow to build wolfssl with --enable-debug
2024-12-23  Aurelien DARRAGONMINOR: stktable: support optional index for array types...
2024-12-23  Aurelien DARRAGONMINOR: stktable: add stktable_get_data_type_idx() helpe...
2024-12-23  Aurelien DARRAGONBUG/MINOR: stats: fix segfault caused by uninitialized...
2024-12-23  William LallemandCI: github: activate ASAN on the WolfSSL weekly job
2024-12-23  William LallemandCI: github: try to build the latest WolfSSL master...
2024-12-23  Olivier HouchardBUG/MEDIUM: queue: Make process_srv_queue return the...
2024-12-23  Ilia ShipitsinCI: limit aws-lc and libressl Quic Interop to "haproxy...
next