1. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · Fri Jun 07 19:00:37 2019 +0200
  2. 975b155 MINOR: server: really increase the pool-purge-delay default to 5 seconds by Willy Tarreau · Thu Jun 06 16:25:55 2019 +0200
  3. 8d78fa7 MINOR: peers: Make peers protocol support new "server_name" data type. by Frédéric Lécaille · Mon May 20 18:22:52 2019 +0200
  4. 84d6046 MINOR: proxy: Add a "server by name" tree to proxy. by Frédéric Lécaille · Fri May 17 14:29:15 2019 +0200
  5. db52d90 MINOR: cfgparse: Space allocation for "server_name" stick-table data type. by Frédéric Lécaille · Fri May 17 10:12:52 2019 +0200
  6. b01302f MEDIUM: config: now alert when two servers have the same name by Willy Tarreau · Mon May 27 19:31:06 2019 +0200
  7. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · Wed May 22 19:24:06 2019 +0200
  8. 3506dae MEDIUM: Make 'resolution_pool_size' directive fatal by Tim Duesterhus · Tue May 14 20:57:56 2019 +0200
  9. 04bcaa1 BUG/MINOR: peers: Fix memory leak in cfg_parse_peers by Tim Duesterhus · Sun May 12 22:54:50 2019 +0200
  10. 7d61a33 BUG/MEDIUM: stick-table: fix regression caused by a change in proxy struct by Dragan Dosen · Tue May 07 14:16:18 2019 +0200
  11. 7fcc24d MINOR: peers: Do not emit global stick-table names. by Frédéric Lécaille · Wed Mar 20 15:09:45 2019 +0100
  12. c02766a MINOR: stick-table: Add prefixes to stick-table names. by Frédéric Lécaille · Wed Mar 20 15:06:55 2019 +0100
  13. 015e4d7 MINOR: stick-tables: Add peers process binding computing. by Frédéric Lécaille · Tue Mar 19 14:55:01 2019 +0100
  14. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · Thu Mar 14 07:07:41 2019 +0100
  15. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · Mon Jan 23 23:36:45 2017 +0100
  16. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · Fri Apr 05 15:30:12 2019 +0200
  17. 02f3cf1 CLEANUP: config: Don't alter listener->maxaccept when nbproc is set to 1 by Christopher Faulet · Tue Apr 30 14:08:41 2019 +0200
  18. 4904058 BUG/MINOR: htx: Exclude TCP proxies when the HTX mode is handled during startup by Christopher Faulet · Wed Apr 24 15:25:00 2019 +0200
  19. 6c9bbb2 MEDIUM: htx: Deprecate the option 'http-tunnel' and ignore it in HTX by Christopher Faulet · Tue Mar 26 21:37:23 2019 +0100
  20. 9f1d4e7 CLEANUP: listener: remove old thread bit mapping by Willy Tarreau · Tue Mar 05 19:25:26 2019 +0100
  21. c8d5b95 MEDIUM: config: don't enforce a low frontend maxconn value anymore by Willy Tarreau · Wed Feb 27 17:25:52 2019 +0100
  22. a8cf66b MINOR: listener: do not needlessly set l->maxconn by Willy Tarreau · Wed Feb 27 16:49:00 2019 +0100
  23. e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · Wed Feb 27 15:39:41 2019 +0100
  24. 18215cb BUG/MINOR: config: don't over-count the global maxsock value by Willy Tarreau · Wed Feb 27 16:25:28 2019 +0100
  25. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · Sat Jan 26 14:27:06 2019 +0100
  26. b2b50a7 MINOR: listener: pre-compute some thread counts per bind_conf by Willy Tarreau · Sun Feb 03 11:14:25 2019 +0100
  27. a36b324 MEDIUM: listener: keep a single thread-mask and warn on "process" misuse by Willy Tarreau · Sat Feb 02 13:14:34 2019 +0100
  28. 26f6ae1 MAJOR: config: disable support for nbproc and nbthread in parallel by Willy Tarreau · Sat Feb 02 12:56:15 2019 +0100
  29. dd1c8f1 MINOR: cfgparse: Add a cast to make gcc happier. by Olivier Houchard · Tue Feb 26 18:48:01 2019 +0100
  30. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · Thu Feb 14 18:29:09 2019 +0100
  31. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · Mon Feb 18 16:41:17 2019 +0100
  32. 76d2cef BUG/MEDIUM: peers: Missing peer initializations. by Frédéric Lécaille · Tue Feb 12 19:12:32 2019 +0100
  33. 18cca78 BUG/MINOR: config: Reinforce validity check when a process number is parsed by Christopher Faulet · Thu Feb 07 16:29:41 2019 +0100
  34. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · Thu Feb 07 10:39:36 2019 +0100
  35. 980855b BUG/MEDIUM: server: initialize the orphaned conns lists and tasks at the end by Willy Tarreau · Thu Feb 07 14:59:29 2019 +0100
  36. 835daa1 BUG/MEDIUM: server: initialize the idle conns list after parsing the config by Willy Tarreau · Thu Feb 07 14:46:29 2019 +0100
  37. 1a0fe3b BUG/MINOR: config: make sure to count the error on incorrect track-sc/stick rules by Willy Tarreau · Wed Feb 06 10:25:07 2019 +0100
  38. 151e1ca BUG/MAJOR: config: verify that targets of track-sc and stick rules are present by Willy Tarreau · Tue Feb 05 11:38:38 2019 +0100
  39. 3d95717 MINOR: threads: make use of thread_mask() to simplify some thread calculations by Willy Tarreau · Sat Feb 02 18:00:17 2019 +0100
  40. 6daac19 MINOR: config: simplify bind_proc processing using proc_mask() by Willy Tarreau · Sat Feb 02 17:39:53 2019 +0100
  41. a38a717 MINOR: config: keep an all_proc_mask like we have all_threads_mask by Willy Tarreau · Sat Feb 02 17:11:28 2019 +0100
  42. 6b4a39a BUG/MINOR: config: fix bind line thread mask validation by Willy Tarreau · Sat Feb 02 17:46:24 2019 +0100
  43. 04636b7 BUG/MEDIUM: peers: Peer addresses parsing broken. by Frédéric Lécaille · Thu Jan 31 06:48:16 2019 +0100
  44. c9a82e4 MINOR: cfgparse: make the process/thread parser support a maximum value by Willy Tarreau · Sat Jan 26 13:25:14 2019 +0100
  45. 9c538e0 MINOR: server: add a max-reuse parameter by Willy Tarreau · Wed Jan 23 10:21:49 2019 +0100
  46. 355b203 MINOR: cfgparse: SSL/TLS binding in "peers" sections. by Frédéric Lécaille · Fri Jan 11 14:06:12 2019 +0100
  47. 1055e68 MINOR: peers: Make outgoing connection to SSL/TLS peers work. by Frédéric Lécaille · Thu Apr 26 14:35:21 2018 +0200
  48. c06b5d4 MINOR: cfgparse: Make "peer" lines be parsed as "server" lines. by Frédéric Lécaille · Thu Apr 26 10:06:41 2018 +0200
  49. 9492c4e MINOR: cfgparse: Simplication. by Frédéric Lécaille · Fri Jan 11 11:47:12 2019 +0100
  50. 91694d5 MINOR: cfgparse: Rework peers frontend init. by Frédéric Lécaille · Fri Jan 11 11:43:53 2019 +0100
  51. 4ba5198 MINOR: cfgparse: Useless frontend initialization in "peers" sections. by Frédéric Lécaille · Wed Apr 25 15:32:18 2018 +0200
  52. 16e4910 CLEANUP: cfgparse: Code reindentation. by Frédéric Lécaille · Fri Jan 11 11:27:16 2019 +0100
  53. 6617e76 CLEANUP: cfgparse: Return asap from cfg_parse_peers(). by Frédéric Lécaille · Wed Apr 25 15:13:38 2018 +0200
  54. 1825103 MINOR: cfgparse: Extract some code to be re-used. by Frédéric Lécaille · Fri Jan 11 11:07:15 2019 +0100
  55. 76e84f5 MINOR: backend: move hash_balance_factor out of chash by Willy Tarreau · Mon Jan 14 16:50:58 2019 +0100
  56. a4d4fdf MEDIUM: sessions: Don't keep an infinite number of idling connections. by Olivier Houchard · Fri Dec 14 19:27:06 2018 +0100
  57. b7b3faa MEDIUM: servers: Replace idle-timeout with pool-purge-delay. by Olivier Houchard · Fri Dec 14 18:15:36 2018 +0100
  58. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · Mon Dec 10 18:30:32 2018 +0100
  59. 86006a5 MEDIUM: proxy: Set http-reuse safe as default. by Olivier Houchard · Fri Dec 14 19:37:49 2018 +0100
  60. 76a551d MINOR: config: make sure to associate the proper mux to bind and servers by Willy Tarreau · Sun Dec 02 13:09:09 2018 +0100
  61. bf7a959 BUG/MINOR: cfgparse: Fix the call to post parser of the last sections parsed by Christopher Faulet · Sun Dec 02 09:37:38 2018 +0100
  62. 7805e2b BUG/MINOR: cfgparse: Fix transition between 2 sections with the same name by Christopher Faulet · Fri Nov 30 13:50:47 2018 +0100
  63. e655251 MINOR: initcall: use initcalls for section parsers by Willy Tarreau · Mon Nov 26 11:33:13 2018 +0100
  64. beb859a MINOR: polling: add an option to support busy polling by Willy Tarreau · Thu Nov 22 18:07:59 2018 +0100
  65. 7ff4f14 BUG/MINOR: config: Be aware of the HTX during the check of mux protocols by Christopher Faulet · Tue Nov 20 11:23:52 2018 +0100
  66. 3a1f5fd REORG: config: extract the proxy parser into cfgparse-listen.c by Willy Tarreau · Sun Nov 11 15:40:36 2018 +0100
  67. 36b9e22 REORG: config: extract the global section parser into cfgparse-global by Willy Tarreau · Sun Nov 11 15:19:52 2018 +0100
  68. a14c03e CLEANUP: Fix typos in the cfgparse subsystem by Joseph Herlant · Thu Nov 15 14:04:19 2018 -0800
  69. 6b44975 BUG/MINOR: config: Copy default error messages when parsing of a backend starts by Christopher Faulet · Mon Nov 12 11:57:31 2018 +0100
  70. 4db49c0 BUG/MINOR: config: better detect the presence of the h2 pattern in npn/alpn by Willy Tarreau · Sun Nov 11 10:36:25 2018 +0100
  71. cf62f7e MEDIUM: cli: implement 'mode cli' proxy analyzers by William Lallemand · Fri Oct 26 14:47:40 2018 +0200
  72. 68ad3a4 MINOR: proxy: add a new option "http-use-htx" by Willy Tarreau · Mon Oct 22 11:49:15 2018 +0200
  73. 3332090 MINOR: cfgparse: Write 130 as 128 as 0x82 and 0x80. by Olivier Houchard · Tue Oct 16 18:39:38 2018 +0200
  74. 9504dd6 MINOR: config: use atleast2() instead of my_popcountl() where relevant by Willy Tarreau · Mon Oct 15 09:37:03 2018 +0200
  75. d944344 BUILD: peers: check allocation error during peers_init_sync() by Willy Tarreau · Mon Oct 15 11:18:03 2018 +0200
  76. 315b39c MINOR: http: Use same flag for httpclose and forceclose options by Christopher Faulet · Fri Sep 21 16:26:19 2018 +0200
  77. 4212a30 MEDIUM: http: Ignore http-tunnel option on backend by Christopher Faulet · Fri Sep 21 10:42:19 2018 +0200
  78. 98db976 MEDIUM: http: Ignore http-pretend-keepalive option on frontend by Christopher Faulet · Fri Sep 21 10:25:19 2018 +0200
  79. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  80. 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · Tue Sep 11 16:51:29 2018 +0200
  81. 8ed0a3e MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol by Christopher Faulet · Tue Apr 10 14:45:45 2018 +0200
  82. a717b99 MINOR: mux/frontend: Add 'proto' keyword to force the mux protocol by Christopher Faulet · Tue Apr 10 14:43:00 2018 +0200
  83. 0c026f4 MINOR: threads: add more consistency between certain variables in no-thread case by Willy Tarreau · Wed Aug 01 19:12:20 2018 +0200
  84. c477b6f BUG/MEDIUM: threads: unbreak "bind" referencing an incorrect thread number by Willy Tarreau · Fri Jul 27 18:07:41 2018 +0200
  85. 0ccd322 MINOR: threads: move "nbthread" parsing to hathreads.c by Willy Tarreau · Mon Jul 30 10:34:35 2018 +0200
  86. c786768 BUG/MINOR: config: stick-table is not supported in defaults section by Willy Tarreau · Fri Jul 27 10:26:22 2018 +0200
  87. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  88. 44e609b MINOR: dns: Implement `parse-resolv-conf` directive by Ben Draut · Tue May 29 15:40:08 2018 -0600
  89. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · Fri May 25 16:58:52 2018 +0200
  90. 1599b80 MINOR: tasks: Make the number of tasks to run at once configurable. by Olivier Houchard · Thu May 24 18:59:04 2018 +0200
  91. 760e81d MINOR: backend: implement random-based load balancing by Willy Tarreau · Thu May 03 07:20:40 2018 +0200
  92. 46deab6 BUG/MINOR: config: disable http-reuse on TCP proxies by Willy Tarreau · Sat Apr 28 07:18:15 2018 +0200
  93. 054fbee MINOR: config: Warn if resolvers has no nameservers by Ben Draut · Fri Apr 13 15:43:04 2018 -0600
  94. 28ac099 MINOR: log: Keep the ref when a log server is copied to avoid duplicate entries by Christopher Faulet · Mon Mar 26 16:09:19 2018 +0200
  95. 4b0b79d MINOR: log: move 'log' keyword parsing in dedicated function by Christopher Faulet · Mon Mar 26 15:54:32 2018 +0200
  96. 4288c5a BUG/MINOR: force-persist and ignore-persist only apply to backends by Cyril Bonté · Mon Mar 12 22:02:59 2018 +0100
  97. 9619e72 CLEANUP: cfgparse: Remove unused label end by Tim Duesterhus · Tue Feb 20 00:49:43 2018 +0100
  98. 9ad9f35 DOC: cfgparse: Warn on option (tcp|http)log in backend by Tim Duesterhus · Mon Feb 05 20:52:27 2018 +0100
  99. 58aa5cc BUG/MINOR: config: don't emit a warning when global stats is incompletely configured by Willy Tarreau · Thu Feb 08 09:55:09 2018 +0100
  100. a41d531 MINOR: config: Enable tracking of up to MAX_SESS_STKCTR stick counters. by Frédéric Lécaille · Mon Jan 29 12:05:07 2018 +0100