1. 4a69942 BUG/MINOR: stats: use refcount to protect dynamic server on dump by Amaury Denoyelle · 2 years, 10 months ago
  2. 41f040a MINOR: time: add report_idle() to report process-wide idle time by Willy Tarreau · 2 years, 10 months ago
  3. 60a6b6e BUG/MINOR: stats: Add missing agent stats on servers by Christopher Faulet · 3 years ago
  4. b653d2f BUG/MINOR: stats: make "show stat typed desc" work again by Willy Tarreau · 3 years, 1 month ago
  5. 973a937 BUG/MINOR: stats: fix lastchk metric that got accidently lost by Willy Tarreau · 3 years, 2 months ago
  6. c597772 MINOR: stats: make "show info" able to report rates as floats when asked by Willy Tarreau · 3 years, 2 months ago
  7. e8abc32 MINOR: stats: report uptime and start time as floats with subsecond resolution by Willy Tarreau · 3 years, 2 months ago
  8. d37e26e MINOR: stats: use tv_remain() to precisely compute the uptime by Willy Tarreau · 3 years, 2 months ago
  9. 2745620 MINOR: stats: support an optional "float" option to "show info" by Willy Tarreau · 3 years, 2 months ago
  10. 0b26b38 MINOR: stats: pass the appctx flags to stats_fill_info() by Willy Tarreau · 3 years, 2 months ago
  11. 6004fb7 MINOR: stats: add the HTML conversion for float types by Willy Tarreau · 3 years, 2 months ago
  12. 065ba31 MINOR: stats: avoid excessive padding of float values with trailing zeroes by Willy Tarreau · 3 years, 2 months ago
  13. 5dfdf3e MINOR: stats: report tainted on show info by Amaury Denoyelle · 3 years, 2 months ago
  14. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 2 months ago
  15. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  16. 39272c2 BUG/MINOR: stats: Apply proper styles in HTML status page. by Florian Apolloner · 3 years, 3 months ago
  17. 216a1ce MINOR: stats: export function to allocate extra proxy counters by Amaury Denoyelle · 3 years, 4 months ago
  18. dcf753a CLEANUP: Use the ist() macro whenever possible by Tim Duesterhus · 3 years, 4 months ago
  19. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  20. 955a11e MINOR: task: move the allocated tasks counter to the per-thread struct by Willy Tarreau · 3 years, 4 months ago
  21. 9c7b808 MEDIUM: task: remove the tasks_run_queue counter and have one per thread by Willy Tarreau · 3 years, 4 months ago
  22. 3679d0c MINOR: stats: add helper to get status string by William Dauchy · 3 years, 5 months ago
  23. 655e14e MEDIUM: stats: allow to select one field in `stats_fill_li_stats` by William Dauchy · 3 years, 5 months ago
  24. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · 3 years, 5 months ago
  25. d3b4495 MINOR: resolvers: rework dns stats prototype because specific to resolvers by Emeric Brun · 3 years, 6 months ago
  26. d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · 3 years, 6 months ago
  27. 19f7cfc MINOR: stats: improve max stats descriptions by William Dauchy · 3 years, 5 months ago
  28. eedb9b1 MINOR: stats: improve pending connections description by William Dauchy · 3 years, 5 months ago
  29. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 3 years, 7 months ago
  30. 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · 3 years, 8 months ago
  31. 3888b8c BUG/MINOR: stats: Add a break after filling ST_F_MODE field for servers by Christopher Faulet · 3 years, 5 months ago
  32. 399bf72 BUG/MINOR: stats: Remove a break preventing ST_F_QCUR to be set for servers by Christopher Faulet · 3 years, 5 months ago
  33. d3a9a49 MEDIUM: stats: allow to select one field in `stats_fill_sv_stats` by William Dauchy · 3 years, 5 months ago
  34. da3b466 MEDIUM: stats: allow to select one field in `stats_fill_be_stats` by William Dauchy · 3 years, 5 months ago
  35. 2107a0f CLEANUP: stats: improve field selection for frontend http fields by William Dauchy · 3 years, 5 months ago
  36. 8596bfb BUG/MINOR: stats: Init the metric variable when frontend stats are filled by Christopher Faulet · 3 years, 5 months ago
  37. d808f17 BUG/MINOR: stats: Continue to fill frontend stats on unimplemented metric by Christopher Faulet · 3 years, 5 months ago
  38. b957745 MINOR: contrib/prometheus-exporter: use fill_fe_stats for frontend dump by William Dauchy · 3 years, 6 months ago
  39. 0ef5439 MEDIUM: stats: allow to select one field in `stats_fill_fe_stats` by William Dauchy · 3 years, 6 months ago
  40. defd156 MINOR: stats: add new start time field by William Dauchy · 3 years, 6 months ago
  41. a8766cf MINOR: stats: duplicate 3 fields in bytes in info by William Dauchy · 3 years, 6 months ago
  42. b62b78b BUG/MEDIUM: stats: add missing INF_BUILD_INFO definition by Adis Nezirovic · 3 years, 6 months ago
  43. 5d9b8f3 MINOR: contrib/prometheus-exporter: use fill_info for process dump by William Dauchy · 3 years, 6 months ago
  44. de79cd2 BUG/MINOR: stats: Make stat_l variable used to dump a stat line thread local by Christopher Faulet · 3 years, 6 months ago
  45. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  46. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 7 months ago
  47. 7f8f6cb BUG/MEDIUM: stats: prevent crash if counters not alloc with dummy one by Amaury Denoyelle · 3 years, 8 months ago
  48. a2a6899 BUG/MINOR: stats: free dynamically stats fields/lines on shutdown by Amaury Denoyelle · 3 years, 8 months ago
  49. e6ee820 MINOR: stats: do not display empty stat module title on html by Amaury Denoyelle · 3 years, 8 months ago
  50. bd71510 MINOR: stats: report server's user-configured weight next to effective weight by Willy Tarreau · 3 years, 8 months ago
  51. 2fbe694 MINOR: stats: indicate the number of servers in a backend's status by Willy Tarreau · 3 years, 8 months ago
  52. 3e32036 MINOR: stats: also support a "no-maint" show stat modifier by Willy Tarreau · 3 years, 8 months ago
  53. 65141ff MINOR: stats: support the "up" output modifier for "show stat" by Willy Tarreau · 3 years, 8 months ago
  54. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  55. 6b3bf73 MEDIUM: proxy: remove the unused PR_STFULL state by Willy Tarreau · 3 years, 9 months ago
  56. 27373f7 MINOR: stats: remove for loop declaration by Amaury Denoyelle · 3 years, 9 months ago
  57. fbd0bc9 MINOR: dns/stats: integrate dns counters in stats by Amaury Denoyelle · 3 years, 9 months ago
  58. 0b70a8a MINOR: stats: add config "stats show modules" by Amaury Denoyelle · 3 years, 9 months ago
  59. e3f576c MINOR: stats: display extra proxy stats on the html page by Amaury Denoyelle · 3 years, 9 months ago
  60. d3700a7 MINOR: stats: support clear counters for dynamic stats by Amaury Denoyelle · 3 years, 9 months ago
  61. ee63d4b MEDIUM: stats: integrate static proxies stats in new stats by Amaury Denoyelle · 3 years, 9 months ago
  62. 58d395e MEDIUM: stats: define an API to register stat modules by Amaury Denoyelle · 3 years, 9 months ago
  63. 50660a8 MEDIUM: stats: add delimiter for static proxy stats on csv by Amaury Denoyelle · 3 years, 9 months ago
  64. 72b16e5 MINOR: stats: define additional flag px cap on domain by Amaury Denoyelle · 3 years, 9 months ago
  65. 072f97e MINOR: stats: define the concept of domain for statistics by Amaury Denoyelle · 3 years, 9 months ago
  66. 98b81cb REORG: stats: extract proxies dump loop in a function by Amaury Denoyelle · 3 years, 9 months ago
  67. f34017b REORG: stats: extract proxy json dump by Amaury Denoyelle · 3 years, 9 months ago
  68. da5b6d1 MINOR: stats: hide px/sv/li fields in applet struct by Amaury Denoyelle · 3 years, 9 months ago
  69. 97323c9 MINOR: stats: add stats size as a parameter for csv/json dump by Amaury Denoyelle · 3 years, 9 months ago
  70. 3ca927e REORG: stats: export some functions by Amaury Denoyelle · 3 years, 9 months ago
  71. a53ce4c BUG/MINOR: stats: fix validity of the json schema by Amaury Denoyelle · 3 years, 9 months ago
  72. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 3 years, 10 months ago
  73. 6d59993 MINOR: stats: prevent favicon.ico requests for stats page by zurikus · 3 years, 11 months ago
  74. 7b52485 BUG/MINOR: stats: use strncmp() instead of memcmp() on health states by Willy Tarreau · 3 years, 11 months ago
  75. 810df06 MEDIUM: htx: Add a flag on a HTX message when no more data are expected by Christopher Faulet · 4 years ago
  76. 45c457a MINOR: log: adds counters on received syslog messages. by Emeric Brun · 4 years ago
  77. aaa7085 MINOR: raw_sock: Report the number of bytes emitted using the splicing by Christopher Faulet · 4 years ago
  78. a9fcecb MINOR: stats: add the estimated need of concurrent connections per server by Willy Tarreau · 4 years ago
  79. 3bb617c MINOR: stats: add 3 new output values for the per-server idle conn state by Willy Tarreau · 4 years ago
  80. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  81. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  82. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  83. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  84. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  85. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  86. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  87. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  88. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  89. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  90. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  91. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  92. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  93. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  94. 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  95. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  96. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  97. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  98. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  99. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  100. 2cd5809 REORG: include: move map to haproxy/map{,-t}.h by Willy Tarreau · 4 years, 1 month ago