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