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