1. c0f0c86 [BUG] stats: cookie should be reported under backend not under proxy by Krzysztof Piotr Oledzki · Wed Jan 06 15:03:18 2010 +0100
  2. 034550b [BUG] stats: show UP/DOWN status also in tracking servers by Krzysztof Piotr Oledzki · Tue Jan 05 18:44:44 2010 +0100
  3. 88a14af [MINOR] stats: add href to tracked server by Krzysztof Piotr Oledzki · Tue Jan 05 18:33:01 2010 +0100
  4. 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · Mon Jan 04 16:03:09 2010 +0100
  5. 2ec025d [MINOR] stats: add "a link" & "a href" for sockets by Krzysztof Piotr Oledzki · Mon Jan 04 11:33:32 2010 +0100
  6. 748196e [MINOR] hana: only report stats if it is enabled by Krzysztof Piotr Oledzki · Mon Jan 04 00:48:43 2010 +0100
  7. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · Tue Dec 15 22:31:24 2009 +0100
  8. de71d16 [MINOR] Collect & provide http response codes for frontends, fix backends by Krzysztof Piotr Oledzki · Sat Oct 24 15:36:15 2009 +0200
  9. 1f67285 [MINOR] add additional "a href"s to stats page by Krzysztof Piotr Oledzki · Sat Oct 24 14:24:30 2009 +0200
  10. 516ed49 [MINOR] Add "a name" to stats page by Krzysztof Piotr Oledzki · Thu Oct 22 22:48:09 2009 +0200
  11. e5cc072 [BUG] Fix silly typo: hspr_other -> hrsp_other by Krzysztof Piotr Oledzki · Wed Oct 14 22:26:01 2009 +0200
  12. 5fb1882 [MINOR] Collect & provide http response codes received from servers by Krzysztof Piotr Oledzki · Tue Oct 13 21:14:09 2009 +0200
  13. f2d2b1d [MINOR] CSS & HTML fun by Krzysztof Piotr Oledzki · Mon Oct 12 23:09:08 2009 +0200
  14. 4e33d86 [OPTIM] stats: check free space before trying to print by Willy Tarreau · Sun Oct 11 23:35:10 2009 +0200
  15. ea1f5fe [MINOR] stats: use a dedicated state to output static data by Willy Tarreau · Sun Oct 11 23:12:51 2009 +0200
  16. f7089f5 [MINOR] Capture & display more data from health checks, v2 by Krzysztof Piotr Oledzki · Sat Oct 10 21:06:49 2009 +0200
  17. 4483d43 [MEDIUM] stats: add the "set weight" command by Willy Tarreau · Sat Oct 10 19:30:08 2009 +0200
  18. 38338fa [MEDIUM] stats: add the "get weight" command to report a server's weight by Willy Tarreau · Sat Oct 10 18:37:29 2009 +0200
  19. 9bcc91e [MINOR] buffers: add buffer_feed2() and make buffer_feed() measure string length by Willy Tarreau · Sat Oct 10 18:01:44 2009 +0200
  20. 6162db2 [MEDIUM] add access restrictions to the stats socket by Willy Tarreau · Sat Oct 10 17:13:00 2009 +0200
  21. 2f6bf2b [MINOR] stats: use 'clear counters all' to clear all values by Willy Tarreau · Sat Oct 10 15:26:26 2009 +0200
  22. ba255bc [BUG] counters: fix segfault on missing counters for a listener by Willy Tarreau · Mon Oct 05 00:45:38 2009 +0200
  23. ac68c5d [OPTIM] counters: move some max numbers to the counters struct by Willy Tarreau · Sun Oct 04 23:12:44 2009 +0200
  24. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · Sun Oct 04 15:43:17 2009 +0200
  25. 719e726 [MINOR] Add "clear counters" to clear statistics counters by Krzysztof Piotr Oledzki · Sun Oct 04 15:02:46 2009 +0200
  26. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · Sun Oct 04 14:52:57 2009 +0200
  27. 96fd4b5 [MEDIUM] stream_int: adjust WAIT_ROOM handling by Willy Tarreau · Sun Oct 04 17:18:35 2009 +0200
  28. b0c9bc4 [MEDIUM] stats: make HTTP stats use an I/O handler by Willy Tarreau · Sun Oct 04 15:56:38 2009 +0200
  29. 65671ab [MINOR] remove now obsolete ana_state from the session struct by Willy Tarreau · Sun Oct 04 14:24:59 2009 +0200
  30. f5a885f [MEDIUM] stats: don't use s->ana_state anymore by Willy Tarreau · Sun Oct 04 14:22:18 2009 +0200
  31. 24955a1 [MINOR] stats: make stats_dump_raw_to_buffer() use buffer_feed_chunk by Willy Tarreau · Sun Oct 04 11:54:04 2009 +0200
  32. 7e72a8f [MINOR] stats_dump_sess_to_buffer: use buffer_feed_chunk() by Willy Tarreau · Sat Oct 03 23:55:14 2009 +0200
  33. 61b3473 [MINOR] stats_dump_errors_to_buffer: use buffer_feed_chunk() by Willy Tarreau · Sat Oct 03 23:49:35 2009 +0200
  34. 816fc22 [MINOR] stats: strip CR and LF from the input command line by Willy Tarreau · Sun Oct 04 07:36:58 2009 +0200
  35. 33b230b [BUG] stats: don't call buffer_shutw(), but ->shutw() instead by Willy Tarreau · Sun Oct 04 09:16:41 2009 +0200
  36. 619caca [MINOR] Allow dots in show-node & add "white-space: nowrap" in th.pxname. by Krzysztof Piotr Oledzki · Sat Oct 03 15:46:08 2009 +0200
  37. 48cb2ae [MINOR] add "description", "node" and show-node"/"show-desc", remove "node-name", v2 by Krzysztof Piotr Oledzki · Fri Oct 02 22:51:14 2009 +0200
  38. 78abe61 [MAJOR] struct chunk rework by Krzysztof Piotr Oledzki · Sun Sep 27 13:23:20 2009 +0200
  39. 9a42c0d [MEDIUM] stats: replace the stats socket analyser with an SI applet by Willy Tarreau · Tue Sep 22 19:31:03 2009 +0200
  40. 56a560a [MEDIUM] stats: prepare the connection for closing before dumping by Willy Tarreau · Tue Sep 22 19:27:35 2009 +0200
  41. 0960541 [MEDIUM] Collect & show information about last health check, v3 by Krzysztof Piotr Oledzki · Wed Sep 23 22:09:24 2009 +0200
  42. 520d95e [MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNECT and BF_AUTO_CLOSE by Willy Tarreau · Sat Sep 19 21:04:57 2009 +0200
  43. 2c9f5b1 [MINOR] move the initial task's nice value to the listener by Willy Tarreau · Sun Aug 16 19:12:36 2009 +0200
  44. 5ca791d [CLEANUP] move remaining stats sockets code to dumpstats by Willy Tarreau · Sun Aug 16 19:06:42 2009 +0200
  45. 104eb36 [MEDIUM] make the unix stats sockets use the generic session handler by Willy Tarreau · Sun Aug 16 18:51:29 2009 +0200
  46. 89a6313 [MEDIUM] make the global stats socket part of a frontend by Willy Tarreau · Sun Aug 16 17:41:45 2009 +0200
  47. 1d45b7c [MINOR] stats: add a new node-name setting by Willy Tarreau · Sun Aug 16 10:29:18 2009 +0200
  48. da6721b [MINOR] stats: better displaying in MSIE by Willy Tarreau · Wed Jul 15 10:07:05 2009 +0200
  49. a94f2d2 [MINOR] stats/html: use the arial font before helvetica by Willy Tarreau · Sun May 10 20:08:10 2009 +0200
  50. a3e4942 [MINOR] stats: report max sessions/s and limit in HTML stats by Willy Tarreau · Sun May 10 19:19:41 2009 +0200
  51. 8f208ec [MINOR] stats: report max sessions/s and limit in CSV export by Willy Tarreau · Sun May 10 19:01:49 2009 +0200
  52. 3b88d44 [MINOR] switch all stat counters to 64-bit by Willy Tarreau · Sat Apr 11 20:44:08 2009 +0200
  53. 0bba5a8 [BUG] stats: total and lbtot are unsigned by Willy Tarreau · Tue Apr 07 13:27:40 2009 +0200
  54. 1772ece [MINOR] fix several printf formats and missing arguments by Willy Tarreau · Fri Apr 03 14:49:12 2009 +0200
  55. 0a6d2ef [MINOR] stats/html: group digits by 3 to clarify numbers by Willy Tarreau · Sun Mar 29 14:46:01 2009 +0200
  56. c6dcad6 [MINOR] show sess: report a lot more information about sessions by Willy Tarreau · Sun Mar 29 00:18:14 2009 +0100
  57. 3884cba [MINOR] show sess: report number of calls to each task by Willy Tarreau · Sat Mar 28 17:54:35 2009 +0100
  58. c7bdf09 [MINOR] stats: report number of tasks (active and running) by Willy Tarreau · Sat Mar 21 18:33:52 2009 +0100
  59. 787bbd9 [MINOR] show errors: encode backslash as well as non-ascii characters by Willy Tarreau · Thu Mar 12 08:18:33 2009 +0100
  60. 4726f53 [OPTIM] task: don't unlink a task from a wait queue when waking it up by Willy Tarreau · Sat Mar 07 17:25:21 2009 +0100
  61. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · Thu Mar 05 18:43:00 2009 +0100
  62. 74808cb [MEDIUM] implement error dump on unix socket with "show errors" by Willy Tarreau · Wed Mar 04 15:53:18 2009 +0100
  63. fd3828e [BUG] fix random memory corruption using "show sess" by Willy Tarreau · Sun Feb 22 15:17:24 2009 +0100
  64. a206fa9 [STATS] report pipe usage in the statistics by Willy Tarreau · Sun Jan 25 14:02:00 2009 +0100
  65. 8a5c626 [MINOR] stats: indicate if a task is running in "show sess" by Willy Tarreau · Mon Dec 08 00:16:21 2008 +0100
  66. 3dfe6cd [MEDIUM] add support for "show sess" in unix stats socket by Willy Tarreau · Sun Dec 07 22:29:48 2008 +0100
  67. 0a46489 [MINOR] slightly rebalance stats_dump_{raw,http} by Willy Tarreau · Sun Dec 07 18:30:00 2008 +0100
  68. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · Sun Dec 07 18:03:29 2008 +0100
  69. b1356cf [MAJOR] make unix sockets work again with stats by Willy Tarreau · Sun Dec 07 16:06:43 2008 +0100
  70. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · Sun Nov 30 19:48:07 2008 +0100
  71. 72b179a [MEDIUM] reintroduce BF_HIJACK with produce_content by Willy Tarreau · Thu Aug 28 16:01:32 2008 +0200
  72. 1ae3a05 [MEDIUM] remove unused references to {CL|SV}_STSHUT* by Willy Tarreau · Sat Aug 16 10:56:30 2008 +0200
  73. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · Tue Jul 15 00:22:45 2008 +0200
  74. 284648e [CLEANUP] remove unused include/types/client.h by Willy Tarreau · Mon Jul 14 23:57:33 2008 +0200
  75. 10522fd [MEDIUM] modularize the global "stats" keyword configuration parser by Willy Tarreau · Wed Jul 09 20:12:41 2008 +0200
  76. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  77. 8e4b21d [BUG] Flush buffers also where there are exactly 0 bytes left by Krzysztof Piotr Oledzki · Sun Apr 20 21:34:47 2008 +0200
  78. 39f7e6d [MEDIUM] fix stats socket limitation to 16 kB by Willy Tarreau · Mon Mar 17 21:38:24 2008 +0100
  79. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · Sun Mar 02 02:42:14 2008 +0100
  80. f58a962 [MINOR] Implement persistent id for proxies and servers by Krzysztof Piotr Oledzki · Sat Feb 23 01:19:10 2008 +0100
  81. c8b16fc [MEDIUM] Implement "track [<backend>/]<server>" by Krzysztof Piotr Oledzki · Mon Feb 18 01:26:35 2008 +0100
  82. 25b501a [MEDIUM]: Count retries and redispatches also for servers, fix redistribute_pending, extend logs, %d->%u cleanup by Krzysztof Piotr Oledzki · Sun Jan 06 16:36:16 2008 +0100
  83. a8efd36 [STATS] add support for "show info" on the unix socket by Willy Tarreau · Thu Jan 03 10:19:15 2008 +0100
  84. ddbb82f [STATS] report the number of times each server was selected by Willy Tarreau · Wed Dec 05 10:34:49 2007 +0100
  85. 5542af6 [MEDIUM] slowstart: ensure we don't start with a null weight by Willy Tarreau · Mon Dec 03 02:04:00 2007 +0100
  86. b3f32f5 [MEDIUM] add support for time units in the configuration by Willy Tarreau · Sun Dec 02 22:15:14 2007 +0100
  87. 4bab24d [MINOR] stats: report the server warm up status in a "throttle" column by Willy Tarreau · Fri Nov 30 18:16:29 2007 +0100
  88. 2ea8193 [MEDIUM] report disabled servers as "NOLB" when they are still UP by Willy Tarreau · Fri Nov 30 12:04:38 2007 +0100
  89. 5dc2fa6 [MINOR] add a weight divisor to the struct proxy by Willy Tarreau · Mon Nov 19 19:10:18 2007 +0100
  90. 2069704 [MEDIUM] differentiate between generic LB params and map-specific ones by Willy Tarreau · Thu Nov 15 23:26:18 2007 +0100
  91. 1fbe493 [BUG] missing header names in raw stats output by Willy Tarreau · Mon Nov 26 16:15:35 2007 +0100
  92. dcd4771 [MINOR] stats: report numerical process ID, proxy ID and server ID by Willy Tarreau · Sun Nov 04 23:35:08 2007 +0100
  93. 6fb42e0 [MINOR] add an options field to the listeners by Willy Tarreau · Sun Oct 28 17:02:33 2007 +0100
  94. acafc5f [MEDIUM] add support for "maxqueue" to limit server queue overload by Elijah Epifanov · Thu Oct 25 20:15:38 2007 +0200
  95. 8513094 [MEDIUM] stats: report server and backend cumulated downtime by Krzysztof Oledzki · Mon Oct 22 16:21:10 2007 +0200
  96. d4e1b5f [MINOR] stats: update the width of the table to 22 columns by Willy Tarreau · Fri Oct 19 06:23:19 2007 +0200
  97. 1cf36ba [MEDIUM] stats: count server retries and redispatches by Krzysztof Oledzki · Thu Oct 18 19:12:30 2007 +0200
  98. 1388a3a [BUG] scope "." must match the backend and not the frontend by Willy Tarreau · Thu Oct 18 16:38:37 2007 +0200
  99. fbee713 [MEDIUM] introduce the "stats" keyword in global section by Willy Tarreau · Thu Oct 18 13:53:22 2007 +0200
  100. 3e76e72 [MEDIUM] implement the statistics output on a unix socket by Willy Tarreau · Wed Oct 17 18:57:38 2007 +0200