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