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