1. 9f0843f DOC: Fix a few grammar/spelling issues and casing of HAProxy by Daniel Corbett · 3 years, 2 months ago
  2. 02bd684 DOC: ssl: Add information about crl-file option by Remi Tricot-Le Breton · 3 years, 2 months ago
  3. 7c980df DOC: ssl: Extra files loading now works for backends too by Remi Tricot-Le Breton · 3 years, 2 months ago
  4. a9e639a MINOR: http_act: mark normalize-uri as experimental by Amaury Denoyelle · 3 years, 2 months ago
  5. d2e53cd MINOR: cfgparse: implement experimental config keywords by Amaury Denoyelle · 3 years, 2 months ago
  6. 7190b98 MINOR: config: add a new message directive: .diag by Willy Tarreau · 3 years, 2 months ago
  7. 0b7c78a MINOR: config: add predicates "version_atleast" and "version_before" to cond blocks by Willy Tarreau · 3 years, 2 months ago
  8. 58ca706 MINOR: config: add predicate "feature" to detect certain built-in features by Willy Tarreau · 3 years, 2 months ago
  9. 6492e87 MINOR: config: add predicates "streq()" and "strneq()" to conditional expressions by Willy Tarreau · 3 years, 2 months ago
  10. 42ed14b MINOR: config: add predicate "defined()" to conditional expression blocks by Willy Tarreau · 3 years, 2 months ago
  11. a46f1af MINOR: config: support some pseudo-variables for file/line/section by Willy Tarreau · 3 years, 2 months ago
  12. ca3afc2 MINOR: activity: add the profiling.memory global setting by Willy Tarreau · 3 years, 2 months ago
  13. 080347f [RELEASE] Released version 2.4-dev18 by Willy Tarreau · 3 years, 2 months ago
  14. 8a022d5 MINOR: config: add a new "default-path" global directive by Willy Tarreau · 3 years, 2 months ago
  15. 59c5335 DOC: general: fix example in set-timeout by Alex · 3 years, 2 months ago
  16. bf1bd5a DOC: general: fix white spaces for HTML converter by Alex · 3 years, 2 months ago
  17. b2be9a1 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 2 months ago
  18. 2e4a18e MINOR: uri_normalizer: Add a `percent-decode-unreserved` normalizer by Tim Duesterhus · 3 years, 3 months ago
  19. d6d33de DOC: Add RFC references for the path-strip-dot(dot)? normalizers by Tim Duesterhus · 3 years, 3 months ago
  20. c315efd DOC: Fix RFC reference for the percent-to-uppercase normalizer by Tim Duesterhus · 3 years, 3 months ago
  21. 7a95f41 DOC: Fix indentation for `path-strip-dot` normalizer by Tim Duesterhus · 3 years, 3 months ago
  22. bfd19d6 [RELEASE] Released version 2.4-dev17 by Willy Tarreau · 3 years, 2 months ago
  23. 0f50cb9 MINOR: global: add option to disable numa detection by Amaury Denoyelle · 3 years, 3 months ago
  24. 982fb53 MEDIUM: config: use platform independent type hap_cpuset for cpu-map by Amaury Denoyelle · 3 years, 3 months ago
  25. ff3bb8b MINOR: uri_normalizer: Add a `strip-dot` normalizer by Maximilian Mader · 3 years, 3 months ago
  26. 2963fd3 DOC: Note that URI normalization is experimental by Tim Duesterhus · 3 years, 3 months ago
  27. b918a4a DOC: Add introduction to http-request normalize-uri by Tim Duesterhus · 3 years, 3 months ago
  28. 5be6ab2 MEDIUM: http_act: Rename uri-normalizers by Tim Duesterhus · 3 years, 3 months ago
  29. a407193 MINOR: uri_normalizer: Add a `percent-upper` normalizer by Tim Duesterhus · 3 years, 3 months ago
  30. d7b89be MINOR: uri_normalizer: Add a `sort-query` normalizer by Tim Duesterhus · 3 years, 3 months ago
  31. 560e1a6 MINOR: uri_normalizer: Add support for supressing leading `../` for dotdot normalizer by Tim Duesterhus · 3 years, 3 months ago
  32. 9982fc2 MINOR: uri_normalizer: Add a `dotdot` normalizer to http-request normalize-uri by Tim Duesterhus · 3 years, 3 months ago
  33. d371e99 MINOR: uri_normalizer: Add a `merge-slashes` normalizer to http-request normalize-uri by Tim Duesterhus · 3 years, 3 months ago
  34. 7d081f0 MINOR: tcp_samples: Add samples to get src/dst info of the backend connection by Christopher Faulet · 3 years, 3 months ago
  35. 51c8ad4 MINOR: sample: converter: Add json_query converter by Alex · 3 years, 3 months ago
  36. 92f7d43 MINOR: sample: add ub64dec and ub64enc converters by Moemen MHEDHBI · 3 years, 3 months ago
  37. 86512dd [RELEASE] Released version 2.4-dev16 by Willy Tarreau · 3 years, 3 months ago
  38. c8f3e45 MEDIUM: resolvers: add support of tcp address on nameserver line. by Emeric Brun · 3 years, 3 months ago
  39. 94aab06 MEDIUM: log: support tcp or stream addresses on log lines. by Emeric Brun · 3 years, 3 months ago
  40. ce325c4 MINOR: server/bind: add support of new prefixes for addresses. by Emeric Brun · 3 years, 3 months ago
  41. 8043e83 MINOR: acl: Add HTTP_2.0 predefined macro by Christopher Faulet · 3 years, 3 months ago
  42. 779184e MINOR: No longer rely on deprecated sample fetches for predefined ACLs by Christopher Faulet · 3 years, 3 months ago
  43. 59fa1d1 [RELEASE] Released version 2.4-dev15 by Willy Tarreau · 3 years, 3 months ago
  44. ff80c82 DOC: clarify that compression works for HTTP/2 by Julien Pivotto · 3 years, 3 months ago
  45. a63d1a0 CONTRIB: move contrib/opentracing to addons/ot by Willy Tarreau · 3 years, 3 months ago
  46. 021a8e4 MEDIUM: http-rules: Add wait-for-body action on request and response side by Christopher Faulet · 3 years, 3 months ago
  47. a434a00 BUG/MINOR: payload/htx: Ingore L6 sample fetches for HTX streams/checks by Christopher Faulet · 3 years, 3 months ago
  48. 4d37e53 DOC: config: Add documentation about TCP to HTTP upgrades by Christopher Faulet · 3 years, 3 months ago
  49. ae863c6 MEDIUM: Add tcp-request switch-mode action to perform HTTP upgrade by Christopher Faulet · 3 years, 4 months ago
  50. 982e17d DOC: config: Improve documentation about proto/check-proto keywords by Christopher Faulet · 3 years, 3 months ago
  51. af6d88b [RELEASE] Released version 2.4-dev14 by Willy Tarreau · 3 years, 3 months ago
  52. 13d2ba2 MEDIUM: vars: add support for a "set-var" global directive by Willy Tarreau · 3 years, 3 months ago
  53. 7b0e00d BUG/MINOR: http_fetch: make hdr_ip() reject trailing characters by Willy Tarreau · 3 years, 3 months ago
  54. 09cc669 [RELEASE] Released version 2.4-dev13 by Willy Tarreau · 3 years, 4 months ago
  55. ed4bef7 CLEANUP: Fix a typo in fix_is_valid description by Christopher Faulet · 3 years, 4 months ago
  56. acdd47d [RELEASE] Released version 2.4-dev12 by Willy Tarreau · 3 years, 4 months ago
  57. 060a761 OPTIM: task: automatically adjust the default runqueue-depth to the threads by Willy Tarreau · 3 years, 4 months ago
  58. befef70 BUG/MINOR: sample: Rename SenderComID/TargetComID to SenderCompID/TargetCompID by Daniel Corbett · 3 years, 4 months ago
  59. 4c75195 BUG/MEDIUM: resolvers: handle huge responses over tcp servers. by Emeric Brun · 3 years, 4 months ago
  60. 7bbc6c9 [RELEASE] Released version 2.4-dev11 by Willy Tarreau · 3 years, 4 months ago
  61. f8b4292 DOC: fix originalto except clause on destination address by Amaury Denoyelle · 3 years, 4 months ago
  62. 0de36ad CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 5 months ago
  63. 8ab65c2 [RELEASE] Released version 2.4-dev10 by Willy Tarreau · 3 years, 4 months ago
  64. 5d1def6 MEDIUM: http-ana: Add IPv6 support for forwardfor and orignialto options by Christopher Faulet · 3 years, 4 months ago
  65. 31dd393 [RELEASE] Released version 2.4-dev9 by Willy Tarreau · 3 years, 5 months ago
  66. 6616132 MINOR: listener: refine the default MAX_ACCEPT from 64 to 4 by Willy Tarreau · 3 years, 5 months ago
  67. 4327d0a MINOR: tasks: refine the default run queue depth by Willy Tarreau · 3 years, 5 months ago
  68. 0784db8 DOC: explain the relation between pool-low-conn and tune.idle-pool.shared by Willy Tarreau · 3 years, 5 months ago
  69. dc626ec [RELEASE] Released version 2.4-dev8 by Willy Tarreau · 3 years, 5 months ago
  70. 56fc5d9 MEDIUM: resolvers: add supports of TCP nameservers in resolvers. by Emeric Brun · 3 years, 5 months ago
  71. 9a4bbfe DOC: tune: explain the origin of block size for ssl.cachesize by William Dauchy · 3 years, 5 months ago
  72. 4b10302 MINOR: cfgparse: implement a simple if/elif/else/endif macro block handler by Willy Tarreau · 3 years, 5 months ago
  73. b4d3708 MINOR: http: add baseq sample fetch by Yves Lafon · 3 years, 5 months ago
  74. 7c0b4d8 MEDIUM: cfgparse: allow a proxy to designate the defaults section to use by Willy Tarreau · 3 years, 5 months ago
  75. 583b6de BUG/MINOR: server: Fix server-state-file-name directive by Christopher Faulet · 3 years, 5 months ago
  76. d773a4e MINOR: doc: update http reuse for new eligilible connections by Amaury Denoyelle · 3 years, 5 months ago
  77. 826f3ab MINOR: stick-tables/counters: add http_fail_cnt and http_fail_rate data types by Willy Tarreau · 3 years, 5 months ago
  78. acf8459 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 5 months ago
  79. 5d46fbd [RELEASE] Released version 2.4-dev7 by Willy Tarreau · 3 years, 5 months ago
  80. 4858fb2 MEDIUM: check: align agentaddr and agentport behaviour by William Dauchy · 3 years, 5 months ago
  81. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 3 years, 7 months ago
  82. 27c70ae DOC: Improve documentation of the various hdr() fetches by Tim Duesterhus · 3 years, 5 months ago
  83. 24c41d5 [RELEASE] Released version 2.4-dev6 by Willy Tarreau · 3 years, 6 months ago
  84. ef4e45c DOC: Rename '<var name>' to '<var>' in converter signature by Tim Duesterhus · 3 years, 6 months ago
  85. a308209 DOC: Remove space after comma in converter signature by Tim Duesterhus · 3 years, 6 months ago
  86. e095f31 MINOR: http: Add HTTP 501-not-implemented error message by Christopher Faulet · 3 years, 7 months ago
  87. 6ca8916 MINOR: cache: Do not store responses with an unknown encoding by Remi Tricot-Le Breton · 3 years, 6 months ago
  88. cdbcca9 DOC: fix some spelling issues over multiple files by Thayne McCombs · 3 years, 6 months ago
  89. 888b0ae MINOR: converter: adding support for url_enc by William Dauchy · 3 years, 6 months ago
  90. 421ed39 [RELEASE] Released version 2.4-dev5 by Willy Tarreau · 3 years, 6 months ago
  91. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 3 years, 8 months ago
  92. e6cc5b5 MINOR: cache: Replace the "process-vary" option's expected values by Remi Tricot-Le Breton · 3 years, 7 months ago
  93. 04bf0cc MINOR: sample: add the xxh3 converter by Dragan Dosen · 3 years, 7 months ago
  94. 6d975f0 MINOR: check: do not ignore a connection header for http-check send by Amaury Denoyelle · 3 years, 7 months ago
  95. 4d71176 [RELEASE] Released version 2.4-dev4 by Willy Tarreau · 3 years, 7 months ago
  96. 2272d8a DOC: assorted typo fixes in the documentation by Ilya Shipitsin · 3 years, 7 months ago
  97. 3e67860 DOC: fix "smp_size" vs "sample_size" in "log" directive arguments by Jan Wagner · 3 years, 7 months ago
  98. dc32cd9 DOC: opentracing: add the OpenTracing filter section by Miroslav Zagorac · 3 years, 7 months ago
  99. 5853c0c MINOR: cache: Add a max-secondary-entries cache option by Remi Tricot-Le Breton · 3 years, 7 months ago
  100. a786c41 [RELEASE] Released version 2.4-dev3 by Willy Tarreau · 3 years, 7 months ago