haproxy-2.5.git
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
2020-11-21 Maciej ZdebMINOR: http_act: Add -m flag for del-header name matchi...
2020-11-21 Maciej ZdebBUG/MINOR: http_htx: Fix searching headers by substring
2020-11-21 Willy TarreauREGTESTS: mark proxy_protocol_random_fail as broken
2020-11-21 Willy TarreauBUG/MAJOR: connection: reset conn->owner when detaching...
2020-11-21 Willy TarreauCLEANUP: connection: do not use conn->owner when the...
2020-11-21 Joao MoraisDOC: clarify how to create a fallback crt
2020-11-21 Tim DuesterhusCI: Clean up Windows CI
2020-11-21 Tim DuesterhusCI: Pass the github.event_name to matrix.py
2020-11-21 Ilya ShipitsinBUILD: SSL: guard TLS13 ciphersuites with HAVE_SSL_CTX_...
2020-11-21 Ilya ShipitsinCI: Github Action: run "apt-get update" before packages...
2020-11-21 Matthieu GueganBUILD: makefile: enable crypt(3) for OpenBSD
2020-11-21 Ilya ShipitsinCI: travis-ci: remove builds migrated to GH actions
2020-11-21 Ilya ShipitsinCI: Github Actions: enable BoringSSL builds
2020-11-21 Ilya ShipitsinCI: Github Actions: remove LibreSSL-3.0.2 builds
2020-11-21 Ilya ShipitsinCI: Github Actions: enable prometheus exporter
2020-11-20 William LallemandBUG/MEDIUM: ssl/crt-list: fix error when no file found
2020-11-20 William LallemandBUG/MINOR: ssl/crt-list: load bundle in crt-list only...
2020-11-20 William LallemandBUG/MEDIUM: ssl: error when no certificate are found
2020-11-20 William LallemandBUG/MEDIUM: ssl/crt-list: bundle support broken in...
2020-11-20 Christopher... BUG/MEDIUM: http-ana: Don't eval http-after-response...
2020-11-19 Ilya ShipitsinBUILD: ssl: use SSL_MODE_ASYNC macro instead of OPENSSL...
2020-11-19 William LallemandBUG/MINOR: ssl: segv on startup when AKID but no keyid
next