1. a0066dd MEDIUM: server: properly support and propagate the maintenance status by Willy Tarreau · 10 years ago
  2. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · 10 years ago
  3. 2012521 REORG/MEDIUM: server: move the maintenance bits out of the server state by Willy Tarreau · 10 years ago
  4. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · 10 years ago
  5. efe2822 BUG/MINOR: stats: tracking servers may incorrectly report an inherited DRAIN status by Willy Tarreau · 10 years ago
  6. e21f849 BUG/MINOR: stats: do not report "100%" in the thottle column when server is draining by Willy Tarreau · 10 years ago
  7. 02615f9 MINOR: server: remove the SRV_DRAIN flag which can always be deduced by Willy Tarreau · 10 years ago
  8. d03fdf4 MINOR: stats: improve alignment of color codes to save one line of header by Willy Tarreau · 10 years ago
  9. c7fa7db OPTIM: stats: avoid the calculation of a useless link on tracking servers in maintenance by Cyril Bonté · 10 years ago
  10. d5de76a BUG/MINOR: stats: fix a typo on a closing tag for a server tracking another one by Cyril Bonté · 10 years ago
  11. a9db57e MEDIUM: config: limit nbproc to the machine's word size by Willy Tarreau · 11 years ago
  12. e47e4e2 BUG/MEDIUM: patterns: last fix was still not enough by Thierry FOURNIER · 10 years ago
  13. a631fc8 BUG/MAJOR: patterns: -i and -n are ignored for inlined patterns by Willy Tarreau · 10 years ago
  14. 8b8995f MINOR: stats: always emit HTTP/1.1 in responses by Willy Tarreau · 10 years ago
  15. cce3648 BUILD: stats: let gcc know that last_fwd cannot be used uninitialized... by Willy Tarreau · 10 years ago
  16. af3cf70 MEDIUM: stats: reimplement HTTP keep-alive on the stats page by Willy Tarreau · 10 years ago
  17. f7e04e9 MINOR: cli: remove information about acl or map owner. by Thierry FOURNIER · 10 years ago
  18. 65ce613 MINOR: pattern/cli: Update used terms in documentation and cli by Thierry FOURNIER · 10 years ago
  19. 66eb9bf MINOR: pattern: Remove the flag "PAT_F_FROM_FILE". by Thierry FOURNIER · 10 years ago
  20. 64c585f MINOR: cli: Block the usage of the command "acl add" in many cases. by Thierry FOURNIER · 10 years ago
  21. 364cfdf MEDIUM: dumpstats: Display error message during add of values. by Thierry FOURNIER · 10 years ago
  22. 9356c68 MEDIUM: dumpstats/pattern: display and use each pointer of each pattern dumped by Thierry FOURNIER · 10 years ago
  23. 86db66a MINOR: dumpstats: display the reference for th key/pattern and value. by Thierry FOURNIER · 10 years ago
  24. 0d6ba51 MINOR: pattern: store configuration reference for each acl or map pattern. by Thierry FOURNIER · 10 years ago
  25. af5a29d MINOR: pattern: Each pattern is identified by unique id. by Thierry FOURNIER · 10 years ago
  26. 5d34408 MEDIUM: pattern: The expected type is stored in the pattern head, and conversion is executed once. by Thierry FOURNIER · 10 years ago
  27. c5959fd MEDIUM: pattern: merge same pattern by Thierry FOURNIER · 10 years ago
  28. 1e00d38 MAJOR: pattern/map: Extends the map edition system in the patterns by Thierry FOURNIER · 10 years ago
  29. 8888635 MINOR: map/pattern: The sample parser is stored in the pattern by Thierry FOURNIER · 10 years ago
  30. 55d0b10 MEDIUM: pattern: add sample lookup function. by Thierry FOURNIER · 10 years ago
  31. 6f7203d MEDIUM: pattern: add prune function by Thierry FOURNIER · 10 years ago
  32. b113650 MEDIUM: pattern: add delete functions by Thierry FOURNIER · 10 years ago
  33. b4be129 MINOR: map/dumpstats: The cli cmd "get map ..." display the "int" format. by Thierry FOURNIER · 10 years ago
  34. b990384 MINOR: dumpstats: change the "get map" display management by Thierry FOURNIER · 10 years ago
  35. d572343 MINOR: dumpstats: change map inline sentences by Thierry FOURNIER · 10 years ago
  36. 1794fdf MEDIUM: pattern: The function pattern_exec_match() returns "struct pattern" if the patten match. by Thierry FOURNIER · 10 years ago
  37. 1432a0c MINOR: dumpstats: Group map inline help by Thierry FOURNIER · 10 years ago
  38. 7654c9f MEDIUM: sample: Remove types SMP_T_CSTR and SMP_T_CBIN, replace it by SMP_F_CONST flags by Thierry FOURNIER · 11 years ago
  39. e1bcac5 MINOR: pattern: Rename "pat_idx_elt" to "pattern_tree" by Thierry FOURNIER · 11 years ago
  40. b9b0846 MEDIUM: pattern: add indexation function. by Thierry FOURNIER · 11 years ago
  41. 1cf8f08 MINOR: sample: move smp_to_type to sample.c by Willy Tarreau · 10 years ago
  42. 3ead5b9 MINOR: pattern: separe list element from the data part. by Thierry FOURNIER · 11 years ago
  43. 972028f MEDIUM: pattern: Change the prototype of the function pattern_register(). by Thierry FOURNIER · 10 years ago
  44. f522f3d BUG/MEDIUM: stats: the "lastsess" field must appear last in the CSV. by Willy Tarreau · 10 years ago
  45. bc233dd MINOR: stats: report exact last session time in backend too by Willy Tarreau · 10 years ago
  46. a20cb85 MINOR: stats: Enhancement to stats page to provide information of last session time. by Bhaskar Maddala · 10 years ago
  47. 4efb353 BUG/MINOR: cli: fix missing break in command line parser by Willy Tarreau · 10 years ago
  48. 12833bb MINOR: cli: add the new "show pools" command by Willy Tarreau · 10 years ago
  49. 91b843d REORG: stats: move the stats socket states to dumpstats.c by Willy Tarreau · 10 years ago
  50. e43d532 MEDIUM: listener: apply a limit on the session rate submitted to SSL by Willy Tarreau · 11 years ago
  51. 93e7c00 MEDIUM: listener: add support for limiting the session rate in addition to the connection rate by Willy Tarreau · 11 years ago
  52. 71b734c MINOR: cli: add more information to the "show info" output by Willy Tarreau · 10 years ago
  53. aad6938 CLEANUP: connection: use conn_xprt_ready() instead of checking the flag by Willy Tarreau · 10 years ago
  54. 3c72872 CLEANUP: connection: use conn_ctrl_ready() instead of checking the flag by Willy Tarreau · 10 years ago
  55. 16f649c REORG: polling: rename "fd_spec" to "fd_cache" by Willy Tarreau · 10 years ago
  56. 15a4dec REORG: polling: rename "spec_e" to "state" and "spec_p" to "cache" by Willy Tarreau · 10 years ago
  57. 69a41fa CLEANUP: polling: rename "spec_e" to "state" by Willy Tarreau · 10 years ago
  58. 410f810 BUG/MEDIUM: map: segmentation fault with the stats's socket command "set map ..." by Thierry FOURNIER · 10 years ago
  59. d7ad9f5 MAJOR: channel: add a new flag CF_WAKE_WRITE to notify the task of writes by Willy Tarreau · 11 years ago
  60. 51437d2 Revert "MEDIUM: stats: add support for HTTP keep-alive on the stats page" by Willy Tarreau · 11 years ago
  61. b800623 BUG/MEDIUM: stats: fix HTTP/1.0 breakage introduced in previous patch by Willy Tarreau · 11 years ago
  62. f3221f9 MEDIUM: stats: add support for HTTP keep-alive on the stats page by Willy Tarreau · 11 years ago
  63. a3ae932 BUG/MEDIUM: stats: the web interface must check the tracked servers before enabling by Willy Tarreau · 11 years ago
  64. 6b9d3a8 MINOR: stats: don't use a monospace font to report numbers by Willy Tarreau · 11 years ago
  65. b908bef BUILD: dumpstats: fix build error on Solaris by Willy Tarreau · 11 years ago
  66. 33a08db MINOR: checks: add a PAUSED state for the checks by Willy Tarreau · 11 years ago
  67. ff5ae35 MINOR: checks: use check->state instead of srv->state & SRV_CHECKED by Willy Tarreau · 11 years ago
  68. 2e10f5a MINOR: checks: replace state DISABLED with CONFIGURED and ENABLED by Willy Tarreau · 11 years ago
  69. 2c115e5 MINOR: checks: rename the state flags by Willy Tarreau · 11 years ago
  70. c0e0d7b MEDIUM: map: dynamic manipulation of maps by Thierry FOURNIER · 11 years ago
  71. 48bcfda MEDIUM: dumpstat: make the CLI parser understand the backslash as an escape char by Thierry FOURNIER · 11 years ago
  72. 284ddbf MINOR: stats: provide some appctx information in "show sess all" by Willy Tarreau · 11 years ago
  73. 4171e9e MEDIUM: stats: delay appctx initialization by Willy Tarreau · 11 years ago
  74. 1fbe1c9 MEDIUM: stream-int: return the allocated appctx in stream_int_register_handler() by Willy Tarreau · 11 years ago
  75. 7b4b499 MEDIUM: stream-int: replace occurrences of si->appctx with si_appctx() by Willy Tarreau · 11 years ago
  76. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · 11 years ago
  77. f79c817 MAJOR: connection: add two new flags to indicate readiness of control/transport by Willy Tarreau · 11 years ago
  78. ce9dbcd MEDIUM: stream-int: do not allocate a connection in parallel to applets by Willy Tarreau · 11 years ago
  79. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · 11 years ago
  80. cf644ed MEDIUM: stream-int: make ->end point to the connection or the appctx by Willy Tarreau · 11 years ago
  81. 9b6c2c7 MINOR: stream-int: rename ->applet to ->appctx by Willy Tarreau · 11 years ago
  82. 347a35d MAJOR: stats: move the HTTP stats handling to its applet by Willy Tarreau · 11 years ago
  83. 96d4491 MEDIUM: stats: prepare the HTTP stats I/O handler to support more states by Willy Tarreau · 11 years ago
  84. 306f830 MEDIUM: stats: don't use conn->xprt_ctx anymore by Willy Tarreau · 11 years ago
  85. a94d2d7 MEDIUM: stats: don't use conn->xprt_st anymore by Willy Tarreau · 11 years ago
  86. 6b7764a MINOR: stats: remove some confusion between the DRAIN state and NOLB by Willy Tarreau · 11 years ago
  87. f465994 BUG/MINOR: stats: do not report "via" on tracking servers in maintenance by Willy Tarreau · 11 years ago
  88. 8c3d0be MEDIUM: Add DRAIN state and report it on the stats page by Simon Horman · 11 years ago
  89. 671b6f0 MEDIUM: Add enable and disable agent unix socket commands by Simon Horman · 11 years ago
  90. 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · 11 years ago
  91. d32c399 MINOR: stats: report correct throttling percentage for servers in slowstart by Willy Tarreau · 11 years ago
  92. 125d099 MEDIUM: Move health element to struct check by Simon Horman · 11 years ago
  93. cd5d7b6 MEDIUM: Add state to struct check by Simon Horman · 11 years ago
  94. 4a74143 MEDIUM: Paramatise functions over the check of a server by Simon Horman · 11 years ago
  95. 33fba6f BUG/MINOR: cli: "clear table" must not kill entries that don't match condition by Willy Tarreau · 11 years ago
  96. 47060b6 MINOR: cli: make it possible to enter multiple values at once with "set table" by Willy Tarreau · 11 years ago
  97. ce54d1b MEDIUM: cli: adjust the method for feeding frequency counters in tables by Willy Tarreau · 11 years ago
  98. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  99. 9131957 BUG/MEDIUM: stats: allocate the stats frontend also on "stats bind-process" by Willy Tarreau · 11 years ago
  100. cc8bb92 MINOR: stats: show soft-stopped servers in different color by Geoff Bucar · 11 years ago