1. 2abe74f MINOR: connection: Add callbacks definitions for QUIC. by Frédéric Lécaille · 3 years, 9 months ago
  2. dfbae76 MINOR: mux_quic: Add QUIC mux layer. by Frédéric Lécaille · 3 years, 9 months ago
  3. 5aa4143 MINOR: quic: Move transport parmaters to anynomous struct. by Frédéric Lécaille · 3 years, 10 months ago
  4. 577fe48 BUG/MINOR: quic: Possible NULL pointer dereferencing when dumping streams. by Frédéric Lécaille · 3 years, 11 months ago
  5. 6f97b4e BUG/MEDIUM: leastconn: fix rare possibility of divide by zero by Willy Tarreau · 3 years, 2 months ago
  6. c8cac04 MEDIUM: listener: deprecate "process" in favor of "thread" on bind lines by Willy Tarreau · 3 years, 2 months ago
  7. cd8a6f2 MINOR: server: enable slowstart for dynamic server by Amaury Denoyelle · 3 years, 2 months ago
  8. 29d1ac1 REORG: server: move slowstart init outside of checks by Amaury Denoyelle · 3 years, 2 months ago
  9. 725f8d2 MINOR: server: enable more check related keywords for dynamic servers by Amaury Denoyelle · 3 years, 2 months ago
  10. 79b90e8 MINOR: server: enable more keywords for ssl checks for dynamic servers by Amaury Denoyelle · 3 years, 2 months ago
  11. b621552 BUG/MINOR: server: alloc dynamic srv ssl ctx if proxy uses ssl chk rule by Amaury Denoyelle · 3 years, 2 months ago
  12. 0f456d5 BUG/MINOR: server: allow 'enable health' only if check configured by Amaury Denoyelle · 3 years, 2 months ago
  13. 4f06526 CLEANUP: Remove unreachable `break` from parse_time_err() by Tim Duesterhus · 3 years, 2 months ago
  14. 75e2f8d CLEANUP: Include check.h in flt_spoe.c by Tim Duesterhus · 3 years, 2 months ago
  15. 79a3478 MINOR: httpclient: add the EOH when no headers where provided by William Lallemand · 3 years, 2 months ago
  16. a8018eb BUG/MINOR: flt-trace: fix an infinite loop when random-parsing is set by Dragan Dosen · 3 years, 2 months ago
  17. ecf5596 DEV: coccinelle: Add xalloc_cast.cocci by Tim Duesterhus · 3 years, 2 months ago
  18. ec4a875 CLEANUP: Apply xalloc_size.cocci by Tim Duesterhus · 3 years, 2 months ago
  19. 02fa646 DEV: coccinelle: Add bug_on.cocci by Tim Duesterhus · 3 years, 2 months ago
  20. 63ee0e4 DEV: coccinelle: Add xalloc_size.cocci by Tim Duesterhus · 3 years, 2 months ago
  21. 1655424 CLEANUP: Apply bug_on.cocci by Tim Duesterhus · 3 years, 2 months ago
  22. c1af0ba DEV: coccinelle: Add ist.cocci by Tim Duesterhus · 3 years, 2 months ago
  23. b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · 3 years, 2 months ago
  24. 81a76f4 REORG: threads: move ha_get_pthread_id() to tinfo.h by Willy Tarreau · 3 years, 3 months ago
  25. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · 3 years, 3 months ago
  26. 87063a7 BUILD: fd: remove unused variable totlen in fd_write_frag_line() by Willy Tarreau · 3 years, 2 months ago
  27. b5d1141 BUILD: proto_uxst: do not set unused flag by Willy Tarreau · 3 years, 2 months ago
  28. 0ce77ac BUILD: sockpair: do not set unused flag by Willy Tarreau · 3 years, 2 months ago
  29. f2dda52 BUG/MINOR: cli/payload: do not search for args inside payload by Willy Tarreau · 3 years, 2 months ago
  30. 7a8aff2 BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc by Amaury Denoyelle · 3 years, 6 months ago
  31. 4837293 BUG/MINOR: connection: prevent null deref on mux cleanup task allocation by Amaury Denoyelle · 3 years, 2 months ago
  32. ed8bfad DOC: management: certificate files must be sanitized before injection by William Lallemand · 3 years, 2 months ago
  33. 8a0e5f8 BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check by Christopher Faulet · 3 years, 2 months ago
  34. c2afb86 MINOR: pools: use mallinfo2() when available instead of mallinfo() by Willy Tarreau · 3 years, 2 months ago
  35. a096155 DOC: update Tim's address in .mailmap by Willy Tarreau · 3 years, 2 months ago
  36. ab7389d BUG/MAJOR: mux-h1: Don't eval input data if an error was reported by Christopher Faulet · 3 years, 2 months ago
  37. 51324b8 CLEANUP: acl: Remove unused variable when releasing an acl expression by Christopher Faulet · 3 years, 3 months ago
  38. 8f1669b CLEANUP: Remove prototype for non-existent thread_get_default_count() by Tim Duesterhus · 3 years, 3 months ago
  39. 992007e CLEANUP: tree-wide: fix prototypes for functions taking no arguments. by Tim Duesterhus · 3 years, 3 months ago
  40. 062a54d DOC: Add .mailmap by Tim Duesterhus · 3 years, 3 months ago
  41. 845b560 MINOR: pools: report it when malloc_trim() is enabled by Willy Tarreau · 3 years, 2 months ago
  42. 157e393 MINOR: pools: automatically disable malloc_trim() with external allocators by Willy Tarreau · 3 years, 2 months ago
  43. ea3323f CLEANUP: pools: factor all malloc_trim() calls into trim_all_pools() by Willy Tarreau · 3 years, 2 months ago
  44. c5d0fc9 BUILD: sample: fix format warning on 32-bit archs in sample_conv_be2dec_check() by Willy Tarreau · 3 years, 2 months ago
  45. 4f5485b BUG/MINOR: compat: make sure __WORDSIZE is always defined by Willy Tarreau · 3 years, 2 months ago
  46. 8ab9419 BUILD: threads: fix -Wundef for _POSIX_PRIORITY_SCHEDULING on libmusl by Willy Tarreau · 3 years, 2 months ago
  47. 80d3daa BUILD: halog: fix a -Wundef warning on non-glibc systems by Willy Tarreau · 3 years, 3 months ago
  48. 8ac6597 BUILD: compiler: fixed a missing test on defined(__GNUC__) by Willy Tarreau · 3 years, 3 months ago
  49. 4b3a9fe [RELEASE] Released version 2.5-dev7 by Willy Tarreau · 3 years, 3 months ago
  50. 2281738 BUG/MEDIUM lua: Add missing call to RESET_SAFE_LJMP in hlua_filter_new() by Tim Duesterhus · 3 years, 3 months ago
  51. e956c9c CLEANUP: opentracing: simplify the condition on the empty header by Miroslav Zagorac · 3 years, 3 months ago
  52. ed17ca7 CI: Github Actions: re-enable Opentracing by Willy Tarreau · 3 years, 3 months ago
  53. 560c7b8 MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn' by Miroslav Zagorac · 3 years, 3 months ago
  54. a75f340 CLEANUP: opentracing: use the haproxy function to generate uuid by Miroslav Zagorac · 3 years, 3 months ago
  55. 71cb1ab BUG/MINOR: opentracing: enable the use of http headers without a set value by Miroslav Zagorac · 3 years, 3 months ago
  56. 4cb2c83 BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing context by Miroslav Zagorac · 3 years, 3 months ago
  57. cf6f574 CLEANUP: Move XXH3 macro from haproxy/compat.h to haproxy/xxhash.h by Tim Duesterhus · 3 years, 3 months ago
  58. a8bfb4d CLEANUP: ebmbtree: Replace always-taken elseif by else by Tim Düsterhus · 3 years, 3 months ago
  59. d5fc8fc CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h by Tim Duesterhus · 3 years, 3 months ago
  60. 949b6ca BUG/MINOR: filters: Set right FLT_END analyser depending on channel by Christopher Faulet · 3 years, 3 months ago
  61. 2d56500 BUG/MEDIUM: http-ana: Reset channels analysers when returning an error by Christopher Faulet · 3 years, 3 months ago
  62. 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
  63. 0fa8007 CLEANUP: mux-h1: Remove condition rejecting upgrade requests with payload by Christopher Faulet · 3 years, 3 months ago
  64. f079f44 MINOR: htx: Skip headers with no value when adding a header list to a message by Christopher Faulet · 3 years, 3 months ago
  65. 52a5ec2 BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for requests with payload by Christopher Faulet · 3 years, 3 months ago
  66. f14edc8 CI: Github Actions: temporarily disable Opentracing by Willy Tarreau · 3 years, 3 months ago
  67. ac5f634 BUILD: fix dragonfly build again on __read_mostly by devnexen@gmail.com · 3 years, 3 months ago
  68. 55f8a83 OPTIM: vars: do not keep variables usage stats if no limit is set by Willy Tarreau · 3 years, 3 months ago
  69. 3b78f2a OPTIM: vars: remove internal bookkeeping for vars_global_size by Willy Tarreau · 3 years, 3 months ago
  70. 61ecf28 OPTIM: vars: only takes the variables lock on shared entries by Willy Tarreau · 3 years, 3 months ago
  71. dc72fbb MINOR: vars: centralize the lock/unlock into static inlines by Willy Tarreau · 3 years, 3 months ago
  72. 3f120d2 CLEANUP: vars: remove the now unused var_names array by Willy Tarreau · 3 years, 3 months ago
  73. 3a4bedc MEDIUM: vars: replace the global name index with a hash by Willy Tarreau · 3 years, 3 months ago
  74. 2c897d9 MINOR: vars: preset a random seed to hash variables names by Willy Tarreau · 3 years, 3 months ago
  75. df8eeb1 MEDIUM: vars: pre-create parsed SCOPE_PROC variables as permanent ones by Willy Tarreau · 3 years, 3 months ago
  76. c1c88f4 MEDIUM: vars: make var_clear() only reset VF_PERMANENT variables by Willy Tarreau · 3 years, 3 months ago
  77. 3dc6dc3 MINOR: vars: store flags into variables and add VF_PERMANENT by Willy Tarreau · 3 years, 3 months ago
  78. 63c3066 MINOR: vars: support storing empty sample data with a variable by Willy Tarreau · 3 years, 3 months ago
  79. 4994b57 MINOR: vars: add a VF_CREATEONLY flag for creation by Willy Tarreau · 3 years, 3 months ago
  80. 7978c5c MEDIUM: vars: make the ifexist variant of set-var only apply to the proc scope by Willy Tarreau · 3 years, 3 months ago
  81. f1cb0eb REORG: vars: remerge sample_store{,_stream}() into var_set() by Willy Tarreau · 3 years, 3 months ago
  82. d378eb8 CLEANUP: vars: rename sample_clear_stream() to var_unset() by Willy Tarreau · 3 years, 3 months ago
  83. b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · 3 years, 3 months ago
  84. 1008071 MINOR: proxy: add a global "grace" directive to postpone soft-stop by Willy Tarreau · 3 years, 3 months ago
  85. 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
  86. 3b69886 BUG/MAJOR: htx: fix missing header name length check in htx_add_header/trailer by Willy Tarreau · 3 years, 3 months ago
  87. 3d5f19e CLEANUP: htx: remove comments about "must be < 256 MB" by Willy Tarreau · 3 years, 3 months ago
  88. 32b51cd BUG/MINOR: config: reject configs using HTTP with bufsize >= 256 MB by Willy Tarreau · 3 years, 3 months ago
  89. f653e83 [RELEASE] Released version 2.5-dev6 by Willy Tarreau · 3 years, 3 months ago
  90. 0c36d09 BUILD: ot: add argument for default value to vars_get_by_name() by Willy Tarreau · 3 years, 3 months ago
  91. 54496a6 MINOR: vars: make the vars() sample fetch function support a default value by Willy Tarreau · 3 years, 3 months ago
  92. e352b9d MINOR: vars: make vars_get_by_* support an optional default value by Willy Tarreau · 3 years, 3 months ago
  93. be7e00d CLEANUP: vars: factor out common code from vars_get_by_{desc,name} by Willy Tarreau · 3 years, 3 months ago
  94. e93bff4 MEDIUM: vars: also support format strings in CLI's "set var" command by Willy Tarreau · 3 years, 3 months ago
  95. 753d4db MINOR: vars: add a "set-var-fmt" directive to the global section by Willy Tarreau · 3 years, 3 months ago
  96. 20b7a0f MINOR: log: make log-format expressions completely usable outside of req/resp by Willy Tarreau · 3 years, 3 months ago
  97. 9c20433 CLEANUP: vars: name the temporary proxy "CFG" instead of "CLI" for global vars by Willy Tarreau · 3 years, 3 months ago
  98. c767eeb BUG/MINOR: vars: do not talk about global section in CLI errors for set-var by Willy Tarreau · 3 years, 3 months ago
  99. 1402fef BUG/MINOR: vars: truncate the variable name in error reports about scope. by Willy Tarreau · 3 years, 3 months ago
  100. c77bad2 BUG/MEDIUM: vars: run over the correct list in release_store_rules() by Willy Tarreau · 3 years, 3 months ago