- b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · 3 years, 2 months ago
- 81a76f4 REORG: threads: move ha_get_pthread_id() to tinfo.h by Willy Tarreau · 3 years, 2 months ago
- e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · 3 years, 2 months ago
- 7a8aff2 BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc by Amaury Denoyelle · 3 years, 6 months ago
- c2afb86 MINOR: pools: use mallinfo2() when available instead of mallinfo() by Willy Tarreau · 3 years, 2 months ago
- 8f1669b CLEANUP: Remove prototype for non-existent thread_get_default_count() by Tim Duesterhus · 3 years, 2 months ago
- 992007e CLEANUP: tree-wide: fix prototypes for functions taking no arguments. by Tim Duesterhus · 3 years, 2 months ago
- 4f5485b BUG/MINOR: compat: make sure __WORDSIZE is always defined by Willy Tarreau · 3 years, 2 months ago
- 8ab9419 BUILD: threads: fix -Wundef for _POSIX_PRIORITY_SCHEDULING on libmusl by Willy Tarreau · 3 years, 2 months ago
- 8ac6597 BUILD: compiler: fixed a missing test on defined(__GNUC__) by Willy Tarreau · 3 years, 2 months ago
- cf6f574 CLEANUP: Move XXH3 macro from haproxy/compat.h to haproxy/xxhash.h by Tim Duesterhus · 3 years, 2 months ago
- a8bfb4d CLEANUP: ebmbtree: Replace always-taken elseif by else by Tim Düsterhus · 3 years, 2 months ago
- d5fc8fc CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h by Tim Duesterhus · 3 years, 2 months ago
- f079f44 MINOR: htx: Skip headers with no value when adding a header list to a message by Christopher Faulet · 3 years, 3 months ago
- ac5f634 BUILD: fix dragonfly build again on __read_mostly by devnexen@gmail.com · 3 years, 3 months ago
- 61ecf28 OPTIM: vars: only takes the variables lock on shared entries by Willy Tarreau · 3 years, 3 months ago
- dc72fbb MINOR: vars: centralize the lock/unlock into static inlines by Willy Tarreau · 3 years, 3 months ago
- 3a4bedc MEDIUM: vars: replace the global name index with a hash by Willy Tarreau · 3 years, 3 months ago
- c1c88f4 MEDIUM: vars: make var_clear() only reset VF_PERMANENT variables by Willy Tarreau · 3 years, 3 months ago
- 3dc6dc3 MINOR: vars: store flags into variables and add VF_PERMANENT by Willy Tarreau · 3 years, 3 months ago
- 4994b57 MINOR: vars: add a VF_CREATEONLY flag for creation by Willy Tarreau · 3 years, 3 months ago
- 7978c5c MEDIUM: vars: make the ifexist variant of set-var only apply to the proc scope by Willy Tarreau · 3 years, 3 months ago
- b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · 3 years, 3 months ago
- 1008071 MINOR: proxy: add a global "grace" directive to postpone soft-stop by Willy Tarreau · 3 years, 3 months ago
- 3b69886 BUG/MAJOR: htx: fix missing header name length check in htx_add_header/trailer by Willy Tarreau · 3 years, 3 months ago
- 3d5f19e CLEANUP: htx: remove comments about "must be < 256 MB" by Willy Tarreau · 3 years, 3 months ago
- e352b9d MINOR: vars: make vars_get_by_* support an optional default value by Willy Tarreau · 3 years, 3 months ago
- 9a621ae MEDIUM: vars: add a new "set-var-fmt" action by Willy Tarreau · 3 years, 3 months ago
- 57467b8 MINOR: sample: add missing ARGC_ entries by Willy Tarreau · 3 years, 3 months ago
- bc1223b MINOR: http-rules: add a new "ignore-empty" option to redirects. by Willy Tarreau · 3 years, 3 months ago
- abc6b31 CLEANUP: Add missing include guard to signal.h by Tim Duesterhus · 3 years, 3 months ago
- 87154e3 BUG/MAJOR: queue: better protect a pendconn being picked from the proxy by Willy Tarreau · 3 years, 3 months ago
- fe21fe7 MINOR: log: Add new "error-log-format" option by Remi Tricot-Le Breton · 3 years, 3 months ago
- ea57a9b BUILD: ssl: next round of build warnings on LIBRESSL_VERSION_NUMBER by Willy Tarreau · 3 years, 3 months ago
- a01f8ce BUILD/MINOR: regex: avoid a build warning on USE_PCRE2 with -Wundef by Willy Tarreau · 3 years, 3 months ago
- 6e5542e BUILD/MINOR: ssl: avoid a build warning on LIBRESSL_VERSION with -Wundef by Willy Tarreau · 3 years, 3 months ago
- 3305643 BUILD/MINOR: defaults: eliminate warning on MAXHOSTNAMELEN with -Wundef by Willy Tarreau · 3 years, 3 months ago
- cbdc74b BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per long by Willy Tarreau · 3 years, 3 months ago
- fe456c5 MINOR: time: add report_idle() to report process-wide idle time by Willy Tarreau · 3 years, 3 months ago
- e365aa2 BUG/MINOR: time: fix idle time computation for long sleeps by Willy Tarreau · 3 years, 3 months ago
- 310a260 MEDIUM: config: Deprecate tune.ssl.capture-cipherlist-size by Marcin Deranek · 3 years, 4 months ago
- 959a48c MINOR: sample: Expose SSL captures using new fetchers by Marcin Deranek · 3 years, 4 months ago
- 769fd2e MEDIUM: ssl: Capture more info from Client Hello by Marcin Deranek · 3 years, 5 months ago
- 906f7da MINOR: compiler: implement an ONLY_ONCE() macro by Willy Tarreau · 3 years, 3 months ago
- 5cca48c MINOR: server: define non purgeable server flag by Amaury Denoyelle · 3 years, 3 months ago
- bc2ebfa MEDIUM: server: extend refcount for all servers by Amaury Denoyelle · 3 years, 3 months ago
- 0a8d05d BUG/MINOR: stats: use refcount to protect dynamic server on dump by Amaury Denoyelle · 3 years, 3 months ago
- f5c1e12 MINOR: server: return the next srv instance on free_server by Amaury Denoyelle · 3 years, 3 months ago
- ff0f278 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 3 months ago
- 3aeb3f9 MINOR: cfgcond: implements openssl_version_atleast and openssl_version_before by William Lallemand · 3 years, 3 months ago
- 44d862d MINOR: ssl: add an openssl version string parser by William Lallemand · 3 years, 3 months ago
- 2a8fe8b MINOR: httpclient: cleanup the include files by William Lallemand · 3 years, 3 months ago
- f95c295 BUILD/MINOR: ssl: Fix compilation with OpenSSL 1.0.2 by Remi Tricot-Le Breton · 3 years, 3 months ago
- 74f6ab6 MEDIUM: ssl: Keep a reference to the client's certificate for use in logs by Remi Tricot-Le Breton · 3 years, 3 months ago
- 33b0d09 MINOR: httpclient: implement a simple HTTP Client API by William Lallemand · 3 years, 3 months ago
- d3d8d03 MINOR: http: add a new function http_validate_scheme() to validate a scheme by Willy Tarreau · 3 years, 4 months ago
- 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
- df97ac4 MEDIUM: filters/lua: Add HTTPMessage class to help HTTP filtering by Christopher Faulet · 4 years, 9 months ago
- 8c9e6bb MINOR: lua: Add flags on the lua TXN to know the execution context by Christopher Faulet · 3 years, 4 months ago
- 1f43a34 MINOR: lua: Add a flag on lua context to know the yield capability at run time by Christopher Faulet · 3 years, 4 months ago
- 8c29fa7 MINOR: channel: remove an htx block from a channel by William Lallemand · 3 years, 4 months ago
- 7afa5c1 MINOR: global: define MODE_STOPPING by Amaury Denoyelle · 3 years, 4 months ago
- b33a0ab MEDIUM: check: implement check deletion for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
- d6b7080 MINOR: server: implement a refcount for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
- 3c2ab1a MINOR: check: export check init functions by Amaury Denoyelle · 3 years, 4 months ago
- 7b36833 MEDIUM: task: implement tasklet kill by Amaury Denoyelle · 3 years, 4 months ago
- 434b852 MINOR: spoe: Add a pointer on the filter config in the spoe_agent structure by Christopher Faulet · 3 years, 4 months ago
- 7b2ac29 CLEANUP: fd: remove the now unneeded fd_mig_lock by Willy Tarreau · 3 years, 4 months ago
- b201b1d CLEANUP: fd: remove the now unused fd_set_running() by Willy Tarreau · 3 years, 4 months ago
- f69fea6 MAJOR: fd: get rid of the DWCAS when setting the running_mask by Willy Tarreau · 3 years, 4 months ago
- b1f29bc MINOR: activity/fd: remove the dead_fd counter by Willy Tarreau · 3 years, 4 months ago
- 88d1c5d MEDIUM: threads: add a stronger thread_isolate_full() call by Willy Tarreau · 3 years, 4 months ago
- 8e765b8 MINOR: proxy: disabled takes a stopping and a disabled state by William Lallemand · 3 years, 4 months ago
- 56f1f75 MINOR: log: rename 'dontloglegacyconnerr' to 'log-error-via-logformat' by William Lallemand · 3 years, 4 months ago
- 9919854 MEDIUM: atomic: relax the load/store barriers on x86_64 by Willy Tarreau · 3 years, 4 months ago
- cb04511 MEDIUM: atomic: simplify the atomic load/store/exchange operations by Willy Tarreau · 3 years, 4 months ago
- 55a0975 BUG/MINOR: freq_ctr: use stricter barriers between updates and readings by Willy Tarreau · 3 years, 4 months ago
- 200bd50 MEDIUM: fd: rely more on fd_update_events() to detect changes by Willy Tarreau · 3 years, 4 months ago
- 84c7922 REORG: fd: uninline fd_update_events() by Willy Tarreau · 3 years, 4 months ago
- a199a17 MINOR: fd: update flags only once in fd_update_events() by Willy Tarreau · 3 years, 4 months ago
- d5402b8 BUG/MINOR: fd: protect fd state harder against a concurrent takeover by Willy Tarreau · 3 years, 4 months ago
- 6ed242e BUG/MEDIUM: connection: close a rare race between idle conn close and takeover by Willy Tarreau · 3 years, 4 months ago
- 4a6328f MEDIUM: connection: Add option to disable legacy error log by Remi Tricot-Le Breton · 3 years, 4 months ago
- 98b930d MINOR: ssl: Define a default https log format by Remi Tricot-Le Breton · 3 years, 4 months ago
- 7c6898e MINOR: ssl: Add new ssl_fc_hsk_err sample fetch by Remi Tricot-Le Breton · 3 years, 4 months ago
- 3d2093a MINOR: connection: Add a connection error code sample fetch by Remi Tricot-Le Breton · 3 years, 4 months ago
- 0aa4130 BUG/MINOR: connection: Add missing error labels to conn_err_code_str by Remi Tricot-Le Breton · 3 years, 4 months ago
- 6bb77b9 MINOR: proxy: rename PR_CAP_LUA to PR_CAP_INT by William Lallemand · 3 years, 4 months ago
- 534197c BUILD/MINOR: memprof fix macOs build. by David CARLIER · 3 years, 4 months ago
- dc70c18 BUG/MEDIUM: cfgcond: limit recursion level in the condition expression parser by Willy Tarreau · 3 years, 4 months ago
- 2524123 MEDIUM: proxy: remove long-broken 'option http_proxy' by Willy Tarreau · 3 years, 4 months ago
- f1db20c BUG/MINOR: cfgcond: revisit the condition freeing mechanism to avoid a leak by Willy Tarreau · 3 years, 4 months ago
- 316ea7e MINOR: cfgcond: support terms made of parenthesis around expressions by Willy Tarreau · 3 years, 4 months ago
- ca81887 MINOR: cfgcond: insert an expression between the condition and the term by Willy Tarreau · 3 years, 4 months ago
- 087b2d0 MINOR: cfgcond: make the conditional term parser automatically allocate nodes by Willy Tarreau · 3 years, 4 months ago
- ca56d3d MINOR: cfgcond: support negating conditional expressions by Willy Tarreau · 3 years, 4 months ago
- f869095 MINOR: cfgcond: start to split the condition parser to introduce terms by Willy Tarreau · 3 years, 4 months ago
- 66243b4 REORG: config: move the condition preprocessing code to its own file by Willy Tarreau · 3 years, 4 months ago
- ab213a5 MINOR: arg: add a free_args() function to free an args array by Willy Tarreau · 3 years, 4 months ago
- 669b620 MINOR: srv: extract tracking server config function by Amaury Denoyelle · 3 years, 4 months ago