1. a6f5a73 MEDIUM: stats: report the listeners' address in the CSV output by Willy Tarreau · 9 years ago
  2. 0c378ef MEDIUM: stats: compute the color code only in the HTML form by Willy Tarreau · 9 years ago
  3. e4847c6 MEDIUM: stats: report the cookie value in the server & backend CSV dumps by Willy Tarreau · 9 years ago
  4. 3a4ec3a MEDIUM: stats: report server's address in the CSV output by Willy Tarreau · 9 years ago
  5. 0deb85a MEDIUM: stats: expose the same flags for CLI and HTTP accesses by Willy Tarreau · 9 years ago
  6. 89fa691 MEDIUM: stats: only report observe errors when observe is set by Willy Tarreau · 9 years ago
  7. 30d3373 MEDIUM: stats: make the HTML server state dump use the CSV states by Willy Tarreau · 9 years ago
  8. 3141f59 MINOR: stats: add check and agent's health values in the output by Willy Tarreau · 9 years ago
  9. dd7354b MINOR: stats: add check_desc and agent_desc to the output fields by Willy Tarreau · 9 years ago
  10. 7f61884 MINOR: stats: add agent_status, agent_code, agent_duration to output by Willy Tarreau · 9 years ago
  11. ce1dd44 MINOR: stats: make HTML stats dump rely on the table for the check status by Willy Tarreau · 9 years ago
  12. 03fb1c5 MINOR: stats: prepend '*' in front of the check status when in progress by Willy Tarreau · 9 years ago
  13. 7344f47 MINOR: stats: only report backend's down time if it has servers by Willy Tarreau · 9 years ago
  14. 8a8cce1 MINOR: stats: make CSV report server check status only when enabled by Willy Tarreau · 9 years ago
  15. 8485f4e MINOR: stats: do not check srv->state for SRV_ST_STOPPED in HTML dumps by Willy Tarreau · 9 years ago
  16. 02bc6c2 MINOR: stats: do not use srv->admin & STATS_ADMF_MAINT in HTML dumps by Willy Tarreau · 9 years ago
  17. ba2f264 MEDIUM: stats: move the server state coloring logic to the server dump function by Willy Tarreau · 9 years ago
  18. 164d4a9 MEDIUM: stats: make stats_dump_sv_stats() use the stats field for HTML by Willy Tarreau · 9 years ago
  19. 2b96cf1 MEDIUM: stats: convert stats_dump_sv_stats() to use stats_dump_fields_csv() by Willy Tarreau · 9 years ago
  20. 770c217 MEDIUM: stats: make stats_dump_be_stats() use stats fields for HTML dump by Willy Tarreau · 9 years ago
  21. f6eecbe MEDIUM: stats: convert stats_dump_be_stats() to use stats_dump_fields_csv() by Willy Tarreau · 9 years ago
  22. f7e2723 MEDIUM: stats: make stats_dump_li_stats() use stats fields for HTML dump by Willy Tarreau · 9 years ago
  23. 4607fad MEDIUM: stats: convert stats_dump_li_stats() to use stats_dump_fields_csv() by Willy Tarreau · 9 years ago
  24. d72c917 MEDIUM: stats: make stats_dump_fe_stats() use stats fields for HTML dump by Willy Tarreau · 9 years ago
  25. 9e56107 MEDIUM: stats: convert stats_dump_fe_stats() to use stats_dump_fields_csv() by Willy Tarreau · 9 years ago
  26. 82a8602 MINOR: stats: create stats fields storage and CSV dump function by Willy Tarreau · 9 years ago
  27. f614229 MINOR: stats: don't hard-code the CSV fields list anymore by Willy Tarreau · 9 years ago
  28. 8e20514 MINOR: stats: add a declaration of all stats fields by Willy Tarreau · 9 years ago
  29. 1b4ba1e MEDIUM: stats: make use of stats_dump_info_fields() for "show info" by Willy Tarreau · 9 years ago
  30. bf95cba MINOR: stats: add stats_dump_info_fields() to dump one field per line by Willy Tarreau · 9 years ago
  31. 638d40a MINOR: stats: add a function to emit fields into a chunk by Willy Tarreau · 9 years ago
  32. 4529c07 MEDIUM: stats: fill all the show info elements prior to displaying them by Willy Tarreau · 9 years ago
  33. c4832de MINOR: stats: add all the "show info" fields in a table by Willy Tarreau · 9 years ago
  34. 9727cf4 CLEANUP: stats: Avoid computation with uninitialized bits. by Andreas Seltenreich · 9 years ago
  35. 09a9178 MINOR: server: generalize the "updater" source by Thierry Fournier · 9 years ago
  36. ae79572 MINOR: cli: add a new "show env" command by Willy Tarreau · 9 years ago
  37. 0d6b7a4 BUG/MINOR: stats: fix missing comma in stats on agent drain by Raghu Udiyar · 9 years ago
  38. fdfcc9d MINOR: stats: send content-length with the redirect to allow keep-alive by Willy Tarreau · 9 years ago
  39. ceeafb5 BUG/CLEANUP: CLI: report the proper field states in "show sess" by Willy Tarreau · 9 years ago
  40. 081b336 BUILD: dumpstats: silencing warning for printf format specifier / time_t by David Carlier · 9 years ago
  41. a1c2b2c BUG/MEDIUM: cli: changing compression rate-limiting must require admin level by Willy Tarreau · 9 years ago
  42. 58102cf MEDIUM: memory: add accounting for failed allocations by Willy Tarreau · 9 years ago
  43. edb93a7 MINOR: cli: ability to set per-server maxconn by Andrew Hayworth · 9 years ago
  44. 061b5de BUG/MINOR: config: make the stats socket pass the correct proxy to the parsers by Willy Tarreau · 9 years ago
  45. e32d186 BUG/MINOR: Handle interactive mode in cli handler by Andrew Hayworth · 9 years ago
  46. 6457d0f CLEANUP: cli: ensure we can never double-free error messages by Willy Tarreau · 9 years ago
  47. 68d0534 MINOR: cli: Dump all resolvers stats if no resolver section is given by Andrew Hayworth · 9 years ago
  48. 5cfa3bc MINOR: cli: do not call the release handler on internal error. by Willy Tarreau · 9 years ago
  49. c9e930a BUG/MEDIUM: cli: properly handle closed output by Willy Tarreau · 9 years ago
  50. 68c00c7 BUG/MINOR: stats: do not call cli_release_handler 3 times by Willy Tarreau · 9 years ago
  51. f1e0212 BUG/MAJOR: cli: do not dereference strm_li()->proto->name by Willy Tarreau · 9 years ago
  52. 9b6857e MINOR: cli: new stats socket command: show backend by Baptiste Assmann · 9 years ago
  53. 2828946 MINOR: cli: new stats socket command: show servers state by Baptiste Assmann · 9 years ago
  54. 6cdea93 MINOR: dns: dns_nameserver structure update: new counter for truncated response by Baptiste Assmann · 9 years ago
  55. 5d24ebc MEDIUM: stick-tables: use the sample type names by Thierry FOURNIER · 9 years ago
  56. 7d4335c MEDIUM: pattern/map: Maps can returns various types by Thierry FOURNIER · 9 years ago
  57. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · 9 years ago
  58. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · 9 years ago
  59. 503bb09 MINOR: samples: rename some struct member from "smp" to "data" by Thierry FOURNIER · 9 years ago
  60. cc79b00 BUG/MINOR: ssl: TLS Ticket Key rotation broken via socket command by Pradeep Jindal · 9 years ago
  61. 03d0e45 MEDIUM: cli: rely on the map's output type instead of the sample type by Thierry FOURNIER · 9 years ago
  62. 4e5d58e MINOR: stats: improve compression stats reporting by Willy Tarreau · 9 years ago
  63. 666f504 BUILD/MINOR: stats: fix build warning due to condition always true by Willy Tarreau · 9 years ago
  64. 3863f97 MINOR: dns: add DNS statistics by Baptiste Assmann · 9 years ago
  65. 3d8f831 MEDIUM: server: change server ip address from stats socket by Baptiste Assmann · 9 years ago
  66. be1ccae MEDIUM: stats: escape some strings in the CSV dump by Thierry FOURNIER · 9 years ago
  67. e2dc1fa MEDIUM: stick-table: remove the now duplicate find_stktable() function by Willy Tarreau · 9 years ago
  68. 9e0bb10 CLEANUP: proxy: make the proxy lookup functions more user-friendly by Willy Tarreau · 9 years ago
  69. 200b0fa MEDIUM: Add support for updating TLS ticket keys via socket by Nenad Merdanovic · 9 years ago
  70. 6bcb95d BUG/MEDIUM: stats: properly initialize the scope before dumping stats by Willy Tarreau · 9 years ago
  71. fe12793 MEDIUM: applet: make the applets only use si_applet_{cant|want|stop}_{get|put} by Willy Tarreau · 9 years ago
  72. d4da196 MEDIUM: applet: centralize the call to si_applet_done() in the I/O handler by Willy Tarreau · 9 years ago
  73. b9c8911 MEDIUM: dumpstats: don't unregister the applet anymore by Willy Tarreau · 9 years ago
  74. 828824a MAJOR: applet: now call si_applet_done() instead of si_update() in I/O handlers by Willy Tarreau · 9 years ago
  75. 3057645 CLEANUP: applet: rename struct si_applet to applet by Willy Tarreau · 9 years ago
  76. 8a8d83b REORG: applet: move the applet definitions out of stream_interface by Willy Tarreau · 9 years ago
  77. 00a37f0 MEDIUM: applet: make the applet not depend on a stream interface anymore by Willy Tarreau · 9 years ago
  78. b167b6b MEDIUM: stats: Differentiate between DRAIN and DRAIN (agent) by Simon Horman · 9 years ago
  79. 4463d19 MEDIUM: stats: Only report drain state in stats if server has SRV_ADMF_DRAIN set by Simon Horman · 9 years ago
  80. 837bfa7 MEDIUM: stats: Separate server state and colour in stats by Simon Horman · 9 years ago
  81. 4d2eab6 MEDIUM: stats: Add enum srv_stats_state by Simon Horman · 9 years ago
  82. 9903f0e REORG: session: move the session parts out of stream.c by Willy Tarreau · 9 years ago
  83. d0d8da9 MINOR: stream: provide a few helpers to retrieve frontend, listener and origin by Willy Tarreau · 9 years ago
  84. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · 9 years ago
  85. 9ad7bd4 MEDIUM: session: use the pointer to the origin instead of s->si[0].end by Willy Tarreau · 9 years ago
  86. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · 9 years ago
  87. fb0afa7 MEDIUM: stream: move the listener's pointer to the session by Willy Tarreau · 9 years ago
  88. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · 9 years ago
  89. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  90. 10b688f MEDIUM: listener: store the default target per listener by Willy Tarreau · 10 years ago
  91. 512fd00 CLEANUP: listeners: remove unused timeout by Willy Tarreau · 10 years ago
  92. 32b60d4 MEDIUM: stats: use frontend_accept() as the accept function by Willy Tarreau · 10 years ago
  93. f87ab94 MINOR: proxy: store the default target into the frontend's configuration by Willy Tarreau · 10 years ago
  94. bc18da1 MEDIUM: channel: don't always set CF_WAKE_WRITE on bi_put* by Willy Tarreau · 10 years ago
  95. 2dbbf4d MEDIUM: stats: proxied stats admin forms fix by Jeff Buchbinder · 10 years ago
  96. 4e4292b CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers by Willy Tarreau · 10 years ago
  97. 2bb4a96 REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels by Willy Tarreau · 10 years ago
  98. 22ec1ea REORG/MAJOR: move session's req and resp channels back into the session by Willy Tarreau · 10 years ago
  99. b197d7f BUG/MINOR: stats:Fix incorrect printf type. by Warren Turkal · 10 years ago
  100. 0766e44 MEDIUM/BUG: Only explicitly report "DOWN (agent)" if the agent health is zero by Simon Horman · 10 years ago