1. 360f2a7 BUG/MINOR: cfgparse: remove the correct option on httpcheck send-state warning by Willy Tarreau · 6 months ago
  2. e2348bd BUG/MINOR: listener: always assign distinct IDs to shards by Willy Tarreau · 8 months ago
  3. cdb464e BUG/MINOR: cfgparse: report proper location for log-format-sd errors by Aurelien DARRAGON · 9 months ago
  4. 8babe63 BUG/MINOR: config/quic: Alert about PROXY protocol use on a QUIC listener by Christopher Faulet · 9 months ago
  5. 0048daa BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure by Aurelien DARRAGON · 1 year, 1 month ago
  6. 331b8b1 MEDIUM: quic: count quic_conn instance for maxconn by Amaury Denoyelle · 1 year, 1 month ago
  7. 4e49a6f MINOR: connection: add conn_pr_mode_to_proto_mode() helper func by Aurelien DARRAGON · 1 year, 1 month ago
  8. be92bdb MINOR: quic+openssl_compat: Do not start without "limited-quic" by Frédéric Lécaille · 1 year, 3 months ago
  9. 0499db4 BUG/MINOR: quic: Wrong cluster secret initialization by Frédéric Lécaille · 1 year, 3 months ago
  10. 6f88350 BUG/MINOR: config: do not detect NUMA topology when cpu-map is configured by Willy Tarreau · 1 year, 4 months ago
  11. c6c5125 BUG/MINOR: config: fix stick table duplicate name check by Patrick Hemmer · 1 year, 5 months ago
  12. af27ada BUG/MINOR: peers: Improve detection of config errors in peers sections by Christopher Faulet · 1 year, 6 months ago
  13. da4aa69 MINOR: clock: measure the total boot time by Willy Tarreau · 1 year, 6 months ago
  14. 615c301 MINOR: config: allow cpu-map to take commas in lists of ranges by Willy Tarreau · 1 year, 7 months ago
  15. 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · 1 year, 7 months ago
  16. eed5da1 MINOR: clock: do not use now.tv_sec anymore by Willy Tarreau · 1 year, 7 months ago
  17. a22db65 MEDIUM: peers: call bind_complete_thread_setup() to finish the config by Willy Tarreau · 1 year, 7 months ago
  18. f6a8444 REORG: listener: move the bind_conf's thread setup code to listener.c by Willy Tarreau · 1 year, 7 months ago
  19. e1a0107 BUG/MINOR: config: fix NUMA topology detection on FreeBSD by Willy Tarreau · 1 year, 7 months ago
  20. 09b52d1 MEDIUM: config: permit to start a bind on multiple groups at once by Willy Tarreau · 1 year, 9 months ago
  21. be33662 BUG/MINOR: cfgparse: make sure to include openssl-compat by Willy Tarreau · 1 year, 7 months ago
  22. 5003ac7 MEDIUM: config: set useful ALPN defaults for HTTPS and QUIC by Willy Tarreau · 1 year, 7 months ago
  23. 158c18e MINOR: config: add "no-alpn" support for bind lines by Willy Tarreau · 1 year, 7 months ago
  24. a07635e MINOR: bind-conf: support a new shards value: "by-group" by Willy Tarreau · 1 year, 7 months ago
  25. d30e82b MINOR: receiver: reserve special values for "shards" by Willy Tarreau · 1 year, 7 months ago
  26. 97da942 MINOR: thread: keep a bitmask of enabled groups in thread_set by Willy Tarreau · 1 year, 9 months ago
  27. 7b8aac4 MINOR: tinfo: make thread_set functions return nth group/mask instead of first by Willy Tarreau · 1 year, 9 months ago
  28. 44979ad BUG/MINOR: config: crt-list keywords mistaken for bind ssl keywords by William Lallemand · 1 year, 9 months ago
  29. af67806 MINOR: ssl: rename confusing ssl_bind_kws by William Lallemand · 1 year, 9 months ago
  30. 3e7a0bb MINOR: cfgparse/server: move (min/max)conn postparsing logic into dedicated function by Aurelien DARRAGON · 1 year, 10 months ago
  31. 655a7bc BUG/MEDIUM: listener/thread: bypass shards setting on failed thread resolution by Willy Tarreau · 1 year, 10 months ago
  32. 5044045 MEDIUM: config: restrict shards, not bind_conf to one group each by Willy Tarreau · 1 year, 10 months ago
  33. 484093d CLEANUP: listener/config: remove the special case for shards==1 by Willy Tarreau · 1 year, 10 months ago
  34. f2988e1 CLEANUP: listener/thread: remove now unused bind_conf's bind_tgroup/bind_thread by Willy Tarreau · 1 year, 10 months ago
  35. e6b8859 CLEANUP: config: stop using bind_tgroup and bind_thread by Willy Tarreau · 1 year, 10 months ago
  36. f0de8ca MEDIUM: listener/config: make the "thread" parser rely on thread_sets by Willy Tarreau · 1 year, 10 months ago
  37. 53c6c67 CLEANUP: config: remove test for impossible case regarding bind thread mask by Willy Tarreau · 1 year, 10 months ago
  38. 9e2682a MINOR: listener: remove the now useless LI_F_QUIC_LISTENER flag by Willy Tarreau · 1 year, 11 months ago
  39. 4c1d3a9 MINOR: listener: get rid of LI_O_TCP_L4_RULES and LI_O_TCP_L5_RULES by Willy Tarreau · 1 year, 11 months ago
  40. 1714680 MINOR: listener: move LI_O_UNLIMITED and LI_O_NOSTOP to bind_conf by Willy Tarreau · 1 year, 11 months ago
  41. 9bdcf42 MINOR: listener: move the NOQUICKACK option to the bind_conf by Willy Tarreau · 1 year, 11 months ago
  42. cfb7c2f MINOR: listener: move the NOLINGER option to the bind_conf by Willy Tarreau · 1 year, 11 months ago
  43. d5983ce MINOR: listener: remove the useless ->default_target field by Willy Tarreau · 1 year, 11 months ago
  44. 3083615 MINOR: listener: move the ->accept callback to the bind_conf by Willy Tarreau · 1 year, 11 months ago
  45. 882f248 MINOR: listener: move maxaccept from listener to bind_conf by Willy Tarreau · 1 year, 11 months ago
  46. 7866e8e MEDIUM: listener: move the analysers mask to the bind_conf by Willy Tarreau · 1 year, 11 months ago
  47. c07001b MINOR: cfgparse/http_ext: move post-parsing http_ext steps to http_ext by Aurelien DARRAGON · 1 year, 10 months ago
  48. b2e2ec5 MEDIUM: proxy/http_ext: implement dynamic http_ext by Aurelien DARRAGON · 1 year, 11 months ago
  49. f958341 MINOR: proxy: move 'originalto' option to http_ext by Aurelien DARRAGON · 1 year, 11 months ago
  50. 730b983 MINOR: proxy: move 'forwardfor' option to http_ext by Aurelien DARRAGON · 1 year, 11 months ago
  51. b2bb925 MINOR: proxy/http_ext: introduce proxy forwarded option by Aurelien DARRAGON · 1 year, 11 months ago
  52. 6c01171 MEDIUM: stick-table: set the track-sc limit at boottime via tune.stick-counters by Willy Tarreau · 1 year, 11 months ago
  53. 400b3ae BUG/MINOR: init/threads: continue to limit default thread count to max per group by Willy Tarreau · 2 years ago
  54. 28ea31c MINOR: global: generate random cluster.secret if not defined by Amaury Denoyelle · 2 years ago
  55. 996ca7d MINOR: quic: report error if force-retry without cluster-secret by Amaury Denoyelle · 2 years ago
  56. 037e3f8 MINOR: cfgparse: Always check the section position by Christopher Faulet · 2 years ago
  57. 4a689da CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years, 1 month ago
  58. 0aba11e MINOR: quic: remove unnecessary quic_session_accept() by Amaury Denoyelle · 2 years, 2 months ago
  59. 36d1565 MINOR: peers: Support for peer shards by Frédéric Lécaille · 2 years, 1 month ago
  60. 5c25dc5 CLEANUP: quic: fix headers by Amaury Denoyelle · 2 years, 2 months ago
  61. f30c5d7 MINOR: config: Add option line when the configuration file is dumped by Erwan Le Goas · 2 years, 2 months ago
  62. 059d05f MINOR: config: Add other keywords when dump the anonymized configuration file by Erwan Le Goas · 2 years, 2 months ago
  63. be5ed92 MINOR: config: correct errors about argument number in condition in cfgparse.c by Erwan Le Goas · 2 years, 2 months ago
  64. 5eef158 MINOR: tools: modify hash_ipanon in order to use it in cli by Erwan Le Goas · 2 years, 2 months ago
  65. b0c0501 MINOR: config: add command-line -dC to dump the configuration file by Erwan Le Goas · 2 years, 2 months ago
  66. d6e581d BUG/MEDIUM: sink: bad init sequence on tcp sink from a ring. by Emeric Brun · 2 years, 2 months ago
  67. 8032a27 BUG/MAJOR: mworker: fix infinite loop on master with no proxies. by Emeric Brun · 2 years, 3 months ago
  68. 3b68b60 BUG/MAJOR: log-forward: Fix log-forward proxies not fully initialized by Emeric Brun · 2 years, 3 months ago
  69. 2e64472 BUILD: cfgparse: always defined _GNU_SOURCE for sched.h and crypt.h by Willy Tarreau · 2 years, 4 months ago
  70. 3b64a28 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years, 4 months ago
  71. 1b6fa7f MINOR: peers: Add a warning about incompatible SSL config for the local peer by Christopher Faulet · 2 years, 4 months ago
  72. 244331f Revert "BUG/MINOR: peers: set the proxy's name to the peers section name" by Christopher Faulet · 2 years, 4 months ago
  73. c6b596d CLEANUP: threads: remove the now unused all_threads_mask and tid_bit by Willy Tarreau · 2 years, 4 months ago
  74. d0b73bc MEDIUM: listener: switch bind_thread from global to group-local by Willy Tarreau · 2 years, 5 months ago
  75. 1d93217 BUG/MINOR: peers: fix possible NULL dereferences at config parsing by William Lallemand · 2 years, 5 months ago
  76. d2494e0 BUG/MEDIUM: peers/config: properly set the thread mask by Willy Tarreau · 2 years, 5 months ago
  77. 8d15813 BUG/MINOR: peers/config: always fill the bind_conf's argument by Willy Tarreau · 2 years, 5 months ago
  78. 824c8c5 BUG/MINOR: peers: detect and warn on init_addr/resolvers/check/agent-check by Willy Tarreau · 2 years, 6 months ago
  79. 356866a BUG/MINOR: peers: set the proxy's name to the peers section name by Willy Tarreau · 2 years, 6 months ago
  80. ca82578 BUG/MEDIUM: peers: prevent unitialized multiple listeners on peers section by Emeric Brun · 2 years, 6 months ago
  81. 49f6f4b BUG/MEDIUM: peers: fix segfault using multiple bind on peers sections by Emeric Brun · 2 years, 6 months ago
  82. 730cc02 MINOR: listener: automatically select a QUIC mux with a QUIC transport by Willy Tarreau · 2 years, 6 months ago
  83. cac619b MINOR: config: detect and report mux and transport incompatibilities by Willy Tarreau · 2 years, 6 months ago
  84. 78d0dcd MINOR: listener: set the QUIC xprt layer immediately after parsing the args by Willy Tarreau · 2 years, 6 months ago
  85. 64306cc MINOR: listener: detect stream vs dgram conflict during parsing by Willy Tarreau · 2 years, 6 months ago
  86. 91b780a CLEANUP: listener: store stream vs dgram at the bind_conf level by Willy Tarreau · 2 years, 6 months ago
  87. 11ba404 CLEANUP: listener: replace all uses of bind_conf->is_ssl with BC_O_USE_SSL by Willy Tarreau · 2 years, 6 months ago
  88. 55f0f7b MINOR: config: use the new bind_parse_args_list() to parse a "bind" line by Willy Tarreau · 2 years, 6 months ago
  89. 91b4726 MINOR: protocol: replace ctrl_type with xprt_type and clarify it by Willy Tarreau · 2 years, 6 months ago
  90. 0d04410 BUG/MINOR: peers: fix error reporting of "bind" lines by Willy Tarreau · 2 years, 6 months ago
  91. ad20a56 MINOR: cfgparse: Update for "cluster-secret" keyword for QUIC Retry by Frédéric Lécaille · 2 years, 6 months ago
  92. 8ec9c81 BUG/MINOR: cfgparse: abort earlier in case of allocation error by Willy Tarreau · 2 years, 6 months ago
  93. dfe32c7 BUG/MEDIUM: config: Reset outline buffer size on realloc error in readcfgfile() by Christopher Faulet · 2 years, 6 months ago
  94. 387e797 MINOR: peers: Add a ref to peers section in the peer structure by Christopher Faulet · 2 years, 7 months ago
  95. 26f221b MINOR: config: make sure never to mix dgram and stream protocols on a bind line by Willy Tarreau · 2 years, 7 months ago
  96. 372508c MINOR: config: Add "cluster-secret" new global keyword by Frédéric Lécaille · 2 years, 7 months ago
  97. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
  98. 7c9a0fe MEDIUM: backend: add new "balance hash <expr>" algorithm by Willy Tarreau · 2 years, 7 months ago
  99. d905826 MINOR: config: alphanumerically sort config keywords output by Willy Tarreau · 2 years, 8 months ago
  100. ca1acd6 MINOR: config: add a function to dump all known config keywords by Willy Tarreau · 2 years, 8 months ago