1. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  10. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. 0a3bd39 REORG: include: move compression.h to haproxy/compression{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  18. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  19. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  20. efde955 BUG/MEDIUM: contrib/prometheus-exporter: Properly set flags to dump metrics by Christopher Faulet · 4 years, 1 month ago
  21. 3c27dda MINOR: stats: Expose native cum_req metric for a server by Marcin Deranek · 4 years, 2 months ago
  22. 62ba9ba BUG/MINOR: http: make url_decode() optionally convert '+' to SP by Willy Tarreau · 4 years, 2 months ago
  23. ce7b00f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  24. 2711e51 MINOR: contrib/prometheus-exporter: Add the last heathcheck duration metric by Christopher Faulet · 4 years, 4 months ago
  25. a08546b MINOR: counters: Remove failed_secu counter and use denied_resp instead by Christopher Faulet · 4 years, 7 months ago
  26. e4a2c8d MINOR: contrib/prometheus-exporter: Export internal errors per proxy/server by Christopher Faulet · 4 years, 7 months ago
  27. cf403f3 MINOR: contrib/prometheus-exporter: Add heathcheck status/code in server metrics by Christopher Faulet · 4 years, 7 months ago
  28. c65f656 BUG/MINOR: contrib/prometheus-exporter: decode parameter and value only by William Dauchy · 4 years, 7 months ago
  29. eba2294 MINOR: contrib/prometheus-exporter: Add a param to ignore servers in maintenance by Christopher Faulet · 4 years, 8 months ago
  30. 78407ce MINOR: contrib/prometheus-exporter: filter exported metrics by scope by Christopher Faulet · 4 years, 8 months ago
  31. 20ab80c MINOR: contrib/prometheus-exporter: report the number of idle conns per server by Christopher Faulet · 4 years, 8 months ago
  32. 68b6968 BUG/MINOR: contrib/prometheus-exporter: Rename some metrics by Christopher Faulet · 4 years, 8 months ago
  33. 8fc027d MINOR: contrib/prometheus-exporter: Report metrics about max times for sessions by Christopher Faulet · 4 years, 8 months ago
  34. af4bf14 BUG/MINOR: contrib/prometheus-exporter: Return the time averages in seconds by Christopher Faulet · 4 years, 9 months ago
  35. d45d105 MINOR: contrib/prometheus-exporter: Report DRAIN/MAINT/NOLB status for servers by Christopher Faulet · 4 years, 10 months ago
  36. 51c3aa4 BUG/MINOR: Fix prometheus '# TYPE' and '# HELP' headers by Anthonin Bonnefoy · 5 years ago
  37. 25994da MINOR: contrib/prometheus-exporter: Remove tests on the option 'http-use-htx' by Christopher Faulet · 5 years ago
  38. 0c55a15 BUG/MINOR: contrib/prometheus-exporter: Don't try to add empty data blocks by Christopher Faulet · 5 years ago
  39. 11921e6 BUG/MINOR: contrib/prometheus-exporter: Respect the reserve when data are sent by Christopher Faulet · 5 years ago
  40. e6cdfe5 BUG/MINOR: contrib/prometheus-exporter: Don't use channel_htx_recv_max() by Christopher Faulet · 5 years ago
  41. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · 5 years ago
  42. 142b5df BUG/MINOR: contrib/prometheus-exporter: Add HTX data block in one time by Christopher Faulet · 5 years ago
  43. 76824a8 BUILD: contrib/prometheus: fix build breakage caused by move of idle_pct by Willy Tarreau · 5 years ago
  44. 769a92d MINOR: contrib/prometheus-exporter: Follow best practices about metrics type by Christopher Faulet · 5 years ago
  45. 8c8e4b1 MINOR: contrib/prometheus-exporter: Rename some metrics to be more usable by Christopher Faulet · 5 years ago
  46. c58fc0d MINOR: contrib/prometheus-exporter: Remove usless rate metrics by Christopher Faulet · 5 years ago
  47. f782c23 BUG/MINOR: contrib/prometheus-exporter: Fix a typo in the run-queue metric type by Christopher Faulet · 5 years ago
  48. 9744f7c BUG/MINOR: contrib/prometheus-exporter: Fix applet accordingly to recent changes by Christopher Faulet · 5 years ago
  49. f959d08 CONTRIB: contrib/prometheus-exporter: Add a Prometheus exporter for HAProxy by Christopher Faulet · 5 years ago