1. 1cb041a MINOR: cli: support filtering on FD types in "show fd" by Willy Tarreau · Fri Mar 31 16:33:53 2023 +0200
  2. 9ef2742 MINOR: debug: support dumping the libs addresses when running in verbose mode by Willy Tarreau · Wed Mar 22 11:37:54 2023 +0100
  3. 0c4348c MINOR: pools: preset the allocation failure rate to 1% with -dMfail by Willy Tarreau · Tue Mar 21 09:24:53 2023 +0100
  4. 7716f27 MINOR: ssl: Add certificate path to 'show ssl ocsp-response' output by Remi Tricot-Le Breton · Mon Mar 13 15:56:35 2023 +0100
  5. dafc068 MINOR: ssl: Accept certpath as param in "show ssl ocsp-response" CLI command by Remi Tricot-Le Breton · Mon Mar 13 15:56:34 2023 +0100
  6. 9a62e35 DOC/CLEANUP: fix typos by Michael Prokop · Fri Dec 09 12:28:46 2022 +0100
  7. 9c4437d MINOR: ssl: Add way to dump ocsp response in base64 by Remi Tricot-Le Breton · Tue Feb 28 17:46:28 2023 +0100
  8. d14fc51 MINOR: ssl: Add 'show ssl ocsp-updates' CLI command by Remi Tricot-Le Breton · Tue Feb 28 17:46:23 2023 +0100
  9. fb37557 MINOR: quic: mark quic-conn as jobs on socket allocation by Amaury Denoyelle · Wed Feb 01 09:28:32 2023 +0100
  10. 678a4ce MINOR: haproxy: Add an command option to disable data fast-forward by Christopher Faulet · Tue Feb 14 16:12:54 2023 +0100
  11. 3f9758e MINOR: quic: filter closing conn on "show quic" by Amaury Denoyelle · Wed Feb 01 17:31:02 2023 +0100
  12. 15c7470 MINOR: quic: implement a basic "show quic" CLI handler by Amaury Denoyelle · Wed Feb 01 10:18:26 2023 +0100
  13. f29c415 DOC: management: add details about @system-ca in "show ssl ca-file" by William Lallemand · Tue Jan 10 15:07:12 2023 +0100
  14. 0c39526 DOC: management: add details on "Used" status by William Lallemand · Tue Jan 10 14:44:27 2023 +0100
  15. eeaa29b MINOR: ssl: Add "update ssl ocsp-response" cli command by Remi Tricot-Le Breton · Tue Dec 20 11:11:07 2022 +0100
  16. eaded98 [RELEASE] Released version 2.8-dev0 by Willy Tarreau · Thu Dec 01 15:25:34 2022 +0100
  17. 16b282f MINOR: stick-table: show the shard number in each entry's "show table" output by Willy Tarreau · Tue Nov 29 11:55:18 2022 +0100
  18. 7583c36 MINOR: cli/pools: add pool name filtering capability to "show pools" by Willy Tarreau · Mon Nov 21 10:02:29 2022 +0100
  19. 2fba08f MINOR: cli/pools: add sorting capabilities to "show pools" by Willy Tarreau · Mon Nov 21 09:34:02 2022 +0100
  20. 5d1e131 DOC: management: "show startup-logs" for master CLI by William Lallemand · Fri Oct 14 15:41:55 2022 +0200
  21. f76b3b4 DOC: management: add forgotten "show startup-logs" by William Lallemand · Fri Oct 14 15:29:07 2022 +0200
  22. ef3e5a1 DOC: management: update the "reload" command of the master CLI by William Lallemand · Thu Oct 13 18:14:55 2022 +0200
  23. 9ae05bb DOC: management: httpclient can resolve server names in URLs by William Lallemand · Thu Sep 29 15:00:15 2022 +0200
  24. d786931 MINOR: cli: correct commentary and replace 'set global-key' name by Erwan Le Goas · Thu Sep 29 10:36:11 2022 +0200
  25. bb650f2 DOC: management: add timeout on the "reload" command by William Lallemand · Tue Sep 27 11:38:10 2022 +0200
  26. 70c5ad4 DOC: management: describe the new reload command behavior by William Lallemand · Sat Sep 24 16:44:44 2022 +0200
  27. b0c0501 MINOR: config: add command-line -dC to dump the configuration file by Erwan Le Goas · Wed Sep 14 17:51:55 2022 +0200
  28. 54966df MINOR: anon: store the anonymizing key in the CLI's appctx by Erwan Le Goas · Wed Sep 14 17:24:22 2022 +0200
  29. fad9da8 MINOR: anon: store the anonymizing key in the global structure by Erwan Le Goas · Wed Sep 14 17:24:22 2022 +0200
  30. e86bc35 MINOR: activity/cli: support sorting task profiling by total CPU time by Willy Tarreau · Thu Sep 08 16:38:10 2022 +0200
  31. dc89b18 MINOR: activity/cli: support aggregating task profiling outputs by Willy Tarreau · Thu Sep 08 16:05:57 2022 +0200
  32. 62c0b99 MINOR: ssl/cli: implement "add ssl ca-file" by William Lallemand · Fri Jul 29 17:50:58 2022 +0200
  33. 9a7fa90 MINOR: cli/activity: add a thread number argument to "show activity" by Willy Tarreau · Fri Jul 15 16:51:16 2022 +0200
  34. 29698e3 [RELEASE] Released version 2.7-dev0 by Willy Tarreau · Tue May 31 17:05:27 2022 +0200
  35. 55b9689 DOC: fix a few spelling mistakes in the docs by Willy Tarreau · Tue May 31 08:07:43 2022 +0200
  36. f717a4b DOC: quic: Documentation update for QUIC by Frédéric Lécaille · Wed May 25 15:42:15 2022 +0200
  37. f87c67e MINOR: ssl: Add 'show ssl providers' cli command and providers list in -vv option by Remi Tricot-Le Breton · Thu Apr 21 12:06:41 2022 +0200
  38. a662275 DOC: management: add missing dot in 9.4.1 by William Lallemand · Thu Mar 31 15:26:51 2022 +0200
  39. 76871a4 MINOR: management: add some basic keyword dump infrastructure by Willy Tarreau · Tue Mar 08 16:01:40 2022 +0100
  40. 76e8b70 MEDIUM: server: remove experimental-mode for dynamic servers by Amaury Denoyelle · Wed Mar 09 15:07:31 2022 +0100
  41. f4b79c4 MINOR: pools: support setting debugging options using -dM by Willy Tarreau · Wed Feb 23 15:20:53 2022 +0100
  42. dae12c7 MINOR: mworker/cli: add flags in the prompt by William Lallemand · Wed Feb 02 14:13:54 2022 +0100
  43. 2a17191 MINOR: mworker/cli: mcli-debug-mode enables every command by William Lallemand · Wed Feb 02 11:43:20 2022 +0100
  44. a5ce28b DOC: management: add expert and experimental mode in 9.4.1 by William Lallemand · Wed Feb 02 15:29:21 2022 +0100
  45. af140ab DOC: management: rework the Master CLI section by William Lallemand · Wed Feb 02 14:44:19 2022 +0100
  46. 7267f78 MINOR: mworker/cli: set expert/experimental mode from the CLI by William Lallemand · Tue Feb 01 16:08:50 2022 +0100
  47. 9998a33 DOC: management: mark "set server ssl" as deprecated by William Lallemand · Wed Jan 19 15:17:08 2022 +0100
  48. a087f87 BUG/MEDIUM: server: avoid changing healthcheck ctx with set server ssl by William Dauchy · Thu Jan 06 16:57:15 2022 +0100
  49. 654726d MINOR: debug: add support for -dL to dump library names at boot by Willy Tarreau · Tue Dec 28 15:43:11 2021 +0100
  50. 6ab7b21 MINOR: debug: add ability to dump loaded shared libraries by Willy Tarreau · Tue Dec 28 09:57:10 2021 +0100
  51. cc750ef MINOR: ssl: Remove empty lines from "show ssl ocsp-response" output by Remi Tricot-Le Breton · Fri Dec 17 18:53:23 2021 +0100
  52. 740629e MINOR: cli: "show version" displays the current process version by William Lallemand · Tue Dec 14 15:22:29 2021 +0100
  53. 2be557f MEDIUM: mworker: seamless reload use the internal sockpairs by William Lallemand · Wed Nov 24 18:45:37 2021 +0100
  54. 73dec76 [RELEASE] Released version 2.6-dev0 by Willy Tarreau · Tue Nov 23 15:50:11 2021 +0100
  55. a68a00f DOC: management: edit the "show proc" example to show the current output by William Lallemand · Wed Nov 10 15:42:17 2021 +0100
  56. f9d5957 MINOR: server: add ws keyword by Amaury Denoyelle · Mon Oct 18 14:40:29 2021 +0200
  57. b175c23 DOC: management: doc about the CLI httpclient by William Lallemand · Tue Oct 19 14:53:55 2021 +0200
  58. cd8a6f2 MINOR: server: enable slowstart for dynamic server by Amaury Denoyelle · Tue Sep 21 11:51:54 2021 +0200
  59. 725f8d2 MINOR: server: enable more check related keywords for dynamic servers by Amaury Denoyelle · Mon Sep 20 15:16:12 2021 +0200
  60. 79b90e8 MINOR: server: enable more keywords for ssl checks for dynamic servers by Amaury Denoyelle · Mon Sep 20 15:15:19 2021 +0200
  61. ed8bfad DOC: management: certificate files must be sanitized before injection by William Lallemand · Thu Sep 16 17:30:51 2021 +0200
  62. e93bff4 MEDIUM: vars: also support format strings in CLI's "set var" command by Willy Tarreau · Fri Sep 03 09:47:37 2021 +0200
  63. 14c3c5c MEDIUM: server: allow to remove servers at runtime except non purgeable by Amaury Denoyelle · Mon Aug 23 14:10:51 2021 +0200
  64. c5b5e7b DOC/MINOR: fix typo in management document by Jonathon Lacher · Wed Aug 04 00:29:05 2021 -0500
  65. 414a612 MINOR: doc: specify ulimit-n usage for dynamic servers by Amaury Denoyelle · Fri Aug 06 10:25:32 2021 +0200
  66. b65f4ca MEDIUM: server: implement agent check for dynamic servers by Amaury Denoyelle · Wed Aug 04 11:33:14 2021 +0200
  67. 2fc4d39 MEDIUM: server: implement check for dynamic servers by Amaury Denoyelle · Thu Jul 22 16:04:59 2021 +0200
  68. 56eb8ed MEDIUM: server: support track keyword for dynamic servers by Amaury Denoyelle · Tue Jul 13 10:36:03 2021 +0200
  69. 34897d2 MINOR: ssl: support ssl keyword for dynamic servers by Amaury Denoyelle · Wed May 19 09:49:41 2021 +0200
  70. efbf35c BUG/MINOR: server: explicitly set "none" init-addr for dynamic servers by Amaury Denoyelle · Thu Jun 10 17:34:10 2021 +0200
  71. 6056e61 MINOR: ssl: Add the "show ssl cert foo.pem.ocsp" CLI command by Remi Tricot-Le Breton · Thu Jun 10 13:51:15 2021 +0200
  72. d92fd11 MINOR: ssl: Add new "show ssl ocsp-response" CLI command by Remi Tricot-Le Breton · Thu Jun 10 13:51:13 2021 +0200
  73. fc0cceb MINOR: haproxy: Add `-cc` argument by Maximilian Mader · Sun Jun 06 00:50:22 2021 +0200
  74. a75eea7 MINOR: map/acl: print the count of all the map/acl entries in "show map/acl" by Dragan Dosen · Fri May 21 16:59:15 2021 +0200
  75. 3c222bd DOC: ssl: Add documentation about CRL file hot update commands by Remi Tricot-Le Breton · Tue Apr 27 16:28:25 2021 +0200
  76. e88a2ca DOC: ssl: Add documentation about CA file hot update commands by Remi Tricot-Le Breton · Thu Apr 08 15:30:23 2021 +0200
  77. 1f97306 [RELEASE] Released version 2.5-dev0 by Willy Tarreau · Fri May 14 09:36:37 2021 +0200
  78. f1c8a38 MINOR: activity/cli: optionally support sorting by address on "show profiling" by Willy Tarreau · Thu May 13 10:00:17 2021 +0200
  79. 5a3fe9f DOC: management: Correct example reload command in the document by varnav · Mon May 10 10:29:57 2021 -0400
  80. 0b1b830 MINOR: cli: make "help" support a command in argument by Willy Tarreau · Sun May 09 20:59:23 2021 +0200
  81. 58000fe DOC: remove last occurrences of "HA-Proxy" syntax by Willy Tarreau · Sun May 09 06:25:16 2021 +0200
  82. 2745620 MINOR: stats: support an optional "float" option to "show info" by Willy Tarreau · Sat May 08 07:54:24 2021 +0200
  83. 589722e DOC: management: mention that some fields may be emitted as floats by Willy Tarreau · Sat May 08 07:46:44 2021 +0200
  84. 42712cb MINOR: activity: make "show profiling" support a few arguments by Willy Tarreau · Wed May 05 17:48:13 2021 +0200
  85. 00dd44f MINOR: activity: add a "memory" entry to "profiling" by Willy Tarreau · Wed May 05 16:44:23 2021 +0200
  86. bb51c44 MINOR: map/acl: make "add map/acl" support an optional version number by Willy Tarreau · Fri Apr 30 15:23:36 2021 +0200
  87. 7a562ca MINOR: map/acl: add the "commit map/acl" CLI command by Willy Tarreau · Fri Apr 30 15:10:01 2021 +0200
  88. 97218ce MINOR: map/acl: add the "prepare map/acl" CLI command by Willy Tarreau · Fri Apr 30 14:57:03 2021 +0200
  89. ff3feeb MINOR: map/acl: add the possibility to specify the version in "clear map/acl" by Willy Tarreau · Fri Apr 30 13:31:43 2021 +0200
  90. 95f753e MINOR: map/acl: add the possibility to specify the version in "show map/acl" by Willy Tarreau · Fri Apr 30 12:09:54 2021 +0200
  91. 4000ff0 DOC: management: move "set var" to the proper place by Willy Tarreau · Fri Apr 30 14:45:53 2021 +0200
  92. eafd701 MINOR: server: fix doc/trace on lb algo for dynamic server creation by Amaury Denoyelle · Thu Apr 29 14:59:42 2021 +0200
  93. b2be9a1 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Apr 24 13:25:42 2021 +0500
  94. e558043 MINOR: server: implement delete server cli command by Amaury Denoyelle · Thu Apr 15 14:41:20 2021 +0200
  95. b5f0fac DOC: ssl: Certificate hot update works on server certificates by Remi Tricot-Le Breton · Wed Apr 14 16:19:29 2021 +0200
  96. 3445909 DOC: ssl: Certificate hot update only works on fronted certificates by Remi Tricot-Le Breton · Wed Apr 14 16:19:28 2021 +0200
  97. 7b01a8d MINOR: global: define diagnostic mode of execution by Amaury Denoyelle · Mon Mar 29 10:29:07 2021 +0200
  98. b8bd1ee MEDIUM: cli: add a new experimental "set var" command by Willy Tarreau · Fri Mar 26 15:19:50 2021 +0100
  99. c35eb38 MINOR: vars/cli: add a "get var" CLI command to retrieve global variables by Willy Tarreau · Fri Mar 26 14:51:31 2021 +0100
  100. ba13f16 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Mar 19 22:21:44 2021 +0500