1. 2e065cb CONTRIB: tcploop: implement a disconnect operation 'D' by Willy Tarreau · 3 years, 9 months ago
  2. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  3. 6b3bf73 MEDIUM: proxy: remove the unused PR_STFULL state by Willy Tarreau · 3 years, 9 months ago
  4. da5b6d1 MINOR: stats: hide px/sv/li fields in applet struct by Amaury Denoyelle · 3 years, 9 months ago
  5. d00ce06 BUG/MEDIUM: contrib/spoa-server: Fix ipv4_address used instead of ipv6_address by Gilchrist Dadaglo · 3 years, 10 months ago
  6. 2417ebc BUG/MINOR: contrib/spoa-server: Updating references to free in case of failure by Gilchrist Dadaglo · 3 years, 10 months ago
  7. c7d303a BUG/MINOR: contrib/spoa-server: Do not free reference to NULL by Gilchrist Dadaglo · 3 years, 10 months ago
  8. 9f0c984 BUG/MINOR: contrib/spoa-server: Ensure ip address references are freed by Gilchrist Dadaglo · 3 years, 10 months ago
  9. 222f060 BUG/MAJOR: contrib/spoa-server: Fix unhandled python call leading to memory leak by Gilchrist Dadaglo · 3 years, 10 months ago
  10. ae2132c MINOR: contrib/spoa-server: allow MAX_FRAME_SIZE override by Bertrand Jacquin · 3 years, 10 months ago
  11. 4896d27 DOC: spoa-server: fix false friends `actually` by William Dauchy · 4 years ago
  12. bbe18ac BUG/MINOR: spoa-server: fix size_t format printing by William Dauchy · 4 years ago
  13. f1ea47d BUG/MINOR: htx: add two missing HTX_FL_EOI and remove an unexpected one by Willy Tarreau · 4 years ago
  14. c55a626 MINOR: contrib/prometheus-exporter: Add missing global and per-server metrics by Christopher Faulet · 4 years ago
  15. 62fd121 CONTRIB: da: fix memory leak in dummy function da_atlas_open() by Willy Tarreau · 4 years ago
  16. 1e36976 CLEANUP: contrib/prometheus-exporter: typo fixes for ssl reuse metric by Pierre Cheynier · 4 years ago
  17. fc402cf CONTRIB: debug: add missing flags SI_FL_L7_RETRY & SI_FL_D_L7_RETRY by Willy Tarreau · 4 years ago
  18. f49a604 BUG/MINOR: systemd: Wait for network to be online by Ryan O'Hara · 4 years, 1 month ago
  19. 54067e9 CONTRIB: debug: add the missing flags CO_FL_SAFE_LIST and CO_FL_IDLE_LIST by Willy Tarreau · 4 years ago
  20. 0a4b0ab BUILD: include: add sys/types before netinet/tcp.h by Willy Tarreau · 4 years, 1 month ago
  21. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  22. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  23. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  24. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  25. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  26. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  27. 6c58ab0 REORG: include: move spoe.h to haproxy/spoe{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  28. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  29. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  30. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  31. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  32. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  33. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  34. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  35. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  36. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  37. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  38. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  39. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  40. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  41. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  42. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  43. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  44. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  45. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  46. 0a3bd39 REORG: include: move compression.h to haproxy/compression{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  47. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  48. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  49. be327fa REORG: include: move hpack*.h to haproxy/ and split hpack-tbl by Willy Tarreau · 4 years, 1 month ago
  50. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  51. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  52. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  53. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  54. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  55. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  56. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  57. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 1 month ago
  58. 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
  59. fc80e30 REORG: ebtree: clean up remains of the ebtree/ directory by Willy Tarreau · 4 years, 1 month ago
  60. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  61. ff0e8a4 REORG: ebtree: move the C files from ebtree/ to src/ by Willy Tarreau · 4 years, 1 month ago
  62. efde955 BUG/MEDIUM: contrib/prometheus-exporter: Properly set flags to dump metrics by Christopher Faulet · 4 years, 1 month ago
  63. 54f7823 BUG/MEDIUM: contrib/spoa: do not register python3.8 if --embed fail by Bertrand Jacquin · 4 years, 1 month ago
  64. 318adf4 CONTRIB: hpack: make use of the simplified standalone HPACK API by Willy Tarreau · 4 years, 1 month ago
  65. a53abad CLEANUP: http_ana: Remove unused TXN flags by Christopher Faulet · 4 years, 2 months ago
  66. 6112f5c DOC/MINOR: halog: Add long help info for ic flag by Aleksandar Lazi · 4 years, 2 months ago
  67. 3c27dda MINOR: stats: Expose native cum_req metric for a server by Marcin Deranek · 4 years, 2 months ago
  68. 3e235d3 MAJOR: contrib: porting spoa_server to support python3 by Gilchrist Dadaglo · 4 years, 2 months ago
  69. 2be58f7 MINOR: contrib: make the peers wireshark dissector a plugin by William Lallemand · 4 years, 2 months ago
  70. 62ba9ba BUG/MINOR: http: make url_decode() optionally convert '+' to SP by Willy Tarreau · 4 years, 2 months ago
  71. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  72. ce7b00f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  73. 1fae8db DOC: assorted typo fixes in the documentation by Ilya Shipitsin · 4 years, 4 months ago
  74. 855796b BUG/MAJOR: list: fix invalid element address calculation by Willy Tarreau · 4 years, 4 months ago
  75. 86e106e CLEANUP: contrib/spoa_example: Fix several typos by Miroslav Zagorac · 4 years, 4 months ago
  76. 2711e51 MINOR: contrib/prometheus-exporter: Add the last heathcheck duration metric by Christopher Faulet · 4 years, 4 months ago
  77. 19bc201 MEDIUM: connection: remove the intermediary polling state from the connection by Willy Tarreau · 4 years, 4 months ago
  78. e4f80a0 CONTRIB: debug: also support reading values from stdin by Willy Tarreau · 4 years, 5 months ago
  79. bde76f0 CONTRIB: debug: support reporting multiple values at once by Willy Tarreau · 4 years, 5 months ago
  80. 354b6f5 CONTRIB: debug: add the possibility to decode the value as certain types only by Willy Tarreau · 4 years, 5 months ago
  81. 8a0eabd CONTRIB: debug: add missing flags SF_HTX and SF_MUX by Willy Tarreau · 4 years, 5 months ago
  82. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · 4 years, 5 months ago
  83. a08546b MINOR: counters: Remove failed_secu counter and use denied_resp instead by Christopher Faulet · 4 years, 7 months ago
  84. e4a2c8d MINOR: contrib/prometheus-exporter: Export internal errors per proxy/server by Christopher Faulet · 4 years, 7 months ago
  85. cf403f3 MINOR: contrib/prometheus-exporter: Add heathcheck status/code in server metrics by Christopher Faulet · 4 years, 7 months ago
  86. 3381bf8 MEDIUM: connection: get rid of CO_FL_CURR_* flags by Willy Tarreau · 4 years, 6 months ago
  87. c65f656 BUG/MINOR: contrib/prometheus-exporter: decode parameter and value only by William Dauchy · 4 years, 7 months ago
  88. eba2294 MINOR: contrib/prometheus-exporter: Add a param to ignore servers in maintenance by Christopher Faulet · 4 years, 8 months ago
  89. 78407ce MINOR: contrib/prometheus-exporter: filter exported metrics by scope by Christopher Faulet · 4 years, 8 months ago
  90. 20ab80c MINOR: contrib/prometheus-exporter: report the number of idle conns per server by Christopher Faulet · 4 years, 8 months ago
  91. 68b6968 BUG/MINOR: contrib/prometheus-exporter: Rename some metrics by Christopher Faulet · 4 years, 8 months ago
  92. 8fc027d MINOR: contrib/prometheus-exporter: Report metrics about max times for sessions by Christopher Faulet · 4 years, 8 months ago
  93. ed295cc BUILD: contrib/da: remove an "unused" warning by Willy Tarreau · 4 years, 8 months ago
  94. 35efbe2 DOC: fix typo in Prometheus exporter doc by Rick Rackow · 4 years, 9 months ago
  95. af4bf14 BUG/MINOR: contrib/prometheus-exporter: Return the time averages in seconds by Christopher Faulet · 4 years, 9 months ago
  96. d45d105 MINOR: contrib/prometheus-exporter: Report DRAIN/MAINT/NOLB status for servers by Christopher Faulet · 4 years, 10 months ago
  97. 616c1cf CONTRIB: debug: add new program "poll" to test poll() events by Willy Tarreau · 4 years, 10 months ago
  98. 51c3aa4 BUG/MINOR: Fix prometheus '# TYPE' and '# HELP' headers by Anthonin Bonnefoy · 5 years ago
  99. 0fe5c5e BUG/MINOR: debug: Remove flags CO_FL_SOCK_WR_ENA/CO_FL_SOCK_RD_ENA by Christopher Faulet · 5 years ago
  100. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago