1. d3db384 BUG/MEDIUM: resolve: fix init resolving for ring and peers section. by Emeric Brun · Tue Jul 21 16:54:36 2020 +0200
  2. 9b9c174 BUILD: config: fix again bugs gcc warnings on calloc by Willy Tarreau · Fri Jul 17 15:04:53 2020 +0200
  3. ad37c7a BUILD: config: address build warning on raspbian+rpi4 by Willy Tarreau · Fri Jul 17 14:18:36 2020 +0200
  4. 54932b4 MINOR: log: adds syslog udp message handler and parsing. by Emeric Brun · Tue Jul 07 09:43:24 2020 +0200
  5. 3835c0d MEDIUM: udp: adds minimal proto udp support for message listeners. by Emeric Brun · Tue Jul 07 09:46:09 2020 +0200
  6. 1e3b16f MINOR: log-format: allow to preserve spacing in log format strings by Dragan Dosen · Tue Jun 23 18:16:44 2020 +0200
  7. f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · Mon Jun 29 20:15:59 2020 +0200
  8. f21695b BUG/MINOR: threads: Don't forget to init each thread toremove_lock. by Olivier Houchard · Mon Jun 29 17:48:27 2020 +0200
  9. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · Sun Jun 28 00:19:17 2020 +0200
  10. 08488f6 BUG/MINOR: cfgparse: correctly deal with empty lines by Willy Tarreau · Fri Jun 26 17:24:54 2020 +0200
  11. c54e5ad MINOR: cfgparse: sanitize the output a little bit by Willy Tarreau · Thu Jun 25 09:15:40 2020 +0200
  12. 07d4706 BUG/MINOR: cfgparse: report extraneous args *after* the string is allocated by Willy Tarreau · Thu Jun 25 07:41:22 2020 +0200
  13. 61dd44b MINOR: tools: make parse_line() always terminate the args list by Willy Tarreau · Thu Jun 25 07:35:42 2020 +0200
  14. 40cb26f BUG/MINOR: cfgparse: don't increment linenum on incomplete lines by Willy Tarreau · Thu Jun 25 09:37:54 2020 +0200
  15. c17a5fa BUG/MINOR: cfgparse: Fix calculation of position for PARSE_ERR_TOOMANY message by Tim Duesterhus · Tue Jun 23 18:56:10 2020 +0200
  16. f3d2c6d BUG/MINOR: cfgparse: Fix argument reference in PARSE_ERR_TOOMANY message by Tim Duesterhus · Tue Jun 23 18:56:09 2020 +0200
  17. 2fd5bdb MINOR: cfgparse: Warn on truncated lines / files by Tim Duesterhus · Mon Jun 22 22:57:45 2020 +0200
  18. 70f5899 BUG/MINOR: cfgparse: Support configurations without newline at EOF by Tim Duesterhus · Mon Jun 22 22:57:44 2020 +0200
  19. 9f658a5 BUG/MINOR: cfgparse: Add missing fatal++ in PARSE_ERR_HEX case by Tim Duesterhus · Tue Jun 16 18:14:21 2020 +0200
  20. 32234e7 BUG/MEDIUM: cfgparse: stop after a reasonable amount of fatal error by Willy Tarreau · Tue Jun 16 17:14:33 2020 +0200
  21. 9e1758e BUG/MEDIUM: cfgparse: use parse_line() to expand/unquote/unescape config lines by Willy Tarreau · Tue Jun 16 16:32:59 2020 +0200
  22. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  23. cee013e REORG: check: move the e-mail alerting code to mailers.c by Willy Tarreau · Fri Jun 05 11:40:38 2020 +0200
  24. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  25. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  26. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  27. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · Thu Jun 04 22:50:02 2020 +0200
  28. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  29. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  30. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · Thu Jun 04 21:29:29 2020 +0200
  31. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  32. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · Thu Jun 04 21:07:02 2020 +0200
  33. 2867159 REORG: include: move lb_map.h to haproxy/lb_map{,-t}.h by Willy Tarreau · Thu Jun 04 20:22:59 2020 +0200
  34. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · Thu Jun 04 19:58:55 2020 +0200
  35. 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · Thu Jun 04 19:27:34 2020 +0200
  36. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · Thu Jun 04 19:11:43 2020 +0200
  37. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · Thu Jun 04 18:58:52 2020 +0200
  38. 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · Thu Jun 04 18:46:44 2020 +0200
  39. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · Thu Jun 04 18:38:21 2020 +0200
  40. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · Thu Jun 04 18:21:56 2020 +0200
  41. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
  42. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · Thu Jun 04 17:42:48 2020 +0200
  43. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  44. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  45. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  46. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · Thu Jun 04 14:58:24 2020 +0200
  47. 546ba42 REORG: include: move lb_fwrr.h to haproxy/lb_fwrr{,-t}.h by Willy Tarreau · Thu Jun 04 14:45:03 2020 +0200
  48. 0254941 REORG: include: move lb_fwlc.h to haproxy/lb_fwlc{,-t}.h by Willy Tarreau · Thu Jun 04 14:41:04 2020 +0200
  49. b5fc3bf REORG: include: move lb_fas.h to haproxy/lb_fas{,-t}.h by Willy Tarreau · Thu Jun 04 14:37:38 2020 +0200
  50. fbe8da3 REORG: include: move lb_chash.h to haproxy/lb_chash{,-t}.h by Willy Tarreau · Thu Jun 04 14:34:27 2020 +0200
  51. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · Thu Jun 04 11:40:28 2020 +0200
  52. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · Thu Jun 04 11:29:21 2020 +0200
  53. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · Thu Jun 04 11:23:07 2020 +0200
  54. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · Thu Jun 04 11:18:28 2020 +0200
  55. cc9bbfb REORG: include: split mailers.h into haproxy/mailers{,-t}.h by Willy Tarreau · Thu Jun 04 11:09:42 2020 +0200
  56. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · Thu Jun 04 10:53:16 2020 +0200
  57. ac13aea REORG: include: move auth.h to haproxy/auth{,-t}.h by Willy Tarreau · Thu Jun 04 10:36:03 2020 +0200
  58. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · Thu Jun 04 10:15:32 2020 +0200
  59. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  60. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · Wed Jun 03 15:26:55 2020 +0200
  61. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · Tue Jun 02 17:02:59 2020 +0200
  62. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · Tue Jun 02 10:22:45 2020 +0200
  63. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · Tue Jun 02 09:38:52 2020 +0200
  64. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  65. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · Thu May 28 15:29:19 2020 +0200
  66. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · Wed May 27 16:10:29 2020 +0200
  67. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  68. c0fcbe4 BUG/MINOR: checks: Fix test on http-check rulesets during config validity check by Christopher Faulet · Wed Jun 03 19:00:42 2020 +0200
  69. 7867525 BUG/MINOR: nameservers: fix error handling in parsing of resolv.conf by Willy Tarreau · Thu May 28 18:07:10 2020 +0200
  70. ac4930e MINOR: cfgparse: Improve error message for invalid \x sequences by Tim Duesterhus · Thu May 07 19:24:20 2020 +0200
  71. e629195 BUG/MINOR: cfgparse: Abort parsing the current line if an invalid \x sequence is encountered by Tim Duesterhus · Thu May 07 19:21:31 2020 +0200
  72. f82ea4a BUG/MINOR: config: Make use_backend and use-server post-parsing less obscur by Christopher Faulet · Thu May 07 15:59:33 2020 +0200
  73. e5870d8 MAJOR: checks: Implement HTTP check using tcp-check rules by Christopher Faulet · Wed Apr 15 11:32:03 2020 +0200
  74. 404f919 MEDIUM: checks: Use a shared ruleset to store tcp-check rules by Christopher Faulet · Thu Apr 09 23:13:54 2020 +0200
  75. 811f78c MEDIUM: checks: Implement ssl-hello check using tcp-check rules by Christopher Faulet · Wed Apr 01 11:10:27 2020 +0200
  76. 5d503fc MEDIUM: checks: Add a shared list of tcp-check rules by Christopher Faulet · Mon Mar 30 20:34:34 2020 +0200
  77. 04578db MINOR: checks: Don't use a static tcp rule list head by Gaetan Rivet · Fri Feb 07 15:37:17 2020 +0100
  78. 8892e5d BUG/MEDIUM: server/checks: Init server check during config validity check by Christopher Faulet · Thu Mar 26 19:48:20 2020 +0100
  79. f61f33a BUG/MINOR: checks: Respect the no-check-ssl option by Christopher Faulet · Fri Mar 27 18:55:49 2020 +0100
  80. 8ba10fe BUG/MINOR: peers: Incomplete peers sections should be validated. by Frédéric Lécaille · Fri Apr 03 09:43:47 2020 +0200
  81. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Apr 02 15:25:26 2020 +0500
  82. 824186b MEDIUM: stream: support use-server rules with dynamic names by Jerome Magnin · Sun Mar 29 09:37:12 2020 +0200
  83. 87eacbb BUG/MINOR: peers: Use after free of "peers" section. by Frédéric Lécaille · Tue Mar 24 20:08:30 2020 +0100
  84. 3ef2d56 BUG/MINOR: peers: avoid an infinite loop with peers_fe is NULL by William Lallemand · Tue Mar 24 16:42:15 2020 +0100
  85. a2cfd7e BUG/MINOR: peers: init bind_proc to 1 if it wasn't initialized by William Lallemand · Tue Mar 24 16:02:48 2020 +0100
  86. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · Thu Feb 13 19:12:07 2020 +0100
  87. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · Thu Jan 02 18:10:17 2020 +0100
  88. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · Tue Feb 25 08:16:33 2020 +0100
  89. 017484c CLEANUP: cfgparse: Fix type of second calloc() parameter by Tim Duesterhus · Sat Feb 22 16:39:05 2020 +0100
  90. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · Wed Jan 22 09:26:35 2020 +0100
  91. 645c588 BUILD: cfgparse: silence a bogus gcc warning on 32-bit machines by Willy Tarreau · Fri Jan 24 11:19:13 2020 +0100
  92. 508d232 BUG/MINOR: stktable: report the current proxy name in error messages by Willy Tarreau · Fri Jan 24 07:19:34 2020 +0100
  93. d73b96d MINOR: tcp-rules: Make tcp-request capture a custom action by Christopher Faulet · Thu Dec 19 17:27:03 2019 +0100
  94. ac98d81 MINOR: http-rule/tcp-rules: Make track-sc* custom actions by Christopher Faulet · Wed Dec 18 09:20:16 2019 +0100
  95. d96f112 MEDIUM: init: prevent process and thread creation at runtime by Willy Tarreau · Tue Dec 03 07:07:36 2019 +0100
  96. b6f759b MINOR: peers: Add "log" directive to "peers" section. by Frédéric Lécaille · Tue Nov 05 09:57:45 2019 +0100
  97. 0fec3ab MINOR: init: always fail when setrlimit fails by William Dauchy · Sun Oct 27 20:08:11 2019 +0100
  98. ec73098 MINOR: config: allow no set-dumpable config option by William Dauchy · Sun Oct 27 20:08:10 2019 +0100
  99. bbb5f1d BUG/MAJOR: idle conns: schedule the cleanup task on the correct threads by Willy Tarreau · Fri Oct 18 08:50:49 2019 +0200
  100. ee4f5f8 MINOR: stats: get rid of the ST_CONVDONE flag by Willy Tarreau · Wed Oct 09 09:59:22 2019 +0200