1. b36b424 [MINOR] session: differenciate between accepted connections and received connections by Willy Tarreau · 14 years ago
  2. decd14d [MEDIUM] stats: rely on the standard session_accept() function by Willy Tarreau · 14 years ago
  3. ee55dc0 [MINOR] frontend: rely on the frontend and not the backend for INDEPSTR by Willy Tarreau · 14 years ago
  4. ee28de0 [MEDIUM] session: move the conn_retries attribute to the stream interface by Willy Tarreau · 14 years ago
  5. ace495e [CLEANUP] buffer->cto is not used anymore by Willy Tarreau · 14 years ago
  6. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · 14 years ago
  7. 3fd6cec [MINOR] cli: "show errors" should display "backend <NONE>" when backend was not used by Willy Tarreau · 14 years ago
  8. 4e1554c [CLEANUP] stats: remove printf format warning in stats_dump_full_sess_to_buffer() by Willy Tarreau · 14 years ago
  9. 6a8573e [BUG] stats: connection reset counters must be plain ascii, not HTML by Willy Tarreau · 14 years ago
  10. 66dc20a [MINOR] stats socket: add show sess <id> to dump details about a session by Willy Tarreau · 14 years ago
  11. d426a18 [MINOR] stats: make the data dump function reusable for other purposes by Willy Tarreau · 14 years ago
  12. 8811f8e [MINOR] stats: don't send empty lines in "show errors" by Willy Tarreau · 14 years ago
  13. ae52678 [STATS] count transfer aborts caused by client and by server by Willy Tarreau · 14 years ago
  14. e045409 [MINOR] stats: mark areas with an underline when tooltips are available by Willy Tarreau · 14 years ago
  15. b44939a [MINOR] stats: report the request rate in frontends as cell titles by Willy Tarreau · 14 years ago
  16. 2465779 [STATS] separate frontend and backend HTTP stats by Willy Tarreau · 14 years ago
  17. d9b587f [STATS] report HTTP requests (total and rate) in frontends by Willy Tarreau · 14 years ago
  18. 0dae585 [MINOR] stats: report maint state for tracking servers too by Cyril Bonté · 14 years ago
  19. cd19e51 [MEDIUM] add a maintenance mode to servers by Cyril Bonté · 14 years ago
  20. 7aabd11 [STATS] make it possible to change a CLI connection timeout by Willy Tarreau · 14 years ago
  21. c0f0c86 [BUG] stats: cookie should be reported under backend not under proxy by Krzysztof Piotr Oledzki · 15 years ago
  22. 034550b [BUG] stats: show UP/DOWN status also in tracking servers by Krzysztof Piotr Oledzki · 15 years ago
  23. 88a14af [MINOR] stats: add href to tracked server by Krzysztof Piotr Oledzki · 15 years ago
  24. 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · 15 years ago
  25. 2ec025d [MINOR] stats: add "a link" & "a href" for sockets by Krzysztof Piotr Oledzki · 15 years ago
  26. 748196e [MINOR] hana: only report stats if it is enabled by Krzysztof Piotr Oledzki · 15 years ago
  27. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · 15 years ago
  28. de71d16 [MINOR] Collect & provide http response codes for frontends, fix backends by Krzysztof Piotr Oledzki · 15 years ago
  29. 1f67285 [MINOR] add additional "a href"s to stats page by Krzysztof Piotr Oledzki · 15 years ago
  30. 516ed49 [MINOR] Add "a name" to stats page by Krzysztof Piotr Oledzki · 15 years ago
  31. e5cc072 [BUG] Fix silly typo: hspr_other -> hrsp_other by Krzysztof Piotr Oledzki · 15 years ago
  32. 5fb1882 [MINOR] Collect & provide http response codes received from servers by Krzysztof Piotr Oledzki · 15 years ago
  33. f2d2b1d [MINOR] CSS & HTML fun by Krzysztof Piotr Oledzki · 15 years ago
  34. 4e33d86 [OPTIM] stats: check free space before trying to print by Willy Tarreau · 15 years ago
  35. ea1f5fe [MINOR] stats: use a dedicated state to output static data by Willy Tarreau · 15 years ago
  36. f7089f5 [MINOR] Capture & display more data from health checks, v2 by Krzysztof Piotr Oledzki · 15 years ago
  37. 4483d43 [MEDIUM] stats: add the "set weight" command by Willy Tarreau · 15 years ago
  38. 38338fa [MEDIUM] stats: add the "get weight" command to report a server's weight by Willy Tarreau · 15 years ago
  39. 9bcc91e [MINOR] buffers: add buffer_feed2() and make buffer_feed() measure string length by Willy Tarreau · 15 years ago
  40. 6162db2 [MEDIUM] add access restrictions to the stats socket by Willy Tarreau · 15 years ago
  41. 2f6bf2b [MINOR] stats: use 'clear counters all' to clear all values by Willy Tarreau · 15 years ago
  42. ba255bc [BUG] counters: fix segfault on missing counters for a listener by Willy Tarreau · 15 years ago
  43. ac68c5d [OPTIM] counters: move some max numbers to the counters struct by Willy Tarreau · 15 years ago
  44. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  45. 719e726 [MINOR] Add "clear counters" to clear statistics counters by Krzysztof Piotr Oledzki · 15 years ago
  46. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · 15 years ago
  47. 96fd4b5 [MEDIUM] stream_int: adjust WAIT_ROOM handling by Willy Tarreau · 15 years ago
  48. b0c9bc4 [MEDIUM] stats: make HTTP stats use an I/O handler by Willy Tarreau · 15 years ago
  49. 65671ab [MINOR] remove now obsolete ana_state from the session struct by Willy Tarreau · 15 years ago
  50. f5a885f [MEDIUM] stats: don't use s->ana_state anymore by Willy Tarreau · 15 years ago
  51. 24955a1 [MINOR] stats: make stats_dump_raw_to_buffer() use buffer_feed_chunk by Willy Tarreau · 15 years ago
  52. 7e72a8f [MINOR] stats_dump_sess_to_buffer: use buffer_feed_chunk() by Willy Tarreau · 15 years ago
  53. 61b3473 [MINOR] stats_dump_errors_to_buffer: use buffer_feed_chunk() by Willy Tarreau · 15 years ago
  54. 816fc22 [MINOR] stats: strip CR and LF from the input command line by Willy Tarreau · 15 years ago
  55. 33b230b [BUG] stats: don't call buffer_shutw(), but ->shutw() instead by Willy Tarreau · 15 years ago
  56. 619caca [MINOR] Allow dots in show-node & add "white-space: nowrap" in th.pxname. by Krzysztof Piotr Oledzki · 15 years ago
  57. 48cb2ae [MINOR] add "description", "node" and show-node"/"show-desc", remove "node-name", v2 by Krzysztof Piotr Oledzki · 15 years ago
  58. 78abe61 [MAJOR] struct chunk rework by Krzysztof Piotr Oledzki · 15 years ago
  59. 9a42c0d [MEDIUM] stats: replace the stats socket analyser with an SI applet by Willy Tarreau · 15 years ago
  60. 56a560a [MEDIUM] stats: prepare the connection for closing before dumping by Willy Tarreau · 15 years ago
  61. 0960541 [MEDIUM] Collect & show information about last health check, v3 by Krzysztof Piotr Oledzki · 15 years ago
  62. 520d95e [MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNECT and BF_AUTO_CLOSE by Willy Tarreau · 15 years ago
  63. 2c9f5b1 [MINOR] move the initial task's nice value to the listener by Willy Tarreau · 15 years ago
  64. 5ca791d [CLEANUP] move remaining stats sockets code to dumpstats by Willy Tarreau · 15 years ago
  65. 104eb36 [MEDIUM] make the unix stats sockets use the generic session handler by Willy Tarreau · 15 years ago
  66. 89a6313 [MEDIUM] make the global stats socket part of a frontend by Willy Tarreau · 15 years ago
  67. 1d45b7c [MINOR] stats: add a new node-name setting by Willy Tarreau · 15 years ago
  68. da6721b [MINOR] stats: better displaying in MSIE by Willy Tarreau · 15 years ago
  69. a94f2d2 [MINOR] stats/html: use the arial font before helvetica by Willy Tarreau · 15 years ago
  70. a3e4942 [MINOR] stats: report max sessions/s and limit in HTML stats by Willy Tarreau · 15 years ago
  71. 8f208ec [MINOR] stats: report max sessions/s and limit in CSV export by Willy Tarreau · 15 years ago
  72. 3b88d44 [MINOR] switch all stat counters to 64-bit by Willy Tarreau · 15 years ago
  73. 0bba5a8 [BUG] stats: total and lbtot are unsigned by Willy Tarreau · 15 years ago
  74. 1772ece [MINOR] fix several printf formats and missing arguments by Willy Tarreau · 15 years ago
  75. 0a6d2ef [MINOR] stats/html: group digits by 3 to clarify numbers by Willy Tarreau · 15 years ago
  76. c6dcad6 [MINOR] show sess: report a lot more information about sessions by Willy Tarreau · 15 years ago
  77. 3884cba [MINOR] show sess: report number of calls to each task by Willy Tarreau · 15 years ago
  78. c7bdf09 [MINOR] stats: report number of tasks (active and running) by Willy Tarreau · 15 years ago
  79. 787bbd9 [MINOR] show errors: encode backslash as well as non-ascii characters by Willy Tarreau · 15 years ago
  80. 4726f53 [OPTIM] task: don't unlink a task from a wait queue when waking it up by Willy Tarreau · 15 years ago
  81. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  82. 74808cb [MEDIUM] implement error dump on unix socket with "show errors" by Willy Tarreau · 15 years ago
  83. fd3828e [BUG] fix random memory corruption using "show sess" by Willy Tarreau · 15 years ago
  84. a206fa9 [STATS] report pipe usage in the statistics by Willy Tarreau · 15 years ago
  85. 8a5c626 [MINOR] stats: indicate if a task is running in "show sess" by Willy Tarreau · 16 years ago
  86. 3dfe6cd [MEDIUM] add support for "show sess" in unix stats socket by Willy Tarreau · 16 years ago
  87. 0a46489 [MINOR] slightly rebalance stats_dump_{raw,http} by Willy Tarreau · 16 years ago
  88. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · 16 years ago
  89. b1356cf [MAJOR] make unix sockets work again with stats by Willy Tarreau · 16 years ago
  90. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · 16 years ago
  91. 72b179a [MEDIUM] reintroduce BF_HIJACK with produce_content by Willy Tarreau · 16 years ago
  92. 1ae3a05 [MEDIUM] remove unused references to {CL|SV}_STSHUT* by Willy Tarreau · 16 years ago
  93. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  94. 284648e [CLEANUP] remove unused include/types/client.h by Willy Tarreau · 16 years ago
  95. 10522fd [MEDIUM] modularize the global "stats" keyword configuration parser by Willy Tarreau · 16 years ago
  96. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  97. 8e4b21d [BUG] Flush buffers also where there are exactly 0 bytes left by Krzysztof Piotr Oledzki · 16 years ago
  98. 39f7e6d [MEDIUM] fix stats socket limitation to 16 kB by Willy Tarreau · 16 years ago
  99. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · 16 years ago
  100. f58a962 [MINOR] Implement persistent id for proxies and servers by Krzysztof Piotr Oledzki · 16 years ago