1. afdb6e5 MINOR: patch for minor typo (ressources/resources) by Adrian Bridgett · 12 years ago
  2. 8fa52f4 BUG/MINOR: cli: correctly remove the whole table on "clear table" by Willy Tarreau · 12 years ago
  3. 4426770 CLEANUP: rename possibly confusing struct field "tracked" by Willy Tarreau · 13 years ago
  4. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · 13 years ago
  5. eabea07 [MINOR] stats: report the number of requests intercepted by the frontend by Willy Tarreau · 13 years ago
  6. 69c0117 [BUILD] stats: stdint is not present on solaris by Willy Tarreau · 13 years ago
  7. 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · 13 years ago
  8. 52b2d22 [MEDIUM] stats: offer the possibility to kill sessions by server by Willy Tarreau · 13 years ago
  9. d52c41e [CLEANUP] stats: centralize tests for backend/server inputs on the CLI by Willy Tarreau · 13 years ago
  10. a295edc [MEDIUM] stats: offer the possibility to kill a session from the CLI by Willy Tarreau · 13 years ago
  11. 532a450 [MEDIUM] stats: add the ability to enable/disable/shutdown a frontend at runtime by Willy Tarreau · 13 years ago
  12. 3c63fd8 [MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate by Willy Tarreau · 13 years ago
  13. f5b2287 [MEDIUM] stats: add the ability to adjust the global maxconnrate by Willy Tarreau · 13 years ago
  14. 9cd552d [MINOR] stats: report the current and max global connection rates by Willy Tarreau · 13 years ago
  15. 81c25d0 [MEDIUM] add support for global.maxconnrate to limit the per-process conn rate. by Willy Tarreau · 13 years ago
  16. 91886b6 [MEDIUM] stats: add the "set maxconn" setting to the command line interface by Willy Tarreau · 13 years ago
  17. c2adf8b [MEDIUM] stats: disable complex socket reservation for stats socket by Willy Tarreau · 13 years ago
  18. 5094333 [MINOR] stats: display "<NONE>" instead of the frontend name when unknown by Willy Tarreau · 13 years ago
  19. 631f01c [MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop() by Willy Tarreau · 13 years ago
  20. e17a8d0 [BUG] possible crash in 'show table' on stats socket by Willy Tarreau · 13 years ago
  21. 2a0f4d2 [MEDIUM] stats: add support for changing frontend's maxconn at runtime by Willy Tarreau · 13 years ago
  22. 237250c [BUG] proxy: stats frontend and peers were missing many initializers by Willy Tarreau · 13 years ago
  23. a17c2d9 [MINOR] stats: report a "WAITING" state for sockets waiting for resource by Willy Tarreau · 13 years ago
  24. 562515c [CLEANUP] proxy: rename a few proxy states (PR_STIDLE and PR_STRUN) by Willy Tarreau · 13 years ago
  25. 619e3cc [MINOR] Allow showing and clearing by key of string stick tables by Simon Horman · 13 years ago
  26. cec9a22 [MINOR] Allow showing and clearing by key of integer stick tables by Simon Horman · 13 years ago
  27. c5b89f6 [MINOR] Allow showing and clearing by key of ipv6 stick tables by Simon Horman · 13 years ago
  28. c88b887 [MINOR] More flexible clearing of stick table by Simon Horman · 13 years ago
  29. d5b9fd9 [MINOR] Break out all stick table socat command parsing by Simon Horman · 13 years ago
  30. 17bce34 [MINOR] Allow listing of stick table by key by Simon Horman · 13 years ago
  31. 121f305 [MINOR] Break out processing of clear table by Simon Horman · 13 years ago
  32. d936658 [MINOR] Break out dumping table by Simon Horman · 13 years ago
  33. 9bd2c73 [CLEANUP] dumpstats: make symbols static where possible by Simon Horman · 13 years ago
  34. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · 13 years ago
  35. d8ee85a [BUG] http: fix content-length handling on 32-bit platforms by Willy Tarreau · 13 years ago
  36. 7b7a8e9 [BUG] log: retrieve the target from the session, not the SI by Willy Tarreau · 13 years ago
  37. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · 13 years ago
  38. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  39. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · 13 years ago
  40. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · 13 years ago
  41. 5ec29ff [CLEANUP] stats: make all dump functions only rely on the stream interface by Willy Tarreau · 13 years ago
  42. 75581ae [CLEANUP] session: remove data_source from struct session by Willy Tarreau · 13 years ago
  43. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · 13 years ago
  44. bc4af05 [REORG] stream_interface: move the st0, st1 and private members to the applet by Willy Tarreau · 13 years ago
  45. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · 13 years ago
  46. 613f0df [BUG] stats: admin commands must check the proxy state by Cyril Bonté · 13 years ago
  47. 16171e2 [MINOR] cfgparse: Check whether the path given for the stats socket actually fits into the sockaddr_un structure to avoid truncation. by Andreas Kohn · 13 years ago
  48. 10479e4 [MINOR] stats: add global event ID and count by Willy Tarreau · 14 years ago
  49. 078272e [MINOR] stats: report HTTP message state and buffer flags in error dumps by Willy Tarreau · 14 years ago
  50. 1e029aa [MINOR] Manage all types (ip, integer, string, binary) on cli "show table" command by Emeric Brun · 14 years ago
  51. acd7d63 [CLEANUP] Remove unneeded chars allocation by Cyril Bonté · 14 years ago
  52. 837ca52 [MINOR] Manage unix socket source field on session dump on sock stats by Emeric Brun · 14 years ago
  53. 7046130 [MEDIUM] checks: set server state to one state from failure when leaving maintenance by Willy Tarreau · 14 years ago
  54. 474be41 [MEDIUM] stats: add an admin level by Cyril Bonté · 14 years ago
  55. 70be45d [MEDIUM] enable/disable servers from the stats web interface by Cyril Bonté · 14 years ago
  56. 74b08c9 [MEDIUM] buffers: rework the functions to exchange between SI and buffers by Willy Tarreau · 14 years ago
  57. 07e9e64 [BUG] stats: global stats timeout may be specified before stats socket. by Willy Tarreau · 14 years ago
  58. 4d179eb [BUG] stats: session rate limit gets garbaged in the stats by Cyril Bonté · 14 years ago
  59. df39e95 [CLEANUP] stats: use stksess_kill() to remove table entries by Willy Tarreau · 14 years ago
  60. f6efda1 [MEDIUM] session counters: automatically remove expired entries. by Willy Tarreau · 14 years ago
  61. 4f3f01f [MEDIUM] stats: add the ability to dump table entries matching criteria by Willy Tarreau · 14 years ago
  62. 603861e [MINOR] stats: correctly report errors on "show table" and "clear table" by Willy Tarreau · 14 years ago
  63. 3b9c6e0 [MEDIUM] stick-table: make use of generic types for stored data by Willy Tarreau · 14 years ago
  64. 88ee397 [MEDIUM] stats: add "clear table <name> key <value>" to clear table entries by Willy Tarreau · 14 years ago
  65. 69f58c8 [MEDIUM] stats: add "show table [<name>]" to dump a stick-table by Willy Tarreau · 14 years ago
  66. b36b424 [MINOR] session: differenciate between accepted connections and received connections by Willy Tarreau · 14 years ago
  67. decd14d [MEDIUM] stats: rely on the standard session_accept() function by Willy Tarreau · 14 years ago
  68. ee55dc0 [MINOR] frontend: rely on the frontend and not the backend for INDEPSTR by Willy Tarreau · 14 years ago
  69. ee28de0 [MEDIUM] session: move the conn_retries attribute to the stream interface by Willy Tarreau · 14 years ago
  70. ace495e [CLEANUP] buffer->cto is not used anymore by Willy Tarreau · 14 years ago
  71. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · 14 years ago
  72. 3fd6cec [MINOR] cli: "show errors" should display "backend <NONE>" when backend was not used by Willy Tarreau · 14 years ago
  73. 4e1554c [CLEANUP] stats: remove printf format warning in stats_dump_full_sess_to_buffer() by Willy Tarreau · 14 years ago
  74. 6a8573e [BUG] stats: connection reset counters must be plain ascii, not HTML by Willy Tarreau · 14 years ago
  75. 66dc20a [MINOR] stats socket: add show sess <id> to dump details about a session by Willy Tarreau · 14 years ago
  76. d426a18 [MINOR] stats: make the data dump function reusable for other purposes by Willy Tarreau · 14 years ago
  77. 8811f8e [MINOR] stats: don't send empty lines in "show errors" by Willy Tarreau · 14 years ago
  78. ae52678 [STATS] count transfer aborts caused by client and by server by Willy Tarreau · 14 years ago
  79. e045409 [MINOR] stats: mark areas with an underline when tooltips are available by Willy Tarreau · 14 years ago
  80. b44939a [MINOR] stats: report the request rate in frontends as cell titles by Willy Tarreau · 14 years ago
  81. 2465779 [STATS] separate frontend and backend HTTP stats by Willy Tarreau · 14 years ago
  82. d9b587f [STATS] report HTTP requests (total and rate) in frontends by Willy Tarreau · 14 years ago
  83. 0dae585 [MINOR] stats: report maint state for tracking servers too by Cyril Bonté · 14 years ago
  84. cd19e51 [MEDIUM] add a maintenance mode to servers by Cyril Bonté · 14 years ago
  85. 7aabd11 [STATS] make it possible to change a CLI connection timeout by Willy Tarreau · 14 years ago
  86. c0f0c86 [BUG] stats: cookie should be reported under backend not under proxy by Krzysztof Piotr Oledzki · 14 years ago
  87. 034550b [BUG] stats: show UP/DOWN status also in tracking servers by Krzysztof Piotr Oledzki · 14 years ago
  88. 88a14af [MINOR] stats: add href to tracked server by Krzysztof Piotr Oledzki · 14 years ago
  89. 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · 14 years ago
  90. 2ec025d [MINOR] stats: add "a link" & "a href" for sockets by Krzysztof Piotr Oledzki · 14 years ago
  91. 748196e [MINOR] hana: only report stats if it is enabled by Krzysztof Piotr Oledzki · 15 years ago
  92. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · 15 years ago
  93. de71d16 [MINOR] Collect & provide http response codes for frontends, fix backends by Krzysztof Piotr Oledzki · 15 years ago
  94. 1f67285 [MINOR] add additional "a href"s to stats page by Krzysztof Piotr Oledzki · 15 years ago
  95. 516ed49 [MINOR] Add "a name" to stats page by Krzysztof Piotr Oledzki · 15 years ago
  96. e5cc072 [BUG] Fix silly typo: hspr_other -> hrsp_other by Krzysztof Piotr Oledzki · 15 years ago
  97. 5fb1882 [MINOR] Collect & provide http response codes received from servers by Krzysztof Piotr Oledzki · 15 years ago
  98. f2d2b1d [MINOR] CSS & HTML fun by Krzysztof Piotr Oledzki · 15 years ago
  99. 4e33d86 [OPTIM] stats: check free space before trying to print by Willy Tarreau · 15 years ago
  100. ea1f5fe [MINOR] stats: use a dedicated state to output static data by Willy Tarreau · 15 years ago