1. a63d1a0 CONTRIB: move contrib/opentracing to addons/ot by Willy Tarreau · 3 years, 3 months ago
  2. 57610c6 CONTRIB: move src/wurfl.c and contrib/wurfl to addons/wurfl by Willy Tarreau · 3 years, 3 months ago
  3. f8d9ec5 CONTRIB: move src/da.c and contrib/deviceatlas to addons/deviceatlas by Willy Tarreau · 3 years, 3 months ago
  4. 977209d CONTRIB: move 51Degrees to addons/51degrees by Willy Tarreau · 3 years, 3 months ago
  5. 3dfadc7 CONTRIB: move prometheus-exporter to addons/promex by Willy Tarreau · 3 years, 3 months ago
  6. 92dc786 BUILD: makefile: add a "USE_PROMEX" variable to ease building prometheus-exporter by Willy Tarreau · 3 years, 3 months ago
  7. d798889 CONTRIB: move halog to admin/ by Willy Tarreau · 3 years, 3 months ago
  8. 233e868 CONTRIB: move some admin-related sub-projects to admin/ by Willy Tarreau · 3 years, 3 months ago
  9. 6a6dabe CONTRIB: merge ip6range with iprange by Willy Tarreau · 3 years, 3 months ago
  10. 074ebcd CONTRIB: move some dev-specific tools to dev/ by Willy Tarreau · 3 years, 3 months ago
  11. 34b4369 CONTRIB: debug: split poll from flags by Willy Tarreau · 3 years, 3 months ago
  12. 6a54d74 CONTRIB: debug: add the show-fd-to-flags script by Willy Tarreau · 3 years, 3 months ago
  13. c3890e5 CONTRIB: tcploop: add a shutr command by Willy Tarreau · 7 years ago
  14. b00c00e CONTRIB: halog: fix issue with array of type char by Willy Tarreau · 3 years, 3 months ago
  15. 4bfc663 CLEANUP: socket: replace SOL_IP/IPV6/TCP with IPPROTO_IP/IPV6/TCP by Willy Tarreau · 3 years, 3 months ago
  16. b7bf53e MINOR: opentracing: use pool_alloc(), not pool_alloc_dirty() by Willy Tarreau · 3 years, 3 months ago
  17. 8d4f1dd MINOR: contrib: Enhance peers dissector heuristic. by Frédéric Lécaille · 3 years, 5 months ago
  18. 200f8fc MINOR: contrib: add support for heartbeat control messages. by Frédéric Lécaille · 3 years, 5 months ago
  19. baf2273 BUG/MEDIUM: contrib/prometheus-exporter: fix segfault in listener name dump by William Dauchy · 3 years, 4 months ago
  20. 04e90df DOC: contrib/prometheus-exporter: remove htx reference by William Dauchy · 3 years, 4 months ago
  21. e3f7bd5 MEDIUM: contrib/prometheus-exporter: add listen stats by William Dauchy · 3 years, 5 months ago
  22. 64a3805 CLEANUP: contrib/prometheus-exporter: align for with srv status case by William Dauchy · 3 years, 5 months ago
  23. acf8459 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 5 months ago
  24. 6916422 MEDIUM: contrib/prometheus-exporter: export base stick table stats by William Dauchy · 3 years, 5 months ago
  25. 486e511 MINOR: contrib/prometheus-exporter: use stats desc when possible followup by William Dauchy · 3 years, 5 months ago
  26. 040b119 BUG/MINOR: contrib/prometheus-exporter: Restart labels dump at the right pos by Christopher Faulet · 3 years, 5 months ago
  27. 32ef48e BUG/MINOR: contrib/prometheus-exporter: Add missing label for ST_F_HRSP_1XX by Christopher Faulet · 3 years, 5 months ago
  28. 1a68cd0 DOC: contrib/prometheus-exporter: Add missing metrics in README by Christopher Faulet · 3 years, 5 months ago
  29. 4b7bf7e CLEANUP: contrib/prometheus-exporter: remove description in README by William Dauchy · 3 years, 5 months ago
  30. df9a05d CLEANUP: contrib/prometheus-exporter: align and reorder fields by William Dauchy · 3 years, 5 months ago
  31. 99066dd CLEANUP: contrib/prometheus-exporter: remove unused includes by William Dauchy · 3 years, 5 months ago
  32. 7741c33 MINOR: contrib/prometheus-exporter: add recv logs_logs_total field by William Dauchy · 3 years, 5 months ago
  33. e5a26a2 MINOR: contrib/prometheus-exporter: add uweight field by William Dauchy · 3 years, 5 months ago
  34. 82b2ce2 MINOR: contrib/prometheus-exporter: use stats desc when possible by William Dauchy · 3 years, 5 months ago
  35. a1da7ba MINOR: contrib/prometheus-exporter: improve service status description field by William Dauchy · 3 years, 5 months ago
  36. de3c326 MAJOR: contrib/prometheus-exporter: move health check status to labels by William Dauchy · 3 years, 5 months ago
  37. 5a2f938 MEDIUM: contrib/prometheus-exporter: Use dynamic labels instead of static ones by Christopher Faulet · 3 years, 5 months ago
  38. c646459 MAJOR: contrib/prometheus-exporter: move ftd/bkd/srv states to labels by William Dauchy · 3 years, 5 months ago
  39. 5493821 MINOR: contrib/prometheus-exporter: declare states for objects by William Dauchy · 3 years, 5 months ago
  40. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 3 years, 7 months ago
  41. 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · 3 years, 7 months ago
  42. bde2bf6 MINOR: contrib/prometheus-exporter: use fill_sv_stats for server dump by William Dauchy · 3 years, 5 months ago
  43. 3c6f006 MINOR: contrib/prometheus-exporter: use fill_be_stats for backend dump by William Dauchy · 3 years, 5 months ago
  44. 18a2c6e MINOR: contrib/prometheus-exporter: better output of Not-a-Number by William Dauchy · 3 years, 5 months ago
  45. 37286a5 MEDIUM: contrib/prometheus-exporter: Rework matrices defining Promex metrics by Christopher Faulet · 3 years, 5 months ago
  46. 0312c0d MINOR: contrib/prometheus-exporter: Add promex_metric struct defining a metric by Christopher Faulet · 3 years, 5 months ago
  47. b713c4f MINOR: contrib/prometheus-exporter: Split the PROMEX_FL_STATS_METRIC flag by Christopher Faulet · 3 years, 5 months ago
  48. 0175b1f MINOR: contrib/prometheus-exporter: Don't needlessly set empty label for metrics by Christopher Faulet · 3 years, 5 months ago
  49. b957745 MINOR: contrib/prometheus-exporter: use fill_fe_stats for frontend dump by William Dauchy · 3 years, 6 months ago
  50. a191b77 MINOR: contrib/prometheus-exporter: merge info description from stats by William Dauchy · 3 years, 6 months ago
  51. defd156 MINOR: stats: add new start time field by William Dauchy · 3 years, 6 months ago
  52. a8766cf MINOR: stats: duplicate 3 fields in bytes in info by William Dauchy · 3 years, 6 months ago
  53. aab6f7c MINOR: contrib: Make the wireshark peers dissector compile for more distribs. by Frédéric Lécaille · 3 years, 5 months ago
  54. 5d9b8f3 MINOR: contrib/prometheus-exporter: use fill_info for process dump by William Dauchy · 3 years, 6 months ago
  55. 1704efe MINOR: contrib/prometheus-exporter: avoid connection close header by William Dauchy · 3 years, 6 months ago
  56. 5a982a7 MINOR: contrib/prometheus-exporter: export build_info by William Dauchy · 3 years, 6 months ago
  57. 8cb12a8 CLEANUP: Apply the coccinelle patch for `XXXcmp()` on contrib/ by Tim Duesterhus · 3 years, 6 months ago
  58. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  59. 79d2e7b CONTRIB: debug: address "poll" utility build on non-linux platforms by Willy Tarreau · 3 years, 6 months ago
  60. 03ca605 CONTRIB: halog: fix signed/unsigned build warnings on counts and timestamps by Willy Tarreau · 3 years, 6 months ago
  61. f531dff CONTRIB: halog: mark the has_zero* functions unused by Willy Tarreau · 3 years, 6 months ago
  62. 2df860c CONTRIB: halog: fix build issue caused by %L printf format by Willy Tarreau · 3 years, 6 months ago
  63. 70230c6 CONTRIB: opentracing: add the OpenTracing filter by Miroslav Zagorac · 3 years, 7 months ago
  64. bdd0349 BUG/MEDIUM: spoa/python: Fixing references to None by Gilchrist Dadaglo · 3 years, 7 months ago
  65. 042f697 BUG/MEDIUM: spoa/python: Fixing PyObject_Call positional arguments by Gilchrist Dadaglo · 3 years, 7 months ago
  66. d1c0cf8 BUG/MINOR: spoa/python: Cleanup ipaddress objects if initialization fails by Gilchrist Dadaglo · 3 years, 7 months ago
  67. 132d8f6 BUG/MINOR: spoa/python: Cleanup references for failed Module Addobject operations by Gilchrist Dadaglo · 3 years, 7 months ago
  68. c7485ac DOC: spoa/python: Fixing typos in comments by Gilchrist Dadaglo · 3 years, 7 months ago
  69. 85b2582 DOC: spoa/python: Rephrasing memory related error messages by Gilchrist Dadaglo · 3 years, 7 months ago
  70. 6884742 DOC: spoa/python: Fixing typo in IP related error messages by Gilchrist Dadaglo · 3 years, 7 months ago
  71. d5c428e BUG/MAJOR: spoa/python: Fixing return None by Gilchrist Dadaglo · 3 years, 7 months ago
  72. 6ad0606 CLEANUP: connection: Remove CS_FL_READ_PARTIAL flag by Christopher Faulet · 3 years, 9 months ago
  73. da831fa CLEANUP: http-ana: Remove TX_WAIT_NEXT_RQ unsued flag by Christopher Faulet · 3 years, 9 months ago
  74. e237030 CONTRIB: release-estimator: Add release estimating tool by Daniel Corbett · 3 years, 8 months ago
  75. 9018ca9 CONTRIB: tcploop: remove unused local variables in tcp_pause() by Willy Tarreau · 3 years, 8 months ago
  76. 2e065cb CONTRIB: tcploop: implement a disconnect operation 'D' by Willy Tarreau · 3 years, 9 months ago
  77. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  78. 6b3bf73 MEDIUM: proxy: remove the unused PR_STFULL state by Willy Tarreau · 3 years, 9 months ago
  79. da5b6d1 MINOR: stats: hide px/sv/li fields in applet struct by Amaury Denoyelle · 3 years, 9 months ago
  80. d00ce06 BUG/MEDIUM: contrib/spoa-server: Fix ipv4_address used instead of ipv6_address by Gilchrist Dadaglo · 3 years, 10 months ago
  81. 2417ebc BUG/MINOR: contrib/spoa-server: Updating references to free in case of failure by Gilchrist Dadaglo · 3 years, 10 months ago
  82. c7d303a BUG/MINOR: contrib/spoa-server: Do not free reference to NULL by Gilchrist Dadaglo · 3 years, 10 months ago
  83. 9f0c984 BUG/MINOR: contrib/spoa-server: Ensure ip address references are freed by Gilchrist Dadaglo · 3 years, 10 months ago
  84. 222f060 BUG/MAJOR: contrib/spoa-server: Fix unhandled python call leading to memory leak by Gilchrist Dadaglo · 3 years, 10 months ago
  85. ae2132c MINOR: contrib/spoa-server: allow MAX_FRAME_SIZE override by Bertrand Jacquin · 3 years, 10 months ago
  86. 4896d27 DOC: spoa-server: fix false friends `actually` by William Dauchy · 4 years ago
  87. bbe18ac BUG/MINOR: spoa-server: fix size_t format printing by William Dauchy · 4 years ago
  88. f1ea47d BUG/MINOR: htx: add two missing HTX_FL_EOI and remove an unexpected one by Willy Tarreau · 4 years ago
  89. c55a626 MINOR: contrib/prometheus-exporter: Add missing global and per-server metrics by Christopher Faulet · 4 years ago
  90. 62fd121 CONTRIB: da: fix memory leak in dummy function da_atlas_open() by Willy Tarreau · 4 years ago
  91. 1e36976 CLEANUP: contrib/prometheus-exporter: typo fixes for ssl reuse metric by Pierre Cheynier · 4 years ago
  92. fc402cf CONTRIB: debug: add missing flags SI_FL_L7_RETRY & SI_FL_D_L7_RETRY by Willy Tarreau · 4 years ago
  93. f49a604 BUG/MINOR: systemd: Wait for network to be online by Ryan O'Hara · 4 years, 1 month ago
  94. 54067e9 CONTRIB: debug: add the missing flags CO_FL_SAFE_LIST and CO_FL_IDLE_LIST by Willy Tarreau · 4 years ago
  95. 0a4b0ab BUILD: include: add sys/types before netinet/tcp.h by Willy Tarreau · 4 years, 1 month ago
  96. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  97. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  98. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  99. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  100. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago