1. e956c9c CLEANUP: opentracing: simplify the condition on the empty header by Miroslav Zagorac · 3 years, 3 months ago
  2. ed17ca7 CI: Github Actions: re-enable Opentracing by Willy Tarreau · 3 years, 3 months ago
  3. 560c7b8 MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn' by Miroslav Zagorac · 3 years, 3 months ago
  4. a75f340 CLEANUP: opentracing: use the haproxy function to generate uuid by Miroslav Zagorac · 3 years, 3 months ago
  5. 71cb1ab BUG/MINOR: opentracing: enable the use of http headers without a set value by Miroslav Zagorac · 3 years, 3 months ago
  6. 4cb2c83 BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing context by Miroslav Zagorac · 3 years, 3 months ago
  7. cf6f574 CLEANUP: Move XXH3 macro from haproxy/compat.h to haproxy/xxhash.h by Tim Duesterhus · 3 years, 3 months ago
  8. a8bfb4d CLEANUP: ebmbtree: Replace always-taken elseif by else by Tim Düsterhus · 3 years, 3 months ago
  9. d5fc8fc CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h by Tim Duesterhus · 3 years, 3 months ago
  10. 949b6ca BUG/MINOR: filters: Set right FLT_END analyser depending on channel by Christopher Faulet · 3 years, 3 months ago
  11. 2d56500 BUG/MEDIUM: http-ana: Reset channels analysers when returning an error by Christopher Faulet · 3 years, 3 months ago
  12. 883d83e BUG/MEDIUM: stream-int: Don't block SI on a channel policy if EOI is reached by Christopher Faulet · 3 years, 3 months ago
  13. 0fa8007 CLEANUP: mux-h1: Remove condition rejecting upgrade requests with payload by Christopher Faulet · 3 years, 3 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. 52a5ec2 BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for requests with payload by Christopher Faulet · 3 years, 3 months ago
  16. f14edc8 CI: Github Actions: temporarily disable Opentracing by Willy Tarreau · 3 years, 3 months ago
  17. ac5f634 BUILD: fix dragonfly build again on __read_mostly by devnexen@gmail.com · 3 years, 3 months ago
  18. 55f8a83 OPTIM: vars: do not keep variables usage stats if no limit is set by Willy Tarreau · 3 years, 3 months ago
  19. 3b78f2a OPTIM: vars: remove internal bookkeeping for vars_global_size by Willy Tarreau · 3 years, 3 months ago
  20. 61ecf28 OPTIM: vars: only takes the variables lock on shared entries by Willy Tarreau · 3 years, 3 months ago
  21. dc72fbb MINOR: vars: centralize the lock/unlock into static inlines by Willy Tarreau · 3 years, 3 months ago
  22. 3f120d2 CLEANUP: vars: remove the now unused var_names array by Willy Tarreau · 3 years, 3 months ago
  23. 3a4bedc MEDIUM: vars: replace the global name index with a hash by Willy Tarreau · 3 years, 3 months ago
  24. 2c897d9 MINOR: vars: preset a random seed to hash variables names by Willy Tarreau · 3 years, 3 months ago
  25. df8eeb1 MEDIUM: vars: pre-create parsed SCOPE_PROC variables as permanent ones by Willy Tarreau · 3 years, 3 months ago
  26. c1c88f4 MEDIUM: vars: make var_clear() only reset VF_PERMANENT variables by Willy Tarreau · 3 years, 3 months ago
  27. 3dc6dc3 MINOR: vars: store flags into variables and add VF_PERMANENT by Willy Tarreau · 3 years, 3 months ago
  28. 63c3066 MINOR: vars: support storing empty sample data with a variable by Willy Tarreau · 3 years, 3 months ago
  29. 4994b57 MINOR: vars: add a VF_CREATEONLY flag for creation by Willy Tarreau · 3 years, 3 months ago
  30. 7978c5c MEDIUM: vars: make the ifexist variant of set-var only apply to the proc scope by Willy Tarreau · 3 years, 3 months ago
  31. f1cb0eb REORG: vars: remerge sample_store{,_stream}() into var_set() by Willy Tarreau · 3 years, 3 months ago
  32. d378eb8 CLEANUP: vars: rename sample_clear_stream() to var_unset() by Willy Tarreau · 3 years, 3 months ago
  33. b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · 3 years, 3 months ago
  34. 1008071 MINOR: proxy: add a global "grace" directive to postpone soft-stop by Willy Tarreau · 3 years, 3 months ago
  35. b7308f0 Revert "BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive" by Christopher Faulet · 3 years, 3 months ago
  36. 3b69886 BUG/MAJOR: htx: fix missing header name length check in htx_add_header/trailer by Willy Tarreau · 3 years, 3 months ago
  37. 3d5f19e CLEANUP: htx: remove comments about "must be < 256 MB" by Willy Tarreau · 3 years, 3 months ago
  38. 32b51cd BUG/MINOR: config: reject configs using HTTP with bufsize >= 256 MB by Willy Tarreau · 3 years, 3 months ago
  39. f653e83 [RELEASE] Released version 2.5-dev6 by Willy Tarreau · 3 years, 3 months ago
  40. 0c36d09 BUILD: ot: add argument for default value to vars_get_by_name() by Willy Tarreau · 3 years, 3 months ago
  41. 54496a6 MINOR: vars: make the vars() sample fetch function support a default value by Willy Tarreau · 3 years, 3 months ago
  42. e352b9d MINOR: vars: make vars_get_by_* support an optional default value by Willy Tarreau · 3 years, 3 months ago
  43. be7e00d CLEANUP: vars: factor out common code from vars_get_by_{desc,name} by Willy Tarreau · 3 years, 3 months ago
  44. e93bff4 MEDIUM: vars: also support format strings in CLI's "set var" command by Willy Tarreau · 3 years, 3 months ago
  45. 753d4db MINOR: vars: add a "set-var-fmt" directive to the global section by Willy Tarreau · 3 years, 3 months ago
  46. 20b7a0f MINOR: log: make log-format expressions completely usable outside of req/resp by Willy Tarreau · 3 years, 3 months ago
  47. 9c20433 CLEANUP: vars: name the temporary proxy "CFG" instead of "CLI" for global vars by Willy Tarreau · 3 years, 3 months ago
  48. c767eeb BUG/MINOR: vars: do not talk about global section in CLI errors for set-var by Willy Tarreau · 3 years, 3 months ago
  49. 1402fef BUG/MINOR: vars: truncate the variable name in error reports about scope. by Willy Tarreau · 3 years, 3 months ago
  50. c77bad2 BUG/MEDIUM: vars: run over the correct list in release_store_rules() by Willy Tarreau · 3 years, 3 months ago
  51. 9a621ae MEDIUM: vars: add a new "set-var-fmt" action by Willy Tarreau · 3 years, 3 months ago
  52. e726712 DOC: configuration: remove wrong tcp-request examples in tcp-response by Willy Tarreau · 3 years, 3 months ago
  53. 54b96d9 BUG/MINOR: vars: properly set the argument parsing context in the expression by Willy Tarreau · 3 years, 3 months ago
  54. 57467b8 MINOR: sample: add missing ARGC_ entries by Willy Tarreau · 3 years, 3 months ago
  55. 843096d BUG/MINOR: vars: improve accuracy of the rules used to check expression validity by Willy Tarreau · 3 years, 3 months ago
  56. 2819210 BUG/MINOR: vars: fix set-var/unset-var exclusivity in the keyword parser by Willy Tarreau · 3 years, 3 months ago
  57. 30ee296 CI: Github Actions: temporarily disable BoringSSL builds by Willy Tarreau · 3 years, 3 months ago
  58. bc1223b MINOR: http-rules: add a new "ignore-empty" option to redirects. by Willy Tarreau · 3 years, 3 months ago
  59. b061fb3 REGTESTS: ssl: Add tests for bc_conn_err and ssl_bc_hsk_err sample fetches by Remi Tricot-Le Breton · 3 years, 3 months ago
  60. 942c167 MINOR: connection: Add a connection error code sample fetch for backend side by Remi Tricot-Le Breton · 3 years, 3 months ago
  61. 163cdeb MINOR: ssl: Add new ssl_bc_hsk_err sample fetch by Remi Tricot-Le Breton · 3 years, 3 months ago
  62. abc6b31 CLEANUP: Add missing include guard to signal.h by Tim Duesterhus · 3 years, 3 months ago
  63. 87154e3 BUG/MAJOR: queue: better protect a pendconn being picked from the proxy by Willy Tarreau · 3 years, 3 months ago
  64. fe21fe7 MINOR: log: Add new "error-log-format" option by Remi Tricot-Le Breton · 3 years, 3 months ago
  65. 3d6350e MINOR: log: Remove log-error-via-logformat option by Remi Tricot-Le Breton · 3 years, 3 months ago
  66. 28e295d BUILD: globally enable -Wundef by Willy Tarreau · 3 years, 3 months ago
  67. 7b2108c BUILD: tools: properly guard __GLIBC__ with defined() by Willy Tarreau · 3 years, 3 months ago
  68. b131049 BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL by Willy Tarreau · 3 years, 3 months ago
  69. ea57a9b BUILD: ssl: next round of build warnings on LIBRESSL_VERSION_NUMBER by Willy Tarreau · 3 years, 3 months ago
  70. 18795d4 BUG/MINOR: tools: Fix loop condition in dump_text() by Tim Duesterhus · 3 years, 3 months ago
  71. 1f269c1 BUG/MINOR threads: Use get_(local|gm)time instead of (local|gm)time by Tim Duesterhus · 3 years, 3 months ago
  72. 446344c [RELEASE] Released version 2.5-dev5 by Willy Tarreau · 3 years, 3 months ago
  73. a01f8ce BUILD/MINOR: regex: avoid a build warning on USE_PCRE2 with -Wundef by Willy Tarreau · 3 years, 3 months ago
  74. fc89c3f IMPORT: slz: silence a build warning with -Wundef by Willy Tarreau · 3 years, 3 months ago
  75. 6e5542e BUILD/MINOR: ssl: avoid a build warning on LIBRESSL_VERSION with -Wundef by Willy Tarreau · 3 years, 3 months ago
  76. 3305643 BUILD/MINOR: defaults: eliminate warning on MAXHOSTNAMELEN with -Wundef by Willy Tarreau · 3 years, 3 months ago
  77. e15615c BUILD: activity: use #ifdef not #if on USE_MEMORY_PROFILING by Willy Tarreau · 3 years, 3 months ago
  78. cbdc74b BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per long by Willy Tarreau · 3 years, 3 months ago
  79. fe456c5 MINOR: time: add report_idle() to report process-wide idle time by Willy Tarreau · 3 years, 3 months ago
  80. e365aa2 BUG/MINOR: time: fix idle time computation for long sleeps by Willy Tarreau · 3 years, 3 months ago
  81. 310a260 MEDIUM: config: Deprecate tune.ssl.capture-cipherlist-size by Marcin Deranek · 3 years, 5 months ago
  82. da0264a MINOR: sample: Add be2hex converter by Marcin Deranek · 3 years, 5 months ago
  83. 40ca09c MINOR: sample: Add be2dec converter by Marcin Deranek · 3 years, 5 months ago
  84. 959a48c MINOR: sample: Expose SSL captures using new fetchers by Marcin Deranek · 3 years, 5 months ago
  85. 769fd2e MEDIUM: ssl: Capture more info from Client Hello by Marcin Deranek · 3 years, 5 months ago
  86. 5ef9656 BUG/MINOR: lua: use strlcpy2() not strncpy() to copy sample keywords by Willy Tarreau · 3 years, 3 months ago
  87. 906f7da MINOR: compiler: implement an ONLY_ONCE() macro by Willy Tarreau · 3 years, 3 months ago
  88. dd56520 BUG/MINOR: resolvers: mark servers with name-resolution as non purgeable by Amaury Denoyelle · 3 years, 3 months ago
  89. cbad112 REGTESTS: Remove REQUIRE_VERSION=1.5 from all tests by Tim Duesterhus · 3 years, 3 months ago
  90. 7ba9848 REGTESTS: Use `feature cmd` for 2.5+ tests by Tim Duesterhus · 3 years, 3 months ago
  91. a39e626 BUG/MINOR: proxy: don't dump servers of internal proxies by William Lallemand · 3 years, 3 months ago
  92. 956be9d REGTEST: fix haproxy required version for server removal test by Amaury Denoyelle · 3 years, 3 months ago
  93. 104b8e5 REGTEST: add missing lua requirements on server removal test by Amaury Denoyelle · 3 years, 3 months ago
  94. 61aa442 BUG/MINOR: base64: base64urldec() ignores padding in output size check by Dragan Dosen · 3 years, 3 months ago
  95. 14c3c5c MEDIUM: server: allow to remove servers at runtime except non purgeable by Amaury Denoyelle · 3 years, 3 months ago
  96. 86f3707 MINOR: server: mark servers referenced by LUA script as non purgeable by Amaury Denoyelle · 3 years, 3 months ago
  97. 0626961 MINOR: server: mark referenced servers as non purgeable by Amaury Denoyelle · 3 years, 3 months ago
  98. 5cca48c MINOR: server: define non purgeable server flag by Amaury Denoyelle · 3 years, 3 months ago
  99. bc2ebfa MEDIUM: server: extend refcount for all servers by Amaury Denoyelle · 3 years, 3 months ago
  100. 0a8d05d BUG/MINOR: stats: use refcount to protect dynamic server on dump by Amaury Denoyelle · 3 years, 3 months ago