1. c5c170a BUG/MINOR: cli/payload: do not search for args inside payload by Willy Tarreau · Fri Sep 17 11:07:45 2021 +0200
  2. ab40792 BUG/MINOR: cli: fix server name output in "show fd" by Willy Tarreau · Tue Jul 06 11:41:10 2021 +0200
  3. caaafd0 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · Fri Jun 18 11:11:36 2021 +0200
  4. 5db446d BUILD: cli: appease a null-deref warning in cli_gen_usage_msg() by Willy Tarreau · Mon May 10 07:47:05 2021 +0200
  5. 92fbbcc MINOR: cli: sort the output of the "help" keywords by Willy Tarreau · Sun May 09 21:45:29 2021 +0200
  6. 0b1b830 MINOR: cli: make "help" support a command in argument by Willy Tarreau · Sun May 09 20:59:23 2021 +0200
  7. f492992 MINOR: cli: set tainted when using CLI expert/experimental mode by Amaury Denoyelle · Wed May 05 16:29:23 2021 +0200
  8. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · Fri May 07 11:38:37 2021 +0200
  9. 18b2a9d BUG/MEDIUM: cli: prevent memory leak on write errors by Willy Tarreau · Tue May 04 16:27:45 2021 +0200
  10. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  11. 0c6d1dc BUG/MINOR: listener: Handle allocation error when allocating a new bind_conf by Christopher Faulet · Mon Apr 12 16:56:37 2021 +0200
  12. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  13. 184b212 MINOR: cli/show-fd: slightly reorganize the FD status flags by Willy Tarreau · Wed Apr 07 08:48:12 2021 +0200
  14. 9063a66 MINOR: fd: move .exported into fdtab[].state by Willy Tarreau · Tue Apr 06 18:09:06 2021 +0200
  15. 030dae1 MINOR: fd: move .cloned into fdtab[].state by Willy Tarreau · Tue Apr 06 17:53:33 2021 +0200
  16. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · Tue Apr 06 17:49:19 2021 +0200
  17. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · Tue Apr 06 17:23:40 2021 +0200
  18. 8d27c20 MEDIUM: fd: prepare FD_POLL_* to move to bits 8-15 by Willy Tarreau · Tue Apr 06 16:55:17 2021 +0200
  19. 18487fb MINOR: cli: implement experimental-mode by Amaury Denoyelle · Thu Mar 18 15:32:53 2021 +0100
  20. 1b8dacc MINOR/BUG: mworker/cli: do not use the unix_bind prefix for the master CLI socket by Eric Salama · Tue Mar 16 15:12:17 2021 +0100
  21. ec197e8 MINOR: cli: sort the suggestions by order of relevance by Willy Tarreau · Mon Mar 15 10:35:04 2021 +0100
  22. a9aa628 MINOR: cli: improve fuzzy matching to work on all remaining words at once by Willy Tarreau · Mon Mar 15 10:00:29 2021 +0100
  23. 9c18747 BUG/MEDIUM: cli: fix "help" crashing since recent spelling fixes by Willy Tarreau · Sat Mar 13 12:25:43 2021 +0100
  24. 4975d14 CLEANUP: cli: rename the last few "stats_" to "cli_" by Willy Tarreau · Sat Mar 13 11:00:33 2021 +0100
  25. f14c757 CLEANUP: cli: rename MAX_STATS_ARGS to MAX_CLI_ARGS by Willy Tarreau · Sat Mar 13 10:59:23 2021 +0100
  26. c57dcfe MINOR: cli: apply the fuzzy matching on the whole command instead of words by Willy Tarreau · Fri Mar 12 19:01:59 2021 +0100
  27. b736458 MEDIUM: cli: apply spelling fixes for known commands before listing them by Willy Tarreau · Fri Mar 12 18:24:46 2021 +0100
  28. b96a74c MINOR: cli: filter the list of commands to the matching part by Willy Tarreau · Fri Mar 12 17:13:28 2021 +0100
  29. f3697dd MINOR: cli: print the error message in the parser function itself by Willy Tarreau · Fri Mar 12 15:57:47 2021 +0100
  30. 91bc359 MINOR: cli: test the appctx level for master access instead of comparing pointers by Willy Tarreau · Fri Mar 12 15:20:39 2021 +0100
  31. e283ee6 MINOR: cli: set the ACCESS_MASTER* bits on the master bind_conf by Willy Tarreau · Fri Mar 12 15:00:57 2021 +0100
  32. 0609c9b BUG/MINOR: cli: make sure "help", "prompt", "quit" are enabled at master level by Willy Tarreau · Fri Mar 12 17:03:33 2021 +0100
  33. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · Fri Mar 12 10:14:07 2021 +0100
  34. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · Tue Mar 09 09:53:46 2021 +0100
  35. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  36. a1e0f38 CLEANUP: remove unused variable assigned found by Coverity by Ilya Shipitsin · Wed Feb 10 13:03:30 2021 +0500
  37. ed98920 MINOR: cli/show_fd: report local and report ports when known by Willy Tarreau · Fri Feb 05 10:54:52 2021 +0100
  38. dacfde4 MINOR: cli/show_fd: report some easily detectable suspicious states by Willy Tarreau · Thu Jan 21 09:07:29 2021 +0100
  39. 8050efe MINOR: cli: give the show_fd helpers the ability to report a suspicious entry by Willy Tarreau · Thu Jan 21 08:26:06 2021 +0100
  40. 108a271 MINOR: xprt: add a new show_fd() helper to complete some "show fd" dumps. by Willy Tarreau · Wed Jan 20 15:30:56 2021 +0100
  41. 37be953 MINOR: cli: make "show fd" also report the xprt and xprt_ctx by Willy Tarreau · Wed Jan 20 14:40:04 2021 +0100
  42. eb0595d CLEANUP: cli: make "show fd" use a const connection to access other fields by Willy Tarreau · Wed Jan 20 14:13:46 2021 +0100
  43. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · Sat Jan 02 22:31:53 2021 +0100
  44. 586f71b REORG: connection: move the socket iocb (conn_fd_handler) to sock.c by Willy Tarreau · Fri Dec 11 15:54:36 2020 +0100
  45. a51a1fd MINOR: cli: add a function to look up a CLI service description by Thierry Fournier · Sat Nov 28 20:10:08 2020 +0100
  46. 99e0bb9 MINOR: mworker/cli: the master CLI use its own applet by William Lallemand · Thu Nov 05 10:28:53 2020 +0100
  47. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · Thu Oct 15 21:29:49 2020 +0200
  48. 18c20d2 MINOR: listeners: move the LI_O_MWORKER flag to the receiver by Willy Tarreau · Fri Oct 09 16:11:46 2020 +0200
  49. 455585e MINOR: listeners: count unstoppable jobs on creation, not deletion by Willy Tarreau · Fri Oct 09 18:25:14 2020 +0200
  50. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
  51. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · Wed Sep 16 18:25:03 2020 +0200
  52. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · Tue Sep 15 14:01:16 2020 +0200
  53. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · Fri Sep 04 15:53:16 2020 +0200
  54. 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · Tue Sep 01 15:41:59 2020 +0200
  55. 818a92e MINOR: listener: prefer to retrieve the socket's settings via the receiver by Willy Tarreau · Thu Sep 03 07:50:19 2020 +0200
  56. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · Thu Aug 27 07:48:42 2020 +0200
  57. be56c10 MINOR: listener: move the network namespace to the struct settings by Willy Tarreau · Thu Sep 03 07:27:34 2020 +0200
  58. 7e30721 MINOR: listener: move the interface to the struct settings by Willy Tarreau · Thu Sep 03 07:23:34 2020 +0200
  59. e26993c MINOR: listener: move bind_proc and bind_thread to struct settings by Willy Tarreau · Thu Sep 03 07:18:55 2020 +0200
  60. b5a1f9e MEDIUM: reload: pass all exportable FDs, not just listeners by Willy Tarreau · Wed Aug 19 17:03:55 2020 +0200
  61. cf1f193 MEDIUM: reload: stop passing listener options along with FDs by Willy Tarreau · Wed Aug 26 10:30:09 2020 +0200
  62. 749f74c DOC: Use gender neutral language by Jackie Tapia · Wed Jul 22 18:59:40 2020 -0500
  63. b159132 MINOR: activity: add per-thread statistics on FD takeover by Willy Tarreau · Mon Jun 29 14:17:59 2020 +0200
  64. 13c1a01 BUG/MINOR: debug: fix "show fd" null-deref when built with DEBUG_FD by Willy Tarreau · Mon Jun 29 14:23:31 2020 +0200
  65. 38e8a1c MINOR: debug: add a new DEBUG_FD build option by Willy Tarreau · Tue Jun 23 10:04:54 2020 +0200
  66. 02c255e BUG/MINOR: mworker/cli: fix semicolon escaping in master CLI by William Lallemand · Thu Jun 18 18:45:04 2020 +0200
  67. fe249c3 BUG/MINOR: mworker/cli: fix the escaping in the master CLI by William Lallemand · Thu Jun 18 18:03:57 2020 +0200
  68. b08c6d0 BUG/MINOR: cli: allow space escaping on the CLI by Yves Lafon · Mon Jun 08 16:08:06 2020 +0200
  69. 7af4fa9 MINOR: activity: rename the "stream" field to "stream_calls" by Willy Tarreau · Wed Jun 17 20:49:49 2020 +0200
  70. a00cf9b MINOR: activity: group the per-loop counters at the top by Willy Tarreau · Wed Jun 17 20:44:28 2020 +0200
  71. e406386 MINOR: activity: rename confusing poll_* fields in the output by Willy Tarreau · Wed Jun 17 20:35:33 2020 +0200
  72. e545153 MINOR: activity: report the number of times poll() reports I/O by Willy Tarreau · Wed Jun 17 20:25:18 2020 +0200
  73. 4f72ec8 CLEANUP: activity: remove unused counter fd_lock by Willy Tarreau · Wed Jun 17 19:12:43 2020 +0200
  74. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · Fri May 29 14:35:51 2020 +0200
  75. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  76. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · Fri Jun 05 17:27:29 2020 +0200
  77. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  78. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  79. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  80. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · Thu Jun 04 22:50:02 2020 +0200
  81. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  82. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  83. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · Thu Jun 04 21:07:02 2020 +0200
  84. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  85. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
  86. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · Thu Jun 04 19:58:55 2020 +0200
  87. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
  88. 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
  89. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · Thu Jun 04 18:58:52 2020 +0200
  90. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · Thu Jun 04 18:38:21 2020 +0200
  91. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · Thu Jun 04 18:21:56 2020 +0200
  92. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  93. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  94. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  95. 2cd5809 REORG: include: move map to haproxy/map{,-t}.h by Willy Tarreau · Thu Jun 04 15:10:43 2020 +0200
  96. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · Thu Jun 04 15:06:28 2020 +0200
  97. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · Thu Jun 04 14:58:24 2020 +0200
  98. b5abe5b REORG: include: move mworker.h to haproxy/mworker{,-t}.h by Willy Tarreau · Thu Jun 04 14:07:37 2020 +0200
  99. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · Thu Jun 04 11:23:07 2020 +0200
  100. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · Thu Jun 04 10:53:16 2020 +0200