1. c690ca4 MINOR: clock: measure the total boot time by Willy Tarreau · 1 year, 1 month ago
  2. 644358e BUG/MINOR: cfgparse: make sure to include openssl-compat by Willy Tarreau · 1 year, 2 months ago
  3. fea6f52 BUG/MINOR: init: make sure to always limit the total number of threads by Willy Tarreau · 1 year, 4 months ago
  4. fd66708 BUG/MEDIUM: sink: bad init sequence on tcp sink from a ring. by Emeric Brun · 1 year, 10 months ago
  5. ba6af4f BUG/MAJOR: mworker: fix infinite loop on master with no proxies. by Emeric Brun · 1 year, 10 months ago
  6. fe0979f BUG/MAJOR: log-forward: Fix log-forward proxies not fully initialized by Emeric Brun · 1 year, 11 months ago
  7. e36b38e BUILD: cfgparse: always defined _GNU_SOURCE for sched.h and crypt.h by Willy Tarreau · 1 year, 11 months ago
  8. 8e1b8df BUG/MINOR: peers: fix possible NULL dereferences at config parsing by William Lallemand · 2 years ago
  9. 8ed7615 BUG/MINOR: peers/config: always fill the bind_conf's argument by Willy Tarreau · 2 years ago
  10. a25fb61 BUG/MEDIUM: peers: prevent unitialized multiple listeners on peers section by Emeric Brun · 2 years, 1 month ago
  11. 0618a3a BUG/MEDIUM: peers: fix segfault using multiple bind on peers sections by Emeric Brun · 2 years, 1 month ago
  12. 5ab278b BUG/MINOR: peers: fix error reporting of "bind" lines by Willy Tarreau · 2 years, 1 month ago
  13. 0c68be7 BUG/MINOR: cfgparse: abort earlier in case of allocation error by Willy Tarreau · 2 years, 1 month ago
  14. 6ae99cb BUG/MEDIUM: config: Reset outline buffer size on realloc error in readcfgfile() by Christopher Faulet · 2 years, 1 month ago
  15. 7cbd156 BUG/MINOR: server: Don't rely on last default-server to init server SSL context by Christopher Faulet · 2 years, 7 months ago
  16. 5f802b3 BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags by Christopher Faulet · 2 years, 9 months ago
  17. 95d0810 BUG/MINOR: config: reject configs using HTTP with bufsize >= 256 MB by Willy Tarreau · 2 years, 10 months ago
  18. 50779ae BUG/MINOR: stick-table: insert srv in used_name tree even with fixed id by Amaury Denoyelle · 3 years, 1 month ago
  19. c5c5bc4 BUG/MINOR: proxy: Missing calloc return value check in chash_init_server_tree by Remi Tricot-Le Breton · 3 years, 1 month ago
  20. f41ea3e MINOR: cfgparse: Fail when encountering extra arguments in macro by Tim Duesterhus · 3 years, 1 month ago
  21. 6bfc10c BUILD: config: avoid a build warning on numa_detect_topology() without threads by Willy Tarreau · 3 years, 2 months ago
  22. 0813861 REORG: config: uninline warnifnotcap() and failifnotcap() by Willy Tarreau · 3 years, 2 months ago
  23. 7190b98 MINOR: config: add a new message directive: .diag by Willy Tarreau · 3 years, 2 months ago
  24. 0b7c78a MINOR: config: add predicates "version_atleast" and "version_before" to cond blocks by Willy Tarreau · 3 years, 2 months ago
  25. 58ca706 MINOR: config: add predicate "feature" to detect certain built-in features by Willy Tarreau · 3 years, 2 months ago
  26. 6492e87 MINOR: config: add predicates "streq()" and "strneq()" to conditional expressions by Willy Tarreau · 3 years, 2 months ago
  27. 42ed14b MINOR: config: add predicate "defined()" to conditional expression blocks by Willy Tarreau · 3 years, 2 months ago
  28. 732525f MINOR: config: make cfg_eval_condition() support predicates with arguments by Willy Tarreau · 3 years, 2 months ago
  29. 299bd1c MINOR: config: improve .if condition error reporting by Willy Tarreau · 3 years, 2 months ago
  30. 5150805 MINOR: config: keep up-to-date current file/line/section in the global struct by Willy Tarreau · 3 years, 2 months ago
  31. 6a2110c MINOR: config: centralize the ".if"/".elif" condition parser and evaluator by Willy Tarreau · 3 years, 2 months ago
  32. 71990e6 BUG/MINOR: config: .if/.elif should also accept negative integers by Willy Tarreau · 3 years, 2 months ago
  33. f67ff02 BUG/MINOR: config: add a missing "ELIF_TAKE" test for ".elif" condition evaluator by Willy Tarreau · 3 years, 2 months ago
  34. 6e647c9 BUG/MINOR: config: fix uninitialized initial state in ".if" block evaluator by Willy Tarreau · 3 years, 2 months ago
  35. 8a022d5 MINOR: config: add a new "default-path" global directive by Willy Tarreau · 3 years, 2 months ago
  36. da543e1 CLEANUP: cfgparse: de-uglify early file error handling in readcfgfile() by Willy Tarreau · 3 years, 2 months ago
  37. 07bf21c BUG/MEDIUM: config: fix missing initialization in numa_detect_topology() by Willy Tarreau · 3 years, 2 months ago
  38. a6f9c5d BUG/MINOR: cpuset: fix compilation on platform without cpu affinity by Amaury Denoyelle · 3 years, 2 months ago
  39. 0f50cb9 MINOR: global: add option to disable numa detection by Amaury Denoyelle · 3 years, 3 months ago
  40. b56a7c8 MEDIUM: cfgparse: detect numa and set affinity if needed by Amaury Denoyelle · 3 years, 3 months ago
  41. a808235 MINOR: cfgparse: support the comma separator on parse_cpu_set by Amaury Denoyelle · 3 years, 3 months ago
  42. c90932b MINOR: cfgparse: use hap_cpuset for parse_cpu_set by Amaury Denoyelle · 3 years, 3 months ago
  43. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  44. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · 3 years, 3 months ago
  45. 728be0f MINOR: config: diag if global section after non-global by Amaury Denoyelle · 3 years, 3 months ago
  46. 581db2b MINOR: payload/config: Warn if a L6 sample fetch is used from an HTTP proxy by Christopher Faulet · 3 years, 3 months ago
  47. 42c6cf9 MINOR: action: Use a generic function to check validity of an action rule list by Christopher Faulet · 3 years, 3 months ago
  48. 5eef018 MINOR: config/proxy: Warn if a TCP proxy without backend is upgradable to HTTP by Christopher Faulet · 3 years, 3 months ago
  49. 3b6446f MINOR: config/proxy: Don't warn for HTTP rules in TCP if 'switch-mode http' set by Christopher Faulet · 3 years, 4 months ago
  50. c2ac5e4 MINOR: filters/http-ana: Decide to filter HTTP headers in HTTP analysers by Christopher Faulet · 3 years, 4 months ago
  51. bb7abed BUG/MINOR: config: Add warning for http-after-response rules in TCP mode by Christopher Faulet · 3 years, 4 months ago
  52. 77e6a4e MINOR: sample: make smp_resolve_args() return an allocate error message by Willy Tarreau · 3 years, 3 months ago
  53. 30c0537 REORG: server: use flags for parse_server by Amaury Denoyelle · 3 years, 4 months ago
  54. 3efee65 MINOR: cfgparse: always alloc idle conns task by Amaury Denoyelle · 3 years, 4 months ago
  55. 1b8dacc MINOR/BUG: mworker/cli: do not use the unix_bind prefix for the master CLI socket by Eric Salama · 3 years, 4 months ago
  56. 4975d14 CLEANUP: cli: rename the last few "stats_" to "cli_" by Willy Tarreau · 3 years, 4 months ago
  57. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · 3 years, 4 months ago
  58. e2afcc4 MINOR: cfgparse: add cfg_find_best_match() to suggest an existing word by Willy Tarreau · 3 years, 4 months ago
  59. d4e78d8 MINOR: server: move actconns to the per-thread structure by Willy Tarreau · 3 years, 4 months ago
  60. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · 3 years, 4 months ago
  61. 4cdac16 MINOR: cfgparse: finish to set up servers outside of the proxy setup loop by Willy Tarreau · 3 years, 4 months ago
  62. 35cd734 CLEANUP: config: replace a few free() with ha_free() by Willy Tarreau · 3 years, 4 months ago
  63. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  64. d8aa21a CLEANUP: server: rename srv_cleanup_{idle,toremove}_connections() by Willy Tarreau · 3 years, 4 months ago
  65. 6616132 MINOR: listener: refine the default MAX_ACCEPT from 64 to 4 by Willy Tarreau · 3 years, 4 months ago
  66. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · 3 years, 5 months ago
  67. 8a55193 MEDIUM: resolvers: move resolvers section parsing from cfgparse.c to dns.c by Emeric Brun · 3 years, 7 months ago
  68. 750fe79 MINOR: resolvers: renames type dns_resolvers to resolvers. by Emeric Brun · 3 years, 6 months ago
  69. 4b10302 MINOR: cfgparse: implement a simple if/elif/else/endif macro block handler by Willy Tarreau · 3 years, 5 months ago
  70. 7d0c143 MINOR: cfgparse: move defproxy to cfgparse-listen as a static by Willy Tarreau · 3 years, 5 months ago
  71. 144289b REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer by Willy Tarreau · 3 years, 5 months ago
  72. 5bbc676 BUG/MINOR: stats: revert the change on ST_CONVDONE by Willy Tarreau · 3 years, 5 months ago
  73. 937c3ea BUG/MEDIUM: config: don't pick unset values from last defaults section by Willy Tarreau · 3 years, 5 months ago
  74. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · 3 years, 6 months ago
  75. 5c7086f MEDIUM: connection: protect idle conn lists with locks by Amaury Denoyelle · 3 years, 6 months ago
  76. 76837bc CLEANUP: cfgparse: replace "realloc" with "my_realloc2" to fix to memory leak on error by Ilya Shipitsin · 3 years, 6 months ago
  77. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  78. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 3 years, 7 months ago
  79. 0a76901 MINOR: cfgparse: QUIC default server transport parameters init. by Frédéric Lécaille · 3 years, 7 months ago
  80. 884f2e9 MINOR: listener: Add QUIC info to listeners and receivers. by Frédéric Lécaille · 3 years, 7 months ago
  81. f637044 MEDIUM: cli/ssl: configure ssl on server at runtime by William Dauchy · 3 years, 8 months ago
  82. 9139ec3 MINOR: cfgparse: tighten the scope of newnameserver variable, free it on error. by Eric Salama · 3 years, 8 months ago
  83. cd10def MINOR: backend: replace the lbprm lock with an rwlock by Willy Tarreau · 3 years, 9 months ago
  84. 9e9919d MEDIUM: proxy: remove obsolete "monitor-net" by Willy Tarreau · 3 years, 9 months ago
  85. 77e0dae MEDIUM: proxy: remove obsolete "mode health" by Willy Tarreau · 3 years, 9 months ago
  86. a389c9e MEDIUM: proxy: add mode PR_MODE_PEERS to flag peers frontends by Willy Tarreau · 3 years, 9 months ago
  87. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  88. 1ad64ac CLEANUP: peers: don't use the PR_ST* states to mark enabled/disabled by Willy Tarreau · 3 years, 9 months ago
  89. 02b092f MEDIUM: init: stop disabled proxies after initializing fdtab by Willy Tarreau · 3 years, 9 months ago
  90. fa41cb6 MINOR: tools: support for word expansion of environment in parse_line by Amaury Denoyelle · 3 years, 9 months ago
  91. 1aab911 BUG/MINOR: Fix memory leaks cfg_parse_peers by Eric Salama · 3 years, 10 months ago
  92. 65ec4e3 MEDIUM: tools: make str2sa_range() check that the protocol has ->connect() by Willy Tarreau · 3 years, 10 months ago
  93. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 3 years, 10 months ago
  94. 9b3178d MINOR: listener: pass the chosen protocol to create_listeners() by Willy Tarreau · 3 years, 10 months ago
  95. 5e1779a MEDIUM: config: make str2listener() not accept datagram sockets anymore by Willy Tarreau · 3 years, 10 months ago
  96. aa33312 MINOR: cfgparse: add str2receiver() to parse dgram receivers by Willy Tarreau · 3 years, 10 months ago
  97. 3baec24 MEDIUM: tools: make str2sa_range() only report AF_CUST_UDP on listeners by Willy Tarreau · 3 years, 10 months ago
  98. a215be2 MEDIUM: tools: make str2sa_range() check for the sockpair's FD usability by Willy Tarreau · 3 years, 10 months ago
  99. 804f11f MINOR: config: do not test an inherited socket again by Willy Tarreau · 3 years, 10 months ago
  100. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 3 years, 10 months ago