]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-12-04  Christopher... MINOR: stream: Don't retrieve anymore timing info from...
2020-12-04  Christopher... MINOR: stream: Always get idle duration from the session
2020-12-04  Christopher... MINOR: logs: Use session idle duration when no stream...
2020-12-04  Christopher... MINOR: mux-h1: Reset session dates and durations info...
2020-12-04  Christopher... MINOR: mux-h1: Update session idle duration when data...
2020-12-04  Christopher... MINOR: session: Add the idle duration field into the...
2020-12-04  Christopher... BUG/MINOR: mux-h1: Handle keep-alive timeout for idle...
2020-12-04  Willy TarreauBUG/MINOR: listener: use sockaddr_in6 for IPv6
2020-12-04  Willy TarreauBUG/MINOR: lua-thread: close all states on deinit
2020-12-04  Thierry FournierBUG/MEDIUM: lua-thread: some parts must be initialized...
2020-12-04  Remi Tricot... MINOR: cache: Consider invalid Age values as stale
2020-12-04  Remi Tricot... MEDIUM: cache: Remove cache entry in case of POST on...
2020-12-04  Remi Tricot... MINOR: cache: Add extra "cache-control" value checks
2020-12-04  Remi Tricot... MINOR: cache: Do not store stale entry
2020-12-03  Phil SchererDOC/MINOR: Fix formatting in Management Guide
2020-12-02  David CarlierBUILD/MINOR: haproxy DragonFlyBSD affinity build update.
2020-12-02  Willy TarreauREGTESTS: add a test for the threaded Lua code
2020-12-02  Thierry FournierMINOR: lua-thread: Add verbosity in errors
2020-12-02  Thierry FournierMEDIUM: lua-thread: Add the lua-load-per-thread directive
2020-12-02  Thierry FournierMINOR: lua-thread: Store each function reference and...
2020-12-02  Thierry FournierMINOR: lua-thread: Replace state_from by state_id
2020-12-02  Thierry FournierMINOR: lua-thread: Replace "struct hlua_function" alloc...
2020-12-02  Thierry FournierMINOR: lua-thread: Replace global gL var with an array...
2020-12-02  Thierry FournierMEDIUM: lua-thread: Apply lock only if the parent state...
2020-12-02  Thierry FournierMEDIUM: lua-thread: No longer use locked context in...
2020-12-02  Thierry FournierMINOR: lua-thread: Add the "thread" core variable
2020-12-02  Thierry FournierMINOR: lua-thread: Split hlua_post_init() function...
2020-12-02  Thierry FournierMINOR: lua-thread: Split hlua_load function in two...
2020-12-02  Thierry FournierMINOR: lua-thread: make hlua_ctx_init() get L from...
2020-12-02  Thierry FournierMINOR: lua-thread: Split hlua_init() function in two...
2020-12-02  Thierry FournierMINOR: lua-thread: Replace embedded struct hlua_functio...
2020-12-02  Thierry FournierMINOR: lua-thread: Stop usage of struct hlua for the...
2020-12-02  Thierry FournierMINOR: lua-thread: Use NULL context for main lua state
2020-12-02  Thierry FournierMINOR: lua-thread: hlua_ctx_renew() is never called...
2020-12-02  Thierry FournierMEDIUM: lua-thread: make hlua_post_init() no longer...
2020-12-02  Thierry FournierMINOR: lua-thread: remove struct hlua from function...
2020-12-02  Willy TarreauMEDIUM: lua-thread: use atomics for memory accounting
2020-12-02  Willy TarreauMINOR: lua: simplify hlua_alloc() to only rely on realloc()
2020-12-02  Emeric BrunBUG/MAJOR: ring: tcp forward on ring can break the...
2020-12-02  Frédéric LécailleBUG/MINOR: trace: Wrong displayed trace level
2020-12-02  Remi Tricot... MINOR: cache: Add entry to the tree as soon as possible
2020-12-02  Remi Tricot... MINOR: cache: Improve accept_encoding_normalizer
2020-12-02  Thierry FournierBUG/MINOR: lua: warn when registering action, conv...
2020-12-02  Thierry FournierMINOR: cli: add a function to look up a CLI service...
2020-12-02  Thierry FournierMINOR: actions: add a function returning a service...
2020-12-02  Thierry FournierMINOR: actions: Export actions lookup functions
2020-12-02  Thierry FournierBUG/MINOR: lua: Some lua init operation are processed...
2020-12-02  Thierry FournierBUG/MINOR: lua: Post init register function are not...
2020-12-02  Thierry FournierBUG/MINOR: lua: lua-load doesn't check its parameters
2020-12-02  Thierry FournierBUG/MINOR: lua: missing "\n" in error message
2020-12-01  Willy TarreauBUG/MINOR: mux-h2/stats: not all GOAWAY frames are...
2020-12-01  Willy TarreauMINOR: mux-h2/trace: add traces at level ERROR for...
2020-12-01  Willy TarreauMINOR: traces: add a new level "error" below the "user...
2020-12-01  Willy TarreauBUG/MINOR: mux-h2/stats: make stream/connection proto...
2020-12-01  Maciej ZdebMINOR: log: Logging HTTP path only with %HPO
2020-12-01  Willy Tarreau[RELEASE] Released version 2.4-dev2 v2.4-dev2
2020-12-01  Emeric BrunBUG/MEDIUM: local log format regression.
2020-11-30  Willy TarreauBUG/MEDIUM: task: close a possible data race condition...
2020-11-30  Willy TarreauMINOR: task: remove __tasklet_remove_from_tasklet_list()
2020-11-30  Willy TarreauMINOR: task: perform atomic counter increments only...
2020-11-30  Willy TarreauMINOR: task: remove tasklet_insert_into_tasklet_list()
2020-11-30  Olivier HouchardBUG/MEDIUM: lists: Lock the element while we check...
2020-11-30  Willy TarreauMINOR: debug: add a trivial PRNG for scheduler stress...
2020-11-29  Willy TarreauMINOR: debug: add "debug dev sched" to stress the sched...
2020-11-29  Your NameMINOR: plock: use an ARMv8 instruction barrier for...
2020-11-27  Christopher... BUG/MINOR: http-fetch: Fix smp_fetch_body() when called...
2020-11-27  Christopher... DOC: config: Move req.hdrs and req.hdrs_bin in L7 sampl...
2020-11-27  Christopher... DOC: config: Make disable-on-404 option clearer on...
2020-11-27  Christopher... MINOR: tcpcheck: Add support of L7OKC on expect rules...
2020-11-27  Christopher... MINOR: check: Always increment check health counter...
2020-11-27  Christopher... REORG: tcpcheck: Move check option parsing functions...
2020-11-27  Christopher... MINOR: config: Add a warning if tune.chksize is used
2020-11-27  Christopher... MINOR: config: Deprecate and ignore tune.chksize global...
2020-11-27  Christopher... MINOR: tcpcheck: Don't handle anymore in-progress conne...
2020-11-27  Christopher... BUG/MAJOR: tcpcheck: Allocate input and output buffers...
2020-11-27  Christopher... MINOR: tcpcheck: Don't handle anymore in-progress send...
2020-11-27  Christopher... BUG/MINOR: tcpcheck: Don't forget to reset tcp-check...
2020-11-26  Willy TarreauMINOR: fd/threads: silence a build warning with threads...
2020-11-26  Ilya ShipitsinCI: github actions: enable 51degrees feature
2020-11-26  Ilya ShipitsinCI: github actions: update LibreSSL to 3.3.0
2020-11-26  Maciej ZdebDOC: Clarify %HP description in log-format
2020-11-26  Willy TarreauDOC: better document the config file format and escapin...
2020-11-26  Remi Tricot... DOC: cache: Add information about Vary support
2020-11-26  Remi Tricot... DOC: cache: Add new caching limitation information
2020-11-26  Willy TarreauBUG/MAJOR: peers: fix partial message decoding
2020-11-25  Tim DuesterhusBUG/CRITICAL: cache: Fix trivial crash by sending accep...
2020-11-24  Remi Tricot... MINOR: cache: Add a process-vary option that can enable...
2020-11-24  Remi Tricot... MEDIUM: cache: Add the Vary header support
2020-11-24  Remi Tricot... MINOR: cache: Prepare helper functions for Vary support
2020-11-24  Christopher... BUG/MAJOR: filters: Always keep all offsets up to date...
2020-11-24  Joao MoraisDOC: better describes how to configure a fallback crt
2020-11-24  Maciej ZdebBUG/MEDIUM: http_act: Restore init of log-format list
2020-11-24  Ilya ShipitsinBUILD: SSL: do not "update" BoringSSL version equivalen...
2020-11-24  Ilya ShipitsinBUILD: SSL: add BoringSSL guarding to "RAND_keep_random...
2020-11-24  Ilya ShipitsinCLEANUP: remove unused function "ssl_sock_is_ckch_valid"
2020-11-23  Julien PivottoMINOR: stream: Add level 7 retries on http error 401...
2020-11-21  Tim DuesterhusCI: Set DEBUG=-DDEBUG_STRICT=1 in GitHub Actions
2020-11-21  Tim DuesterhusBUILD: Show the value of DEBUG= in haproxy -vv
2020-11-21  Tim DuesterhusBUILD: Make DEBUG part of .build_opts
2020-11-21  Willy Tarreau[RELEASE] Released version 2.4-dev1 v2.4-dev1
next