1. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 3 years, 7 months ago
  2. 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · 3 years, 8 months ago
  3. bde2bf6 MINOR: contrib/prometheus-exporter: use fill_sv_stats for server dump by William Dauchy · 3 years, 5 months ago
  4. 3c6f006 MINOR: contrib/prometheus-exporter: use fill_be_stats for backend dump by William Dauchy · 3 years, 5 months ago
  5. 18a2c6e MINOR: contrib/prometheus-exporter: better output of Not-a-Number by William Dauchy · 3 years, 6 months ago
  6. 37286a5 MEDIUM: contrib/prometheus-exporter: Rework matrices defining Promex metrics by Christopher Faulet · 3 years, 6 months ago
  7. 0312c0d MINOR: contrib/prometheus-exporter: Add promex_metric struct defining a metric by Christopher Faulet · 3 years, 6 months ago
  8. b713c4f MINOR: contrib/prometheus-exporter: Split the PROMEX_FL_STATS_METRIC flag by Christopher Faulet · 3 years, 6 months ago
  9. 0175b1f MINOR: contrib/prometheus-exporter: Don't needlessly set empty label for metrics by Christopher Faulet · 3 years, 6 months ago
  10. b957745 MINOR: contrib/prometheus-exporter: use fill_fe_stats for frontend dump by William Dauchy · 3 years, 6 months ago
  11. a191b77 MINOR: contrib/prometheus-exporter: merge info description from stats by William Dauchy · 3 years, 6 months ago
  12. defd156 MINOR: stats: add new start time field by William Dauchy · 3 years, 6 months ago
  13. a8766cf MINOR: stats: duplicate 3 fields in bytes in info by William Dauchy · 3 years, 6 months ago
  14. aab6f7c MINOR: contrib: Make the wireshark peers dissector compile for more distribs. by Frédéric Lécaille · 3 years, 6 months ago
  15. 5d9b8f3 MINOR: contrib/prometheus-exporter: use fill_info for process dump by William Dauchy · 3 years, 6 months ago
  16. 1704efe MINOR: contrib/prometheus-exporter: avoid connection close header by William Dauchy · 3 years, 6 months ago
  17. 5a982a7 MINOR: contrib/prometheus-exporter: export build_info by William Dauchy · 3 years, 6 months ago
  18. 8cb12a8 CLEANUP: Apply the coccinelle patch for `XXXcmp()` on contrib/ by Tim Duesterhus · 3 years, 6 months ago
  19. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 7 months ago
  20. 79d2e7b CONTRIB: debug: address "poll" utility build on non-linux platforms by Willy Tarreau · 3 years, 7 months ago
  21. 03ca605 CONTRIB: halog: fix signed/unsigned build warnings on counts and timestamps by Willy Tarreau · 3 years, 7 months ago
  22. f531dff CONTRIB: halog: mark the has_zero* functions unused by Willy Tarreau · 3 years, 7 months ago
  23. 2df860c CONTRIB: halog: fix build issue caused by %L printf format by Willy Tarreau · 3 years, 7 months ago
  24. 70230c6 CONTRIB: opentracing: add the OpenTracing filter by Miroslav Zagorac · 3 years, 7 months ago
  25. bdd0349 BUG/MEDIUM: spoa/python: Fixing references to None by Gilchrist Dadaglo · 3 years, 7 months ago
  26. 042f697 BUG/MEDIUM: spoa/python: Fixing PyObject_Call positional arguments by Gilchrist Dadaglo · 3 years, 7 months ago
  27. d1c0cf8 BUG/MINOR: spoa/python: Cleanup ipaddress objects if initialization fails by Gilchrist Dadaglo · 3 years, 7 months ago
  28. 132d8f6 BUG/MINOR: spoa/python: Cleanup references for failed Module Addobject operations by Gilchrist Dadaglo · 3 years, 7 months ago
  29. c7485ac DOC: spoa/python: Fixing typos in comments by Gilchrist Dadaglo · 3 years, 7 months ago
  30. 85b2582 DOC: spoa/python: Rephrasing memory related error messages by Gilchrist Dadaglo · 3 years, 7 months ago
  31. 6884742 DOC: spoa/python: Fixing typo in IP related error messages by Gilchrist Dadaglo · 3 years, 7 months ago
  32. d5c428e BUG/MAJOR: spoa/python: Fixing return None by Gilchrist Dadaglo · 3 years, 7 months ago
  33. 6ad0606 CLEANUP: connection: Remove CS_FL_READ_PARTIAL flag by Christopher Faulet · 3 years, 9 months ago
  34. da831fa CLEANUP: http-ana: Remove TX_WAIT_NEXT_RQ unsued flag by Christopher Faulet · 3 years, 9 months ago
  35. e237030 CONTRIB: release-estimator: Add release estimating tool by Daniel Corbett · 3 years, 9 months ago
  36. 9018ca9 CONTRIB: tcploop: remove unused local variables in tcp_pause() by Willy Tarreau · 3 years, 9 months ago
  37. 2e065cb CONTRIB: tcploop: implement a disconnect operation 'D' by Willy Tarreau · 3 years, 9 months ago
  38. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 10 months ago
  39. 6b3bf73 MEDIUM: proxy: remove the unused PR_STFULL state by Willy Tarreau · 3 years, 10 months ago
  40. da5b6d1 MINOR: stats: hide px/sv/li fields in applet struct by Amaury Denoyelle · 3 years, 9 months ago
  41. d00ce06 BUG/MEDIUM: contrib/spoa-server: Fix ipv4_address used instead of ipv6_address by Gilchrist Dadaglo · 3 years, 11 months ago
  42. 2417ebc BUG/MINOR: contrib/spoa-server: Updating references to free in case of failure by Gilchrist Dadaglo · 3 years, 11 months ago
  43. c7d303a BUG/MINOR: contrib/spoa-server: Do not free reference to NULL by Gilchrist Dadaglo · 3 years, 11 months ago
  44. 9f0c984 BUG/MINOR: contrib/spoa-server: Ensure ip address references are freed by Gilchrist Dadaglo · 3 years, 11 months ago
  45. 222f060 BUG/MAJOR: contrib/spoa-server: Fix unhandled python call leading to memory leak by Gilchrist Dadaglo · 3 years, 11 months ago
  46. ae2132c MINOR: contrib/spoa-server: allow MAX_FRAME_SIZE override by Bertrand Jacquin · 3 years, 11 months ago
  47. 4896d27 DOC: spoa-server: fix false friends `actually` by William Dauchy · 4 years ago
  48. bbe18ac BUG/MINOR: spoa-server: fix size_t format printing by William Dauchy · 4 years ago
  49. f1ea47d BUG/MINOR: htx: add two missing HTX_FL_EOI and remove an unexpected one by Willy Tarreau · 4 years ago
  50. c55a626 MINOR: contrib/prometheus-exporter: Add missing global and per-server metrics by Christopher Faulet · 4 years ago
  51. 62fd121 CONTRIB: da: fix memory leak in dummy function da_atlas_open() by Willy Tarreau · 4 years ago
  52. 1e36976 CLEANUP: contrib/prometheus-exporter: typo fixes for ssl reuse metric by Pierre Cheynier · 4 years ago
  53. fc402cf CONTRIB: debug: add missing flags SI_FL_L7_RETRY & SI_FL_D_L7_RETRY by Willy Tarreau · 4 years ago
  54. f49a604 BUG/MINOR: systemd: Wait for network to be online by Ryan O'Hara · 4 years, 1 month ago
  55. 54067e9 CONTRIB: debug: add the missing flags CO_FL_SAFE_LIST and CO_FL_IDLE_LIST by Willy Tarreau · 4 years, 1 month ago
  56. 0a4b0ab BUILD: include: add sys/types before netinet/tcp.h by Willy Tarreau · 4 years, 1 month ago
  57. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  58. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  59. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  60. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  61. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  62. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  63. 6c58ab0 REORG: include: move spoe.h to haproxy/spoe{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  64. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  65. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  66. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  67. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  68. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  69. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  70. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  71. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  72. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  73. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  74. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  75. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  76. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  77. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  78. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  79. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  80. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  81. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  82. 0a3bd39 REORG: include: move compression.h to haproxy/compression{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  83. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  84. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  85. be327fa REORG: include: move hpack*.h to haproxy/ and split hpack-tbl by Willy Tarreau · 4 years, 1 month ago
  86. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  87. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  88. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  89. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  90. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  91. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  92. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  93. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 1 month ago
  94. 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
  95. fc80e30 REORG: ebtree: clean up remains of the ebtree/ directory by Willy Tarreau · 4 years, 1 month ago
  96. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  97. ff0e8a4 REORG: ebtree: move the C files from ebtree/ to src/ by Willy Tarreau · 4 years, 1 month ago
  98. efde955 BUG/MEDIUM: contrib/prometheus-exporter: Properly set flags to dump metrics by Christopher Faulet · 4 years, 1 month ago
  99. 54f7823 BUG/MEDIUM: contrib/spoa: do not register python3.8 if --embed fail by Bertrand Jacquin · 4 years, 2 months ago
  100. 318adf4 CONTRIB: hpack: make use of the simplified standalone HPACK API by Willy Tarreau · 4 years, 2 months ago