1. 08d35de CLEANUP: dumpstats: u64 field is an unsigned type. by David Carlier · 8 years ago
  2. a58c435 BUG/MINOR: srv-state: fix incorrect output of state file by Willy Tarreau · 8 years ago
  3. 72a8a18 MEDIUM: dumpstats: make stats_tlskeys_list() yield-aware during tls-keys dump by William Lallemand · 8 years ago
  4. cf9e788 BUG/MEDIUM: dumpstats: undefined behavior in stats_tlskeys_list() by William Lallemand · 8 years ago
  5. 1d0b36a MEDIUM: dumpstats: 'show tls-keys' is now able to show secrets by William Lallemand · 8 years ago
  6. d55bd7a BUG/MEDIUM: stats: show servers state may show an servers from another backend by Cyril Bonté · 8 years ago
  7. a8322f9 MINOR: stats: show stat resolvers missing in the help message by Cyril Bonté · 8 years ago
  8. db98eb3 MINOR: stats: fix typo in help messages by Cyril Bonté · 8 years ago
  9. 6ca9e01 BUG/MEDIUM: stats: show backend may show an empty or incomplete result by Cyril Bonté · 8 years ago
  10. 76a9978 BUG/MEDIUM: stats: show servers state may show an empty or incomplete result by Cyril Bonté · 8 years ago
  11. 0b64f62 BUG/MINOR: dumpstats: Fix the "Total bytes saved" counter in backends stats by Christopher Faulet · 8 years ago
  12. 5c3ed34 CLEANUP: Use server_parse_maxconn_change_request for maxconn CLI updates by Nenad Merdanovic · 8 years ago
  13. 692c938 BUG/MINOR: dumpstats: fix write to global chunk by Conrad Hoffmann · 8 years ago
  14. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  15. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · 8 years ago
  16. f3764b7 MEDIUM: proxy: use dynamic allocation for error dumps by Willy Tarreau · 8 years ago
  17. d0a56c2 MINOR: dumpstats: split stats_dump_be_stats() in two parts by Thierry Fournier · 8 years ago
  18. 61fe6c0 MINOR: dumpstats: split stats_dump_sv_stats() in two parts by Thierry Fournier · 8 years ago
  19. c445685 MINOR: dumpstats: split stats_dump_li_stats() in two parts by Thierry Fournier · 8 years ago
  20. 23d2d64 MINOR: dumpstats: split stats_dump_fe_stats() in two parts by Thierry Fournier · 8 years ago
  21. cb2c767 MINOR: dumpstats: split stats_dump_info_to_buffer() in two parts by Thierry Fournier · 8 years ago
  22. 31e64ca MINOR: dumpstats: extract stats fields enum and names by Thierry Fournier · 8 years ago
  23. ac9d467 BUG/MINOR: prevent the dump of uninitialized vars by Thierry Fournier · 8 years ago
  24. 1e62df9 MEDIUM: stats: implement a typed output format for stats by Willy Tarreau · 8 years ago
  25. cb80912 MEDIUM: stats: support "show info typed" on the CLI by Willy Tarreau · 8 years ago
  26. b47785f MINOR: stats: add functions to emit typed fields into a chunk by Willy Tarreau · 8 years ago
  27. 6060074 MINOR: stats: make stats_dump_fields_html() not use &trash by default by Willy Tarreau · 8 years ago
  28. 508a63f MINOR: stats: add ST_SHOWADMIN to pass the admin info in the regular flags by Willy Tarreau · 8 years ago
  29. 36090d2 CLEANUP: stats: make stats_dump_fields_html() not rely on proxy anymore by Willy Tarreau · 8 years ago
  30. 501f602 MINOR: stats: introduce stats_dump_one_line() to dump one stats line by Willy Tarreau · 8 years ago
  31. 5b9bdff MINOR: stats: report number of intercepted requests for frontend and backends by Willy Tarreau · 8 years ago
  32. c73810f MINOR: stats: add 3 fields to report the frontend-specific connection stats by Willy Tarreau · 8 years ago
  33. f1516d9 MINOR: stats: report the load balancing algorithm in CSV output by Willy Tarreau · 8 years ago
  34. f8211df MEDIUM: stats: add a new "mode" column to report the proxy mode by Willy Tarreau · 8 years ago
  35. bbf8450 REORG: stats: dump the backend stats via the generic function by Willy Tarreau · 8 years ago
  36. 362eaeb REORG: stats: dump the server stats via the generic function by Willy Tarreau · 8 years ago
  37. fa9512f REORG: stats: dump the socket stats via the generic function by Willy Tarreau · 8 years ago
  38. b5f66b8 REORG: stats: dump the frontend's HTML stats via a generic function by Willy Tarreau · 8 years ago
  39. 7101b64 MEDIUM: stats: make it possible to report the WAITING state for listeners by Willy Tarreau · 8 years ago
  40. a6f5a73 MEDIUM: stats: report the listeners' address in the CSV output by Willy Tarreau · 8 years ago
  41. 0c378ef MEDIUM: stats: compute the color code only in the HTML form by Willy Tarreau · 8 years ago
  42. e4847c6 MEDIUM: stats: report the cookie value in the server & backend CSV dumps by Willy Tarreau · 8 years ago
  43. 3a4ec3a MEDIUM: stats: report server's address in the CSV output by Willy Tarreau · 8 years ago
  44. 0deb85a MEDIUM: stats: expose the same flags for CLI and HTTP accesses by Willy Tarreau · 8 years ago
  45. 89fa691 MEDIUM: stats: only report observe errors when observe is set by Willy Tarreau · 8 years ago
  46. 30d3373 MEDIUM: stats: make the HTML server state dump use the CSV states by Willy Tarreau · 8 years ago
  47. 3141f59 MINOR: stats: add check and agent's health values in the output by Willy Tarreau · 8 years ago
  48. dd7354b MINOR: stats: add check_desc and agent_desc to the output fields by Willy Tarreau · 8 years ago
  49. 7f61884 MINOR: stats: add agent_status, agent_code, agent_duration to output by Willy Tarreau · 8 years ago
  50. ce1dd44 MINOR: stats: make HTML stats dump rely on the table for the check status by Willy Tarreau · 8 years ago
  51. 03fb1c5 MINOR: stats: prepend '*' in front of the check status when in progress by Willy Tarreau · 8 years ago
  52. 7344f47 MINOR: stats: only report backend's down time if it has servers by Willy Tarreau · 8 years ago
  53. 8a8cce1 MINOR: stats: make CSV report server check status only when enabled by Willy Tarreau · 8 years ago
  54. 8485f4e MINOR: stats: do not check srv->state for SRV_ST_STOPPED in HTML dumps by Willy Tarreau · 8 years ago
  55. 02bc6c2 MINOR: stats: do not use srv->admin & STATS_ADMF_MAINT in HTML dumps by Willy Tarreau · 8 years ago
  56. ba2f264 MEDIUM: stats: move the server state coloring logic to the server dump function by Willy Tarreau · 8 years ago
  57. 164d4a9 MEDIUM: stats: make stats_dump_sv_stats() use the stats field for HTML by Willy Tarreau · 8 years ago
  58. 2b96cf1 MEDIUM: stats: convert stats_dump_sv_stats() to use stats_dump_fields_csv() by Willy Tarreau · 8 years ago
  59. 770c217 MEDIUM: stats: make stats_dump_be_stats() use stats fields for HTML dump by Willy Tarreau · 8 years ago
  60. f6eecbe MEDIUM: stats: convert stats_dump_be_stats() to use stats_dump_fields_csv() by Willy Tarreau · 8 years ago
  61. f7e2723 MEDIUM: stats: make stats_dump_li_stats() use stats fields for HTML dump by Willy Tarreau · 8 years ago
  62. 4607fad MEDIUM: stats: convert stats_dump_li_stats() to use stats_dump_fields_csv() by Willy Tarreau · 8 years ago
  63. d72c917 MEDIUM: stats: make stats_dump_fe_stats() use stats fields for HTML dump by Willy Tarreau · 8 years ago
  64. 9e56107 MEDIUM: stats: convert stats_dump_fe_stats() to use stats_dump_fields_csv() by Willy Tarreau · 8 years ago
  65. 82a8602 MINOR: stats: create stats fields storage and CSV dump function by Willy Tarreau · 8 years ago
  66. f614229 MINOR: stats: don't hard-code the CSV fields list anymore by Willy Tarreau · 8 years ago
  67. 8e20514 MINOR: stats: add a declaration of all stats fields by Willy Tarreau · 8 years ago
  68. 1b4ba1e MEDIUM: stats: make use of stats_dump_info_fields() for "show info" by Willy Tarreau · 8 years ago
  69. bf95cba MINOR: stats: add stats_dump_info_fields() to dump one field per line by Willy Tarreau · 8 years ago
  70. 638d40a MINOR: stats: add a function to emit fields into a chunk by Willy Tarreau · 8 years ago
  71. 4529c07 MEDIUM: stats: fill all the show info elements prior to displaying them by Willy Tarreau · 8 years ago
  72. c4832de MINOR: stats: add all the "show info" fields in a table by Willy Tarreau · 8 years ago
  73. 9727cf4 CLEANUP: stats: Avoid computation with uninitialized bits. by Andreas Seltenreich · 8 years ago
  74. 09a9178 MINOR: server: generalize the "updater" source by Thierry Fournier · 8 years ago
  75. ae79572 MINOR: cli: add a new "show env" command by Willy Tarreau · 8 years ago
  76. 0d6b7a4 BUG/MINOR: stats: fix missing comma in stats on agent drain by Raghu Udiyar · 8 years ago
  77. fdfcc9d MINOR: stats: send content-length with the redirect to allow keep-alive by Willy Tarreau · 8 years ago
  78. ceeafb5 BUG/CLEANUP: CLI: report the proper field states in "show sess" by Willy Tarreau · 8 years ago
  79. 081b336 BUILD: dumpstats: silencing warning for printf format specifier / time_t by David Carlier · 9 years ago
  80. a1c2b2c BUG/MEDIUM: cli: changing compression rate-limiting must require admin level by Willy Tarreau · 9 years ago
  81. 58102cf MEDIUM: memory: add accounting for failed allocations by Willy Tarreau · 9 years ago
  82. edb93a7 MINOR: cli: ability to set per-server maxconn by Andrew Hayworth · 9 years ago
  83. 061b5de BUG/MINOR: config: make the stats socket pass the correct proxy to the parsers by Willy Tarreau · 9 years ago
  84. e32d186 BUG/MINOR: Handle interactive mode in cli handler by Andrew Hayworth · 9 years ago
  85. 6457d0f CLEANUP: cli: ensure we can never double-free error messages by Willy Tarreau · 9 years ago
  86. 68d0534 MINOR: cli: Dump all resolvers stats if no resolver section is given by Andrew Hayworth · 9 years ago
  87. 5cfa3bc MINOR: cli: do not call the release handler on internal error. by Willy Tarreau · 9 years ago
  88. c9e930a BUG/MEDIUM: cli: properly handle closed output by Willy Tarreau · 9 years ago
  89. 68c00c7 BUG/MINOR: stats: do not call cli_release_handler 3 times by Willy Tarreau · 9 years ago
  90. f1e0212 BUG/MAJOR: cli: do not dereference strm_li()->proto->name by Willy Tarreau · 9 years ago
  91. 9b6857e MINOR: cli: new stats socket command: show backend by Baptiste Assmann · 9 years ago
  92. 2828946 MINOR: cli: new stats socket command: show servers state by Baptiste Assmann · 9 years ago
  93. 6cdea93 MINOR: dns: dns_nameserver structure update: new counter for truncated response by Baptiste Assmann · 9 years ago
  94. 5d24ebc MEDIUM: stick-tables: use the sample type names by Thierry FOURNIER · 9 years ago
  95. 7d4335c MEDIUM: pattern/map: Maps can returns various types by Thierry FOURNIER · 9 years ago
  96. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · 9 years ago
  97. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · 9 years ago
  98. 503bb09 MINOR: samples: rename some struct member from "smp" to "data" by Thierry FOURNIER · 9 years ago
  99. cc79b00 BUG/MINOR: ssl: TLS Ticket Key rotation broken via socket command by Pradeep Jindal · 9 years ago
  100. 03d0e45 MEDIUM: cli: rely on the map's output type instead of the sample type by Thierry FOURNIER · 9 years ago