1. 284ddbf MINOR: stats: provide some appctx information in "show sess all" by Willy Tarreau · Sun Dec 01 20:45:00 2013 +0100
  2. 4171e9e MEDIUM: stats: delay appctx initialization by Willy Tarreau · Sun Dec 01 12:32:30 2013 +0100
  3. 1fbe1c9 MEDIUM: stream-int: return the allocated appctx in stream_int_register_handler() by Willy Tarreau · Sun Dec 01 09:35:41 2013 +0100
  4. 7b4b499 MEDIUM: stream-int: replace occurrences of si->appctx with si_appctx() by Willy Tarreau · Sun Dec 01 09:15:12 2013 +0100
  5. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · Fri Oct 11 19:34:20 2013 +0200
  6. f79c817 MAJOR: connection: add two new flags to indicate readiness of control/transport by Willy Tarreau · Mon Oct 21 16:30:56 2013 +0200
  7. ce9dbcd MEDIUM: stream-int: do not allocate a connection in parallel to applets by Willy Tarreau · Tue Oct 01 17:12:05 2013 +0200
  8. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · Tue Oct 01 10:45:07 2013 +0200
  9. cf644ed MEDIUM: stream-int: make ->end point to the connection or the appctx by Willy Tarreau · Sun Sep 29 17:19:56 2013 +0200
  10. 9b6c2c7 MINOR: stream-int: rename ->applet to ->appctx by Willy Tarreau · Sun Nov 24 09:38:33 2013 +0100
  11. 347a35d MAJOR: stats: move the HTTP stats handling to its applet by Willy Tarreau · Fri Nov 22 17:51:09 2013 +0100
  12. 96d4491 MEDIUM: stats: prepare the HTTP stats I/O handler to support more states by Willy Tarreau · Fri Nov 22 12:25:24 2013 +0100
  13. 306f830 MEDIUM: stats: don't use conn->xprt_ctx anymore by Willy Tarreau · Mon Jul 08 15:53:06 2013 +0200
  14. a94d2d7 MEDIUM: stats: don't use conn->xprt_st anymore by Willy Tarreau · Mon Jul 08 15:38:15 2013 +0200
  15. 6b7764a MINOR: stats: remove some confusion between the DRAIN state and NOLB by Willy Tarreau · Wed Dec 04 00:43:21 2013 +0100
  16. f465994 BUG/MINOR: stats: do not report "via" on tracking servers in maintenance by Willy Tarreau · Thu Nov 28 10:50:06 2013 +0100
  17. 8c3d0be MEDIUM: Add DRAIN state and report it on the stats page by Simon Horman · Mon Nov 25 10:46:40 2013 +0900
  18. 671b6f0 MEDIUM: Add enable and disable agent unix socket commands by Simon Horman · Mon Nov 25 10:46:39 2013 +0900
  19. 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · Mon Nov 25 10:46:38 2013 +0900
  20. d32c399 MINOR: stats: report correct throttling percentage for servers in slowstart by Willy Tarreau · Thu Nov 21 15:30:45 2013 +0100
  21. 125d099 MEDIUM: Move health element to struct check by Simon Horman · Sun Feb 24 17:23:38 2013 +0900
  22. cd5d7b6 MEDIUM: Add state to struct check by Simon Horman · Sun Feb 24 17:23:38 2013 +0900
  23. 4a74143 MEDIUM: Paramatise functions over the check of a server by Simon Horman · Sat Feb 23 15:35:38 2013 +0900
  24. 33fba6f BUG/MINOR: cli: "clear table" must not kill entries that don't match condition by Willy Tarreau · Tue Aug 13 16:44:40 2013 +0200
  25. 47060b6 MINOR: cli: make it possible to enter multiple values at once with "set table" by Willy Tarreau · Thu Aug 01 21:11:42 2013 +0200
  26. ce54d1b MEDIUM: cli: adjust the method for feeding frequency counters in tables by Willy Tarreau · Tue Jul 23 23:44:30 2013 +0200
  27. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · Fri Jun 21 23:16:39 2013 +0200
  28. 9131957 BUG/MEDIUM: stats: allocate the stats frontend also on "stats bind-process" by Willy Tarreau · Sat Apr 20 09:48:50 2013 +0200
  29. cc8bb92 MINOR: stats: show soft-stopped servers in different color by Geoff Bucar · Thu Apr 18 13:53:16 2013 -0700
  30. 656a9ce BUG/MINOR: stats: the status bar does not appear anymore after a change by Willy Tarreau · Fri Apr 19 14:41:29 2013 +0200
  31. ba6be98 BUG/MINOR: stats: fix confirmation links on the stats interface by Willy Tarreau · Fri Apr 19 12:16:55 2013 +0200
  32. 5465684 MINOR: stats: remove the autofocus on the scope input field by Cyril Bonté · Thu Apr 18 22:38:35 2013 +0200
  33. 88c278f MEDIUM: stats: add proxy name filtering on the statistic page by de Lafond Guillaume · Mon Apr 15 19:27:10 2013 +0200
  34. 04b3a19 BUG/MINOR: cli: "clear table xx data.xx" does not work anymore by Willy Tarreau · Sat Apr 13 09:41:37 2013 +0200
  35. 20e9932 BUG/MINOR: cli: "clear table" did not work anymore without a key by Willy Tarreau · Sat Apr 13 09:22:25 2013 +0200
  36. 7d09b9a MEDIUM: server: Break out set weight processing code by Simon Horman · Tue Feb 12 10:45:51 2013 +0900
  37. 74d8831 CLEANUP: dumpstats: Make cli_release_handler() static by Simon Horman · Tue Feb 12 10:45:50 2013 +0900
  38. e95c4ce BUG/MINOR: cli: show sess should always validate s->listener by Willy Tarreau · Thu Jan 24 00:48:39 2013 +0100
  39. 354898b MINOR: stats: replace STAT_FMT_CSV with STAT_FMT_HTML by Willy Tarreau · Sun Dec 23 18:15:23 2012 +0100
  40. 56adcf2 MINOR: tools: simplify the use of the int to ascii macros by Willy Tarreau · Sun Dec 23 18:00:29 2012 +0100
  41. 466c9b5 MEDIUM: stats: use multi-line tips to display detailed counters by Willy Tarreau · Sun Dec 23 02:25:03 2012 +0100
  42. e7dbfc6 MEDIUM: stats: use hover boxes instead of title to report details by Willy Tarreau · Sun Dec 23 01:59:23 2012 +0100
  43. b5ba4ec REORG: stats: functions are now HTTP/CLI agnostic by Willy Tarreau · Sat Dec 22 23:20:30 2012 +0100
  44. 1facd6d REORG: stats: move the HTTP header injection to proto_http by Willy Tarreau · Sat Dec 22 22:03:39 2012 +0100
  45. d9bdcd5 REORG: stats: massive code reorg and cleanup by Willy Tarreau · Sat Dec 22 20:31:10 2012 +0100
  46. 55e4ecd MINOR: stats: add a few more information on session dump by Willy Tarreau · Sat Dec 08 17:48:47 2012 +0100
  47. 4445502 BUILD: stdbool is not portable by Willy Tarreau · Wed Dec 05 23:01:12 2012 +0100
  48. 78bbeb4 BUG/MAJOR: stats: correctly check for a possible divide error when showing compression ratios by Willy Tarreau · Mon Nov 26 16:44:48 2012 +0100
  49. 5730c68 MINOR: stats: compute the ratio of compressed response based on 2xx responses by Willy Tarreau · Mon Nov 26 14:13:09 2012 +0100
  50. 909d517 MINOR: cli: improve output format for show sess $ptr by Willy Tarreau · Mon Nov 26 03:04:41 2012 +0100
  51. 5f9a877 BUG/MAJOR: cli: show sess <id> may randomly corrupt the back-ref list by Willy Tarreau · Mon Nov 26 02:22:40 2012 +0100
  52. 7615366 MINOR: cli: add support for the "show sess all" command by Willy Tarreau · Mon Nov 26 01:16:39 2012 +0100
  53. 5e16cbc MINOR: stats: report the total number of compressed responses per front/back by Willy Tarreau · Sat Nov 24 14:54:13 2012 +0100
  54. f149d8f MINOR: stats: also report the computed compression savings in html stats by Willy Tarreau · Sat Nov 24 14:06:49 2012 +0100
  55. 0eb2bed BUG/MINOR: stats: fix inversion of the report of a check in progress by Willy Tarreau · Sat Nov 24 00:20:24 2012 +0100
  56. 5a78f36 MAJOR: checks: rework completely bogus state machine by Willy Tarreau · Fri Nov 23 12:47:05 2012 +0100
  57. e6d9702 MINOR: cli: report the msg state in full text in "show sess $PTR" by Willy Tarreau · Fri Nov 23 11:19:33 2012 +0100
  58. 55058a7 MINOR: stats: report HTTP compression stats per frontend and per backend by Willy Tarreau · Wed Nov 21 08:27:21 2012 +0100
  59. 83d84cf BUILD: silence a warning on Solaris about usage of isdigit() by Willy Tarreau · Thu Nov 22 01:04:31 2012 +0100
  60. 85d47f9 MINOR: cli: report an error message on missing argument to compression rate by Willy Tarreau · Wed Nov 21 00:29:50 2012 +0100
  61. e3a7d99 MINOR: compression: report zlib memory usage by William Lallemand · Tue Nov 20 11:25:20 2012 +0100
  62. 096f554 MINOR: compression: rate limit in 'show info' by William Lallemand · Mon Nov 19 17:26:05 2012 +0100
  63. 1feca01 MINOR: cli: report the fd state in "show sess xxx" by Willy Tarreau · Mon Nov 19 18:15:19 2012 +0100
  64. 7a0169a BUILD: cli: fix build when SSL is enabled by Willy Tarreau · Mon Nov 19 17:13:16 2012 +0100
  65. bc174aa MINOR: cli: report connection status in "show sess xxx" by Willy Tarreau · Mon Nov 19 16:10:32 2012 +0100
  66. 110ecc1 MINOR: config: support process ranges for "bind-process" by Willy Tarreau · Thu Nov 15 17:50:01 2012 +0100
  67. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · Mon Nov 12 00:42:33 2012 +0100
  68. 7f7ad91 BUILD: stream_interface: remove si_fd() and its references by Willy Tarreau · Sun Nov 11 19:27:15 2012 +0100
  69. d85f917 MINOR: compression: maximum compression rate limit by William Lallemand · Fri Nov 09 17:05:39 2012 +0100
  70. 0711541 MEDIUM: stick-table: allocate the table key of size buffer size by Willy Tarreau · Mon Oct 29 21:56:59 2012 +0100
  71. 19d14ef MEDIUM: make the trash be a chunk instead of a char * by Willy Tarreau · Mon Oct 29 16:51:55 2012 +0100
  72. 7780473 CLEANUP: replace chunk_printf() with chunk_appendf() by Willy Tarreau · Mon Oct 29 16:14:26 2012 +0100
  73. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · Fri Oct 26 20:10:28 2012 +0200
  74. c919dc6 CLEANUP: remove trashlen by Willy Tarreau · Fri Oct 26 17:35:22 2012 +0200
  75. 35b7b16 MEDIUM: cli: allow the stats socket to be bound to a specific set of processes by Willy Tarreau · Mon Oct 22 23:17:18 2012 +0200
  76. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · Fri Oct 12 23:49:43 2012 +0200
  77. 5b3a202 REORG: server: move the check-specific parts into a check subsection by Willy Tarreau · Fri Sep 28 15:01:02 2012 +0200
  78. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  79. 050536d MEDIUM: proxy: add the global frontend to the list of normal proxies by Willy Tarreau · Thu Oct 04 08:47:34 2012 +0200
  80. 3c7a79d MINOR: cli: allow to set frontend maxconn to zero by Willy Tarreau · Wed Sep 26 21:07:15 2012 +0200
  81. a7944ad BUG: stats: fix regression introduced by commit 4348fad1 by Willy Tarreau · Wed Sep 26 21:03:11 2012 +0200
  82. 3aaba44 BUILD: fix compilation error with DEBUG_FULL by Cyril Bonté · Sun Sep 23 14:19:12 2012 +0200
  83. d578120 MEDIUM: stats: make use of the standard "bind" parsers to parse global socket by Willy Tarreau · Sat Sep 22 19:32:35 2012 +0200
  84. c53d422 MEDIUM: stats: remove the stats_sock struct from the global struct by Willy Tarreau · Thu Sep 20 20:19:28 2012 +0200
  85. 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · Thu Sep 20 18:07:14 2012 +0200
  86. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · Thu Sep 20 16:48:07 2012 +0200
  87. a020fbd MINOR: stats: fill the file and line numbers in the stats frontend by Willy Tarreau · Tue Sep 18 20:05:00 2012 +0200
  88. 28a47d6 MINOR: config: pass the file and line to config keyword parsers by Willy Tarreau · Tue Sep 18 20:02:48 2012 +0200
  89. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
  90. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · Thu Aug 30 21:11:38 2012 +0200
  91. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · Thu Aug 30 15:49:18 2012 +0200
  92. 03cdb7c CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_ by Willy Tarreau · Mon Aug 27 23:14:58 2012 +0200
  93. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200
  94. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · Fri Aug 24 18:12:41 2012 +0200
  95. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · Mon Aug 20 17:01:35 2012 +0200
  96. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · Mon Jul 02 17:01:20 2012 +0200
  97. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · Mon Jul 02 15:11:27 2012 +0200
  98. 654694e MEDIUM: stats/cli: add support for "set table key" to enter values by Willy Tarreau · Thu Jun 07 01:03:16 2012 +0200
  99. dec9814 MINOR: stats/cli: add plans to support more stick-table actions by Willy Tarreau · Wed Jun 06 23:37:08 2012 +0200
  100. 4f8a83c MEDIUM: stats: add the ability to kill sessions from the admin interface by Willy Tarreau · Mon Jun 04 00:26:23 2012 +0200