1. f7e4a6f MINOR: checks: don't call conn_cond_update_polling() anymore by Willy Tarreau · 3 years, 7 months ago
  2. 30bd4ef MINOR: checks: use cs_drain_and_close() instead of draining the connection by Willy Tarreau · 3 years, 7 months ago
  3. 1e527cb MINOR: check: Always increment check health counter on CONPASS by Christopher Faulet · 3 years, 7 months ago
  4. 97b7bdf REORG: tcpcheck: Move check option parsing functions based on tcp-check by Christopher Faulet · 3 years, 7 months ago
  5. b1bb069 MINOR: tcpcheck: Don't handle anymore in-progress connect rules in tcpcheck_main by Christopher Faulet · 3 years, 7 months ago
  6. b381a50 BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer pool by Christopher Faulet · 3 years, 7 months ago
  7. 1faf18a BUG/MINOR: tcpcheck: Don't forget to reset tcp-check flags on new kind of check by Christopher Faulet · 3 years, 7 months ago
  8. fc633b6 CLEANUP: config: Return ERR_NONE from config callbacks instead of 0 by Christopher Faulet · 3 years, 8 months ago
  9. c751b45 BUG/MINOR: tcpcheck: Don't warn on unused rules if check option is after by Christopher Faulet · 3 years, 8 months ago
  10. 7c14890 MINOR: check: report error on incompatible proto by Amaury Denoyelle · 3 years, 8 months ago
  11. 0519bd4 BUG/MEDIUM: check: reuse srv proto only if using same mode by Amaury Denoyelle · 3 years, 8 months ago
  12. 5e29376 BUG/MINOR: checks: Report a socket error before any connection attempt by Christopher Faulet · 3 years, 8 months ago
  13. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  14. 65ec4e3 MEDIUM: tools: make str2sa_range() check that the protocol has ->connect() by Willy Tarreau · 3 years, 10 months ago
  15. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 3 years, 10 months ago
  16. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 3 years, 10 months ago
  17. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  18. 8b0fa8f MEDIUM: config: remove all checks for missing/invalid ports/ranges by Willy Tarreau · 3 years, 10 months ago
  19. 7f96a84 MEDIUM: tools: make str2sa_range() validate callers' port specifications by Willy Tarreau · 3 years, 10 months ago
  20. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · 3 years, 10 months ago
  21. e52b6e5 CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc' by Tim Duesterhus · 3 years, 10 months ago
  22. 2867b40 BUG/MEDIUM: checks: Fix off-by-one in allocation of SMTP greeting cmd by Tim Duesterhus · 4 years, 1 month ago
  23. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · 4 years, 1 month ago
  24. 7c18b54 REORG: dgram: rename proto_udp to dgram by Willy Tarreau · 4 years, 1 month ago
  25. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  26. bcc6733 REORG: check: extract the external checks from check.{c,h} by Willy Tarreau · 4 years, 1 month ago
  27. 51cd595 REORG: check: move tcpchecks away from check.c by Willy Tarreau · 4 years, 1 month ago
  28. cee013e REORG: check: move the e-mail alerting code to mailers.c by Willy Tarreau · 4 years, 1 month ago
  29. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  30. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  31. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  32. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  33. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  34. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  35. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  36. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  37. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  38. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 1 month ago[Renamed (99%) from src/checks.c]
  39. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  40. fc77454 REORG: include: move proto_tcp.h to haproxy/proto_tcp.h by Willy Tarreau · 4 years, 1 month ago
  41. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  42. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  43. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  44. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  45. d7d2c28 CLEANUP: include: remove unused mux_pt.h by Willy Tarreau · 4 years, 1 month ago
  46. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  47. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  48. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  49. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  50. 832ce65 REORG: include: move proto_udp.h to haproxy/proto_udp{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  51. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  52. fc8f6a8 REORG: include: move port_range.h to haproxy/port_range{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  53. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  54. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  55. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  56. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · 4 years, 1 month ago
  57. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  58. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  59. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  60. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  61. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  62. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  63. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  64. 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
  65. 56192cc BUG/MEDIUM: checks: Don't add a tcpcheck ruleset twice in the shared tree by Christopher Faulet · 4 years, 1 month ago
  66. 3d5e121 MINOR: checks: I/O callback function only rely on the data layer wake callback by Christopher Faulet · 4 years, 1 month ago
  67. 030ed4b BUG/MEDIUM: checks: Don't blindly subscribe for receive if waiting for connect by Christopher Faulet · 4 years, 1 month ago
  68. b0b8b26 MINOR: checks: Remove useless tests on the connection and conn-stream by Christopher Faulet · 4 years, 1 month ago
  69. 3cbdd22 BUG/MEDIUM: checks: Refresh the conn-stream and the connection after a connect by Christopher Faulet · 4 years, 1 month ago
  70. 99ff105 MINOR: checks: Remove dead code from process_chk_conn() by Christopher Faulet · 4 years, 1 month ago
  71. 66163ec BUG/MINOR: checks: Respect check-ssl param when a port or an addr is specified by Christopher Faulet · 4 years, 1 month ago
  72. 62f79fe MEDIUM: checks: Make post-41 the default mode for mysql checks by Christopher Faulet · 4 years, 1 month ago
  73. 4b3a2df BUG/MEDIUM: checks: Subscribe to I/O events only if a mux was installed by Christopher Faulet · 4 years, 2 months ago
  74. 0732134 MINOR: checks: Don't try to send outgoing data if waiting to be able to send by Christopher Faulet · 4 years, 2 months ago
  75. 97b2a8b BUG/MINOR: checks: Rely on next I/O oriented rule when waiting for a connection by Christopher Faulet · 4 years, 2 months ago
  76. a2fb0c3 BUG/MINOR: checks: Don't subscribe to I/O events if it is already done by Christopher Faulet · 4 years, 2 months ago
  77. 2fabd9d BUG/MEDIUM: checks: Subscribe to I/O events on an unfinished connect by Christopher Faulet · 4 years, 2 months ago
  78. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago
  79. 083eff3 MINOR: checks: Make matching on HTTP headers for expect rules less obscure by Christopher Faulet · 4 years, 2 months ago
  80. 574e7bd MINOR: checks: Support log-format string to set the body for HTTP send rules by Christopher Faulet · 4 years, 2 months ago
  81. 7c95f5f MINOR: checks: Support log-format string to set the URI for HTTP send rules by Christopher Faulet · 4 years, 2 months ago
  82. b559426 MINOR: checks: Simplify matching on HTTP headers in HTTP expect rules by Christopher Faulet · 4 years, 2 months ago
  83. b50b3e6 MINOR: checks: Use dedicated actions to send log-format strings in send rules by Christopher Faulet · 4 years, 2 months ago
  84. 67a2345 CLEANUP: checks: sort and rename tcpcheck_expect_type types by Christopher Faulet · 4 years, 2 months ago
  85. e596d18 MEDIUM: checks: Remove dedicated sample fetches and use response ones instead by Christopher Faulet · 4 years, 2 months ago
  86. aaab083 MEDIUM: checks: Add matching on log-format string for expect rules by Christopher Faulet · 4 years, 2 months ago
  87. 0d6909b MINOR: checks: Improve report of unexpected errors for expect rules by Christopher Faulet · 4 years, 2 months ago
  88. 3970819 MEDIUM: checks: Support matching on headers for http-check expect rules by Christopher Faulet · 4 years, 2 months ago
  89. 1a200d6 BUG/MINOR: checks: Support multiple HTTP expect rules by Christopher Faulet · 4 years, 2 months ago
  90. 1941bab MINOR: checks: Set by default expect rule status to UNKNOWN during parsing by Christopher Faulet · 4 years, 2 months ago
  91. 78f371e MINOR: checks: Add support of payload-based sample fetches by Christopher Faulet · 4 years, 2 months ago
  92. 39959a7 MINOR: checks: Keep the Host header and the request uri synchronized by Christopher Faulet · 4 years, 2 months ago
  93. 7d765db MINOR: checks: Skip some headers for http-check send rules by Christopher Faulet · 4 years, 2 months ago
  94. 13ec87b MINOR: checks: Don't support multiple host header for http-check send rule by Christopher Faulet · 4 years, 2 months ago
  95. 9c2cb2d BUG/MINOR: checks: Set the output buffer length before calling parse_binary() by Christopher Faulet · 4 years, 2 months ago
  96. 528f481 BUG/MINOR: checks: Don't lose warning on proxy capability by Christopher Faulet · 4 years, 2 months ago
  97. cd8eb85 BUG/MINOR: checks: Remove bad call to free() when an expect rule is parsed by Christopher Faulet · 4 years, 2 months ago
  98. 2edcd4c BUG/MINOR: checks: Avoid incompatible cast when a binary string is parsed by Christopher Faulet · 4 years, 2 months ago
  99. 931ae5b MINOR: checks: Make the use of the check's server more explicit on connect by Christopher Faulet · 4 years, 2 months ago
  100. ef3e69d CLEANUP: checks: Remove unused code when ldap server message is parsed by Christopher Faulet · 4 years, 2 months ago