1. f157384 MINOR: backend: count the number of connect and reuse per server and per backend by Willy Tarreau · 6 years ago
  2. beb859a MINOR: polling: add an option to support busy polling by Willy Tarreau · 6 years ago
  3. a719926 MEDIUM: jobs: support unstoppable jobs for soft stop by William Lallemand · 6 years ago
  4. 13ef773 MINOR: log: report the number of dropped logs in the stats by Willy Tarreau · 6 years ago
  5. 2d372c2 MINOR: stats: report the number of currently connected peers by Willy Tarreau · 6 years ago
  6. 199ad24 MINOR: stats: report the number of active peers in "show info" by Willy Tarreau · 6 years ago
  7. 00098ea MINOR: stats: report the number of active jobs and listeners in "show info" by Willy Tarreau · 6 years ago
  8. 3fd1973 MINOR: http: Log warning if (add|set)-header fails by Tim Duesterhus · 6 years ago
  9. 9531728 MINOR: stats: display the number of threads in the statistics. by Yves Lafon · 6 years ago
  10. 6f6bb38 MEDIUM: stats: Add show json schema by Simon Horman · 7 years ago
  11. 05ee213 MEDIUM: stats: Add JSON output option to show (info|stat) by Simon Horman · 7 years ago
  12. 0baac8c REORG: cli: move "show info" to stats.c by Willy Tarreau · 8 years ago
  13. 9ed6203 REORG: cli: split dumpstats.h in stats.h and cli.h by William Lallemand · 8 years ago[Renamed (61%) from include/proto/dumpstats.h]
  14. 74c24fb REORG: cli: split dumpstats.c in src/cli.c and src/stats.c by William Lallemand · 8 years ago
  15. 6a22dcb MINOR: cli: add private pointer and release function by Thierry FOURNIER / OZON.IO · 8 years ago
  16. a5bc36b MINOR: stats: emit dses by Willy Tarreau · 8 years ago
  17. 8a90b8e MINOR: stats: output dcon by Willy Tarreau · 8 years ago
  18. 1e08cd8 MEDIUM: cli: register CLI keywords with cli_register_kw() by William Lallemand · 8 years ago
  19. d0a56c2 MINOR: dumpstats: split stats_dump_be_stats() in two parts by Thierry Fournier · 8 years ago
  20. 61fe6c0 MINOR: dumpstats: split stats_dump_sv_stats() in two parts by Thierry Fournier · 8 years ago
  21. c445685 MINOR: dumpstats: split stats_dump_li_stats() in two parts by Thierry Fournier · 8 years ago
  22. 23d2d64 MINOR: dumpstats: split stats_dump_fe_stats() in two parts by Thierry Fournier · 8 years ago
  23. cb2c767 MINOR: dumpstats: split stats_dump_info_to_buffer() in two parts by Thierry Fournier · 8 years ago
  24. 31e64ca MINOR: dumpstats: extract stats fields enum and names by Thierry Fournier · 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. 8e62c05 MINOR: stats: create fields types suitable for all CSV output data by Willy Tarreau · 8 years ago
  28. 3057645 CLEANUP: applet: rename struct si_applet to applet by Willy Tarreau · 9 years ago
  29. 8a8d83b REORG: applet: move the applet definitions out of stream_interface by Willy Tarreau · 9 years ago
  30. af3cf70 MEDIUM: stats: reimplement HTTP keep-alive on the stats page by Willy Tarreau · 10 years ago
  31. 91b843d REORG: stats: move the stats socket states to dumpstats.c by Willy Tarreau · 10 years ago
  32. 51437d2 Revert "MEDIUM: stats: add support for HTTP keep-alive on the stats page" by Willy Tarreau · 11 years ago
  33. f3221f9 MEDIUM: stats: add support for HTTP keep-alive on the stats page by Willy Tarreau · 11 years ago
  34. c0e0d7b MEDIUM: map: dynamic manipulation of maps by Thierry FOURNIER · 11 years ago
  35. 4171e9e MEDIUM: stats: delay appctx initialization by Willy Tarreau · 11 years ago
  36. 347a35d MAJOR: stats: move the HTTP stats handling to its applet by Willy Tarreau · 11 years ago
  37. 96d4491 MEDIUM: stats: prepare the HTTP stats I/O handler to support more states by Willy Tarreau · 11 years ago
  38. 88c278f MEDIUM: stats: add proxy name filtering on the statistic page by de Lafond Guillaume · 11 years ago
  39. 354898b MINOR: stats: replace STAT_FMT_CSV with STAT_FMT_HTML by Willy Tarreau · 12 years ago
  40. d9bdcd5 REORG: stats: massive code reorg and cleanup by Willy Tarreau · 12 years ago
  41. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  42. 654694e MEDIUM: stats/cli: add support for "set table key" to enter values by Willy Tarreau · 12 years ago
  43. 19979e1 MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes by Cyril Bonté · 12 years ago
  44. cf8d9ae MINOR: stats admin: allow unordered parameters in POST requests by Cyril Bonté · 12 years ago
  45. c88b887 [MINOR] More flexible clearing of stick table by Simon Horman · 13 years ago
  46. 9bd2c73 [CLEANUP] dumpstats: make symbols static where possible by Simon Horman · 13 years ago
  47. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · 13 years ago
  48. 5ec29ff [CLEANUP] stats: make all dump functions only rely on the stream interface by Willy Tarreau · 13 years ago
  49. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · 13 years ago
  50. 474be41 [MEDIUM] stats: add an admin level by Cyril Bonté · 14 years ago
  51. 70be45d [MEDIUM] enable/disable servers from the stats web interface by Cyril Bonté · 14 years ago
  52. 69f58c8 [MEDIUM] stats: add "show table [<name>]" to dump a stick-table by Willy Tarreau · 14 years ago
  53. decd14d [MEDIUM] stats: rely on the standard session_accept() function by Willy Tarreau · 14 years ago
  54. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · 14 years ago
  55. ea1f5fe [MINOR] stats: use a dedicated state to output static data by Willy Tarreau · 15 years ago
  56. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  57. b0c9bc4 [MEDIUM] stats: make HTTP stats use an I/O handler by Willy Tarreau · 15 years ago
  58. f5a885f [MEDIUM] stats: don't use s->ana_state anymore by Willy Tarreau · 15 years ago
  59. 24955a1 [MINOR] stats: make stats_dump_raw_to_buffer() use buffer_feed_chunk by Willy Tarreau · 15 years ago
  60. 7e72a8f [MINOR] stats_dump_sess_to_buffer: use buffer_feed_chunk() by Willy Tarreau · 15 years ago
  61. 61b3473 [MINOR] stats_dump_errors_to_buffer: use buffer_feed_chunk() by Willy Tarreau · 15 years ago
  62. 9a42c0d [MEDIUM] stats: replace the stats socket analyser with an SI applet by Willy Tarreau · 15 years ago
  63. 5ca791d [CLEANUP] move remaining stats sockets code to dumpstats by Willy Tarreau · 15 years ago
  64. 74808cb [MEDIUM] implement error dump on unix socket with "show errors" by Willy Tarreau · 15 years ago
  65. 3dfe6cd [MEDIUM] add support for "show sess" in unix stats socket by Willy Tarreau · 16 years ago
  66. 0a46489 [MINOR] slightly rebalance stats_dump_{raw,http} by Willy Tarreau · 16 years ago
  67. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · 16 years ago
  68. b1356cf [MAJOR] make unix sockets work again with stats by Willy Tarreau · 16 years ago
  69. 10522fd [MEDIUM] modularize the global "stats" keyword configuration parser by Willy Tarreau · 16 years ago
  70. 39f7e6d [MEDIUM] fix stats socket limitation to 16 kB by Willy Tarreau · 16 years ago
  71. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · 16 years ago
  72. a8efd36 [STATS] add support for "show info" on the unix socket by Willy Tarreau · 17 years ago
  73. fbee713 [MEDIUM] introduce the "stats" keyword in global section by Willy Tarreau · 17 years ago
  74. 3e76e72 [MEDIUM] implement the statistics output on a unix socket by Willy Tarreau · 17 years ago
  75. 55bb845 [MEDIUM] implement the CSV output for the statistics by Willy Tarreau · 17 years ago
  76. 9186126 [MEDIUM] moved stats and buffer generic functions to new files by Willy Tarreau · 17 years ago