1. 4f8a83c MEDIUM: stats: add the ability to kill sessions from the admin interface by Willy Tarreau · Mon Jun 04 00:26:23 2012 +0200
  2. d728224 MEDIUM: stats: add support for soft stop/soft start in the admin interface by Willy Tarreau · Mon Jun 04 00:22:44 2012 +0200
  3. d88fd82 MEDIUM: protocol: add a pointer to struct sock_ops to the listener struct by Emeric Brun · Fri May 18 18:30:29 2012 +0200
  4. 9498113 REORG/MEDIUM: stream_interface: move applet->state and private to connection by Willy Tarreau · Mon May 21 17:09:48 2012 +0200
  5. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · Mon May 21 16:47:54 2012 +0200
  6. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · Mon May 21 16:31:45 2012 +0200
  7. 9580d16 BUG/MAJOR: checks: don't call set_server_status_* when no LB algo is set by Willy Tarreau · Sat May 19 19:07:40 2012 +0200
  8. 7af4605 BUG/MAJOR: trash must always be the size of a buffer by David du Colombier · Wed May 16 14:16:48 2012 +0200
  9. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · Fri May 11 16:16:40 2012 +0200
  10. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · Fri May 11 14:23:52 2012 +0200
  11. 0a3dd74 MEDIUM: cfgparse: use the new error reporting framework for remaining cfg_keywords by Willy Tarreau · Tue May 08 19:47:01 2012 +0200
  12. d04b1bc MEDIUM: http: improve error capture reports by Willy Tarreau · Tue May 08 11:03:10 2012 +0200
  13. 060781f REORG: stream_interface: create a struct sock_ops to hold socket operations by Willy Tarreau · Mon May 07 16:50:03 2012 +0200
  14. 9dab5fc MEDIUM: buffers: rename a number of buffer management functions by Willy Tarreau · Mon May 07 11:56:55 2012 +0200
  15. a458b67 MAJOR: http: move buffer->lr to http_msg->next by Willy Tarreau · Mon Mar 05 11:17:50 2012 +0100
  16. 363a5bb MAJOR: buffers: replace buf->r with buf->p + buf->i by Willy Tarreau · Fri Mar 02 20:14:45 2012 +0100
  17. 89fa706 MAJOR: buffers: replace buf->w with buf->p - buf->o by Willy Tarreau · Fri Mar 02 16:13:16 2012 +0100
  18. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · Thu Mar 01 18:19:58 2012 +0100
  19. 2e046c6 MAJOR: buffer rework: replace ->send_max with ->o by Willy Tarreau · Thu Mar 01 16:08:30 2012 +0100
  20. 90690c7 MINOR: cli: display the 4 IP addresses and ports on "show sess XXX" by Daniel Schultze · Fri Mar 23 10:53:36 2012 -0700
  21. ceafb4a CLEANUP: Fix some minor typos by Aman Gupta · Mon Apr 02 18:57:54 2012 -0700
  22. 9a13e84 MINOR: Add release callback to si_applet by Aman Gupta · Mon Apr 02 18:57:53 2012 -0700
  23. 19979e1 MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes by Cyril Bonté · Wed Apr 04 12:57:21 2012 +0200
  24. aa0a45d MINOR: stats admin: use the backend id instead of its name in the form by Cyril Bonté · Wed Apr 04 12:57:20 2012 +0200
  25. cf8d9ae MINOR: stats admin: allow unordered parameters in POST requests by Cyril Bonté · Wed Apr 04 12:57:18 2012 +0200
  26. afdb6e5 MINOR: patch for minor typo (ressources/resources) by Adrian Bridgett · Mon Mar 19 23:36:42 2012 +0000
  27. 8fa52f4 BUG/MINOR: cli: correctly remove the whole table on "clear table" by Willy Tarreau · Mon Jan 09 11:50:03 2012 +0100
  28. 4426770 CLEANUP: rename possibly confusing struct field "tracked" by Willy Tarreau · Fri Oct 28 15:35:33 2011 +0200
  29. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · Fri Sep 23 10:54:59 2011 +0200
  30. eabea07 [MINOR] stats: report the number of requests intercepted by the frontend by Willy Tarreau · Sat Sep 10 23:29:44 2011 +0200
  31. 69c0117 [BUILD] stats: stdint is not present on solaris by Willy Tarreau · Sat Sep 10 20:38:15 2011 +0200
  32. 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · Sat Sep 10 16:56:42 2011 +0200
  33. 52b2d22 [MEDIUM] stats: offer the possibility to kill sessions by server by Willy Tarreau · Wed Sep 07 23:48:48 2011 +0200
  34. d52c41e [CLEANUP] stats: centralize tests for backend/server inputs on the CLI by Willy Tarreau · Wed Sep 07 23:41:01 2011 +0200
  35. a295edc [MEDIUM] stats: offer the possibility to kill a session from the CLI by Willy Tarreau · Wed Sep 07 23:21:03 2011 +0200
  36. 532a450 [MEDIUM] stats: add the ability to enable/disable/shutdown a frontend at runtime by Willy Tarreau · Wed Sep 07 22:37:44 2011 +0200
  37. 3c63fd8 [MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate by Willy Tarreau · Wed Sep 07 18:00:47 2011 +0200
  38. f5b2287 [MEDIUM] stats: add the ability to adjust the global maxconnrate by Willy Tarreau · Wed Sep 07 16:13:44 2011 +0200
  39. 9cd552d [MINOR] stats: report the current and max global connection rates by Willy Tarreau · Wed Sep 07 15:26:48 2011 +0200
  40. 81c25d0 [MEDIUM] add support for global.maxconnrate to limit the per-process conn rate. by Willy Tarreau · Wed Sep 07 15:17:21 2011 +0200
  41. 91886b6 [MEDIUM] stats: add the "set maxconn" setting to the command line interface by Willy Tarreau · Wed Sep 07 14:38:31 2011 +0200
  42. c2adf8b [MEDIUM] stats: disable complex socket reservation for stats socket by Willy Tarreau · Wed Sep 07 12:13:34 2011 +0200
  43. 5094333 [MINOR] stats: display "<NONE>" instead of the frontend name when unknown by Willy Tarreau · Fri Sep 02 17:33:05 2011 +0200
  44. 631f01c [MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop() by Willy Tarreau · Mon Sep 05 00:36:48 2011 +0200
  45. e17a8d0 [BUG] possible crash in 'show table' on stats socket by Willy Tarreau · Wed Aug 24 08:23:34 2011 +0200
  46. 2a0f4d2 [MEDIUM] stats: add support for changing frontend's maxconn at runtime by Willy Tarreau · Tue Aug 02 11:49:05 2011 +0200
  47. 237250c [BUG] proxy: stats frontend and peers were missing many initializers by Willy Tarreau · Fri Jul 29 01:49:03 2011 +0200
  48. a17c2d9 [MINOR] stats: report a "WAITING" state for sockets waiting for resource by Willy Tarreau · Mon Jul 25 08:16:20 2011 +0200
  49. 562515c [CLEANUP] proxy: rename a few proxy states (PR_STIDLE and PR_STRUN) by Willy Tarreau · Mon Jul 25 08:11:52 2011 +0200
  50. 619e3cc [MINOR] Allow showing and clearing by key of string stick tables by Simon Horman · Wed Jun 15 15:18:52 2011 +0900
  51. cec9a22 [MINOR] Allow showing and clearing by key of integer stick tables by Simon Horman · Wed Jun 15 15:18:51 2011 +0900
  52. c5b89f6 [MINOR] Allow showing and clearing by key of ipv6 stick tables by Simon Horman · Wed Jun 15 15:18:50 2011 +0900
  53. c88b887 [MINOR] More flexible clearing of stick table by Simon Horman · Wed Jun 15 15:18:49 2011 +0900
  54. d5b9fd9 [MINOR] Break out all stick table socat command parsing by Simon Horman · Wed Jun 15 15:18:48 2011 +0900
  55. 17bce34 [MINOR] Allow listing of stick table by key by Simon Horman · Wed Jun 15 15:18:47 2011 +0900
  56. 121f305 [MINOR] Break out processing of clear table by Simon Horman · Wed Jun 15 15:18:46 2011 +0900
  57. d936658 [MINOR] Break out dumping table by Simon Horman · Wed Jun 15 15:18:45 2011 +0900
  58. 9bd2c73 [CLEANUP] dumpstats: make symbols static where possible by Simon Horman · Wed Jun 15 15:18:44 2011 +0900
  59. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · Thu Mar 24 11:09:31 2011 +0100
  60. d8ee85a [BUG] http: fix content-length handling on 32-bit platforms by Willy Tarreau · Mon Mar 28 16:06:28 2011 +0200
  61. 7b7a8e9 [BUG] log: retrieve the target from the session, not the SI by Willy Tarreau · Sun Mar 27 19:53:06 2011 +0200
  62. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · Thu Mar 10 23:25:56 2011 +0100
  63. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · Thu Mar 10 22:26:24 2011 +0100
  64. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · Thu Mar 10 16:55:02 2011 +0100
  65. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · Thu Mar 10 11:25:07 2011 +0100
  66. 5ec29ff [CLEANUP] stats: make all dump functions only rely on the stream interface by Willy Tarreau · Sun Feb 13 15:27:22 2011 +0100
  67. 75581ae [CLEANUP] session: remove data_source from struct session by Willy Tarreau · Sun Feb 13 14:36:41 2011 +0100
  68. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · Thu Mar 03 17:42:23 2011 +0100
  69. bc4af05 [REORG] stream_interface: move the st0, st1 and private members to the applet by Willy Tarreau · Sun Feb 13 13:25:14 2011 +0100
  70. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · Sun Feb 13 13:16:36 2011 +0100
  71. 613f0df [BUG] stats: admin commands must check the proxy state by Cyril Bonté · Thu Mar 03 20:49:04 2011 +0100
  72. 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 · Wed Jan 19 20:29:32 2011 +0100
  73. 10479e4 [MINOR] stats: add global event ID and count by Willy Tarreau · Sun Dec 12 14:00:34 2010 +0100
  74. 078272e [MINOR] stats: report HTTP message state and buffer flags in error dumps by Willy Tarreau · Sun Dec 12 12:46:33 2010 +0100
  75. 1e029aa [MINOR] Manage all types (ip, integer, string, binary) on cli "show table" command by Emeric Brun · Thu Sep 23 18:12:53 2010 +0200
  76. acd7d63 [CLEANUP] Remove unneeded chars allocation by Cyril Bonté · Mon Nov 01 19:26:02 2010 +0100
  77. 837ca52 [MINOR] Manage unix socket source field on session dump on sock stats by Emeric Brun · Fri Oct 22 16:19:01 2010 +0200
  78. 7046130 [MEDIUM] checks: set server state to one state from failure when leaving maintenance by Willy Tarreau · Fri Oct 22 14:39:02 2010 +0200
  79. 474be41 [MEDIUM] stats: add an admin level by Cyril Bonté · Tue Oct 12 00:14:36 2010 +0200
  80. 70be45d [MEDIUM] enable/disable servers from the stats web interface by Cyril Bonté · Tue Oct 12 00:14:35 2010 +0200
  81. 74b08c9 [MEDIUM] buffers: rework the functions to exchange between SI and buffers by Willy Tarreau · Wed Sep 08 17:04:31 2010 +0200
  82. 07e9e64 [BUG] stats: global stats timeout may be specified before stats socket. by Willy Tarreau · Tue Aug 17 21:48:17 2010 +0200
  83. 4d179eb [BUG] stats: session rate limit gets garbaged in the stats by Cyril Bonté · Fri Jul 23 18:59:11 2010 +0200
  84. df39e95 [CLEANUP] stats: use stksess_kill() to remove table entries by Willy Tarreau · Tue Aug 10 11:11:40 2010 +0200
  85. f6efda1 [MEDIUM] session counters: automatically remove expired entries. by Willy Tarreau · Tue Aug 03 20:34:06 2010 +0200
  86. 4f3f01f [MEDIUM] stats: add the ability to dump table entries matching criteria by Willy Tarreau · Sun Jul 18 11:46:20 2010 +0200
  87. 603861e [MINOR] stats: correctly report errors on "show table" and "clear table" by Willy Tarreau · Sun Jul 18 08:31:59 2010 +0200
  88. 3b9c6e0 [MEDIUM] stick-table: make use of generic types for stored data by Willy Tarreau · Sun Jul 18 08:04:30 2010 +0200
  89. 88ee397 [MEDIUM] stats: add "clear table <name> key <value>" to clear table entries by Willy Tarreau · Tue Jul 13 13:48:00 2010 +0200
  90. 69f58c8 [MEDIUM] stats: add "show table [<name>]" to dump a stick-table by Willy Tarreau · Mon Jul 12 17:55:33 2010 +0200
  91. b36b424 [MINOR] session: differenciate between accepted connections and received connections by Willy Tarreau · Fri Jun 04 20:59:39 2010 +0200
  92. decd14d [MEDIUM] stats: rely on the standard session_accept() function by Willy Tarreau · Tue Jun 01 18:03:19 2010 +0200
  93. ee55dc0 [MINOR] frontend: rely on the frontend and not the backend for INDEPSTR by Willy Tarreau · Tue Jun 01 10:56:34 2010 +0200
  94. ee28de0 [MEDIUM] session: move the conn_retries attribute to the stream interface by Willy Tarreau · Tue Jun 01 09:51:00 2010 +0200
  95. ace495e [CLEANUP] buffer->cto is not used anymore by Willy Tarreau · Mon May 31 11:27:58 2010 +0200
  96. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · Fri May 28 18:46:57 2010 +0200
  97. 3fd6cec [MINOR] cli: "show errors" should display "backend <NONE>" when backend was not used by Willy Tarreau · Thu Mar 25 06:45:07 2010 +0100
  98. 4e1554c [CLEANUP] stats: remove printf format warning in stats_dump_full_sess_to_buffer() by Willy Tarreau · Sun Mar 21 23:21:00 2010 +0100
  99. 6a8573e [BUG] stats: connection reset counters must be plain ascii, not HTML by Willy Tarreau · Fri Mar 05 18:15:23 2010 +0100
  100. 66dc20a [MINOR] stats socket: add show sess <id> to dump details about a session by Willy Tarreau · Fri Mar 05 17:53:32 2010 +0100