1. 7f8f6cb BUG/MEDIUM: stats: prevent crash if counters not alloc with dummy one by Amaury Denoyelle · Tue Nov 10 14:24:31 2020 +0100
  2. a2a6899 BUG/MINOR: stats: free dynamically stats fields/lines on shutdown by Amaury Denoyelle · Tue Nov 10 14:24:30 2020 +0100
  3. e6ee820 MINOR: stats: do not display empty stat module title on html by Amaury Denoyelle · Tue Nov 03 15:04:46 2020 +0100
  4. bd71510 MINOR: stats: report server's user-configured weight next to effective weight by Willy Tarreau · Fri Oct 23 22:44:30 2020 +0200
  5. 2fbe694 MINOR: stats: indicate the number of servers in a backend's status by Willy Tarreau · Fri Oct 23 18:02:54 2020 +0200
  6. 3e32036 MINOR: stats: also support a "no-maint" show stat modifier by Willy Tarreau · Fri Oct 23 17:28:57 2020 +0200
  7. 65141ff MINOR: stats: support the "up" output modifier for "show stat" by Willy Tarreau · Fri Oct 23 17:19:48 2020 +0200
  8. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
  9. 6b3bf73 MEDIUM: proxy: remove the unused PR_STFULL state by Willy Tarreau · Thu Sep 24 07:35:46 2020 +0200
  10. 27373f7 MINOR: stats: remove for loop declaration by Amaury Denoyelle · Mon Oct 05 16:57:33 2020 +0200
  11. fbd0bc9 MINOR: dns/stats: integrate dns counters in stats by Amaury Denoyelle · Mon Oct 05 11:49:46 2020 +0200
  12. 0b70a8a MINOR: stats: add config "stats show modules" by Amaury Denoyelle · Mon Oct 05 11:49:45 2020 +0200
  13. e3f576c MINOR: stats: display extra proxy stats on the html page by Amaury Denoyelle · Mon Oct 05 11:49:44 2020 +0200
  14. d3700a7 MINOR: stats: support clear counters for dynamic stats by Amaury Denoyelle · Mon Oct 05 11:49:43 2020 +0200
  15. ee63d4b MEDIUM: stats: integrate static proxies stats in new stats by Amaury Denoyelle · Mon Oct 05 11:49:42 2020 +0200
  16. 58d395e MEDIUM: stats: define an API to register stat modules by Amaury Denoyelle · Mon Oct 05 11:49:40 2020 +0200
  17. 50660a8 MEDIUM: stats: add delimiter for static proxy stats on csv by Amaury Denoyelle · Mon Oct 05 11:49:39 2020 +0200
  18. 72b16e5 MINOR: stats: define additional flag px cap on domain by Amaury Denoyelle · Mon Oct 05 11:49:38 2020 +0200
  19. 072f97e MINOR: stats: define the concept of domain for statistics by Amaury Denoyelle · Mon Oct 05 11:49:37 2020 +0200
  20. 98b81cb REORG: stats: extract proxies dump loop in a function by Amaury Denoyelle · Fri Oct 02 18:32:04 2020 +0200
  21. f34017b REORG: stats: extract proxy json dump by Amaury Denoyelle · Fri Oct 02 18:32:03 2020 +0200
  22. da5b6d1 MINOR: stats: hide px/sv/li fields in applet struct by Amaury Denoyelle · Fri Oct 02 18:32:02 2020 +0200
  23. 97323c9 MINOR: stats: add stats size as a parameter for csv/json dump by Amaury Denoyelle · Fri Oct 02 18:32:01 2020 +0200
  24. 3ca927e REORG: stats: export some functions by Amaury Denoyelle · Fri Oct 02 18:32:00 2020 +0200
  25. a53ce4c BUG/MINOR: stats: fix validity of the json schema by Amaury Denoyelle · Fri Oct 02 18:31:59 2020 +0200
  26. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · Thu Aug 27 07:48:42 2020 +0200
  27. 6d59993 MINOR: stats: prevent favicon.ico requests for stats page by zurikus · Tue Aug 18 11:16:05 2020 +0300
  28. 7b52485 BUG/MINOR: stats: use strncmp() instead of memcmp() on health states by Willy Tarreau · Tue Aug 11 10:26:36 2020 +0200
  29. 810df06 MEDIUM: htx: Add a flag on a HTX message when no more data are expected by Christopher Faulet · Wed Jul 22 16:20:34 2020 +0200
  30. 45c457a MINOR: log: adds counters on received syslog messages. by Emeric Brun · Thu Jul 09 23:23:34 2020 +0200
  31. aaa7085 MINOR: raw_sock: Report the number of bytes emitted using the splicing by Christopher Faulet · Fri Jul 10 13:56:30 2020 +0200
  32. a9fcecb MINOR: stats: add the estimated need of concurrent connections per server by Willy Tarreau · Mon Jun 29 15:38:53 2020 +0200
  33. 3bb617c MINOR: stats: add 3 new output values for the per-server idle conn state by Willy Tarreau · Mon Jun 29 13:51:05 2020 +0200
  34. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  35. 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
  36. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  37. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  38. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  39. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · Thu Jun 04 22:50:02 2020 +0200
  40. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  41. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  42. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · Thu Jun 04 21:07:02 2020 +0200
  43. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  44. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · Thu Jun 04 20:30:20 2020 +0200
  45. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
  46. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · Thu Jun 04 19:58:55 2020 +0200
  47. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
  48. 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
  49. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · Thu Jun 04 18:58:52 2020 +0200
  50. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · Thu Jun 04 18:21:56 2020 +0200
  51. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  52. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  53. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  54. 2cd5809 REORG: include: move map to haproxy/map{,-t}.h by Willy Tarreau · Thu Jun 04 15:10:43 2020 +0200
  55. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · Thu Jun 04 15:06:28 2020 +0200
  56. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · Thu Jun 04 14:58:24 2020 +0200
  57. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · Thu Jun 04 11:23:07 2020 +0200
  58. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · Thu Jun 04 10:53:16 2020 +0200
  59. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
  60. 0a3bd39 REORG: include: move compression.h to haproxy/compression{,-t}.h by Willy Tarreau · Thu Jun 04 08:52:38 2020 +0200
  61. 14e8af5 CLEANUP: include: remove empty raw_sock.h by Willy Tarreau · Thu Jun 04 08:34:19 2020 +0200
  62. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · Thu Jun 04 08:32:23 2020 +0200
  63. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
  64. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  65. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · Wed Jun 03 08:44:35 2020 +0200
  66. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · Tue Jun 02 19:11:26 2020 +0200
  67. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · Tue Jun 02 18:15:32 2020 +0200
  68. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · Tue Jun 02 09:38:52 2020 +0200
  69. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · Mon Jun 01 12:18:08 2020 +0200
  70. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  71. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
  72. 2a83d60 REORG: include: move debug.h from common/ to haproxy/ by Willy Tarreau · Wed May 27 16:58:08 2020 +0200
  73. 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
  74. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · Wed May 27 15:59:00 2020 +0200
  75. 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
  76. a8dbdf3 MEDIUM: stats: Enable more accurate moving average calculation for stats by Marcin Deranek · Fri May 15 20:02:40 2020 +0200
  77. 3c27dda MINOR: stats: Expose native cum_req metric for a server by Marcin Deranek · Fri May 15 18:32:51 2020 +0200
  78. 62ba9ba BUG/MINOR: http: make url_decode() optionally convert '+' to SP by Willy Tarreau · Thu Apr 23 17:54:47 2020 +0200
  79. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Apr 16 23:51:34 2020 +0500
  80. b428517 BUG/MINOR: stats: Fix color of draining servers on stats page by Daniel Corbett · Sat Mar 28 12:35:50 2020 -0400
  81. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · Tue Feb 25 08:16:33 2020 +0100
  82. 027d206 CLEANUP: stats: shut up a wrong null-deref warning from gcc 9.2 by Willy Tarreau · Thu Jan 23 11:47:13 2020 +0100
  83. a08546b MINOR: counters: Remove failed_secu counter and use denied_resp instead by Christopher Faulet · Mon Dec 16 16:07:34 2019 +0100
  84. 0159ee4 MINOR: stats: Report internal errors in the proxies/listeners/servers stats by Christopher Faulet · Mon Dec 16 14:40:39 2019 +0100
  85. bc271ec BUG/MINOR: stats: Fix HTML output for the frontends heading by Christopher Faulet · Mon Dec 02 11:29:04 2019 +0100
  86. ea00973 BUILD: debug: Avoid warnings in dev mode with -02 because of some BUG_ON tests by Christopher Faulet · Mon Nov 18 15:50:25 2019 +0100
  87. 0d1c2a6 MINOR: stats: Report max times in addition of the averages for sessions by Christopher Faulet · Fri Nov 08 14:59:51 2019 +0100
  88. efb41f0 MINOR: counters: Add fields to store the max observed for {q,c,d,t}_time by Christopher Faulet · Fri Nov 08 14:53:15 2019 +0100
  89. af7ea81 CLEANUP: stats: use srv_shutdown_streams() instead of open-coding it by Willy Tarreau · Thu Nov 14 16:42:04 2019 +0100
  90. 9b01370 MINOR: stats/debug: maintain a counter of debug commands issued by Willy Tarreau · Thu Oct 24 18:18:02 2019 +0200
  91. 6d4897e BUILD: stats: fix missing '=' sign in array declaration by Willy Tarreau · Fri Oct 11 16:31:46 2019 +0200
  92. d89331e MINOR: stats: fill all the descriptions for "show info" and "show stat" by Willy Tarreau · Wed Oct 09 16:41:38 2019 +0200
  93. 6b19b14 MINOR: stats: make "show stat" and "show info" by Willy Tarreau · Wed Oct 09 15:44:21 2019 +0200
  94. eaa5537 MINOR: stats: prepare to add a description with each stat/info field by Willy Tarreau · Wed Oct 09 07:39:11 2019 +0200
  95. 2f39738 MINOR: stats: support the "desc" output format modifier for info and stat by Willy Tarreau · Wed Oct 09 11:43:59 2019 +0200
  96. 43241ff MINOR: stats: uniformize the calling convention of the dump functions by Willy Tarreau · Wed Oct 09 11:27:51 2019 +0200
  97. b0ce3ad MINOR: stats: make stats_dump_fields_json() directly take flags by Willy Tarreau · Wed Oct 09 11:19:29 2019 +0200
  98. ab02b3f MINOR: stats: get rid of the STAT_SHOWADMIN flag by Willy Tarreau · Wed Oct 09 11:11:46 2019 +0200
  99. 578d6e4 MINOR: stats: set the appctx flags when initializing the applet only by Willy Tarreau · Wed Oct 09 11:00:22 2019 +0200
  100. 676c29e MINOR: stats: always merge the uri_auth flags into the appctx flags by Willy Tarreau · Wed Oct 09 10:50:01 2019 +0200