1. b2be9a1 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 2 months ago
  2. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  3. 147b8c9 MINOIR: checks/trace: Register a new trace source with its events by Christopher Faulet · 3 years, 3 months ago
  4. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · 3 years, 3 months ago
  5. 6922e55 CLEANUP: tcpcheck: use pool_zalloc() instead of pool_alloc+memset by Willy Tarreau · 3 years, 3 months ago
  6. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · 3 years, 4 months ago
  7. cd03be7 BUG/MINOR: tcpcheck: Fix double free on error path when parsing tcp/http-check by Christopher Faulet · 3 years, 4 months ago
  8. 24ec943 BUG/MINOR: tcpcheck: Update .health threshold of agent inside an agent-check by Christopher Faulet · 3 years, 4 months ago
  9. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 4 months ago
  10. dcf753a CLEANUP: Use the ist() macro whenever possible by Tim Duesterhus · 3 years, 4 months ago
  11. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  12. b1d19ea CLEANUP: tcpcheck: Remove a useless test on port variable by Christopher Faulet · 3 years, 5 months ago
  13. 54fa7e3 BUG/MINOR: tcpcheck: proxy_parse_*check*() must take a const for the defproxy by Willy Tarreau · 3 years, 5 months ago
  14. 09f2e77 BUG/MINOR: tcpheck: the source list must be a const in dup_tcpcheck_var() by Willy Tarreau · 3 years, 5 months ago
  15. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 3 years, 7 months ago
  16. 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · 3 years, 7 months ago
  17. 8f10042 BUG/MEDIUM: tcpcheck: Don't destroy connection in the wake callback context by Christopher Faulet · 3 years, 6 months ago
  18. 8d4977a BUG/MINOR: tcpcheck: Report a L7OK if the last evaluated rule is a send rule by Christopher Faulet · 3 years, 6 months ago
  19. 6d975f0 MINOR: check: do not ignore a connection header for http-check send by Amaury Denoyelle · 3 years, 6 months ago
  20. cad5f5e MINOR: tcpcheck: Only wait for more payload data on HTTP expect rules by Christopher Faulet · 3 years, 7 months ago
  21. c878f56 BUG/MINOR: tcpcheck: Don't rearm the check timeout on each read by Christopher Faulet · 3 years, 7 months ago
  22. 3f52719 BUG/MINOR: http-check: Use right condition to consider HTX message as full by Christopher Faulet · 3 years, 7 months ago
  23. 83662b5 MINOR: tcpcheck: Add support of L7OKC on expect rules error-status argument by Christopher Faulet · 3 years, 7 months ago
  24. 97b7bdf REORG: tcpcheck: Move check option parsing functions based on tcp-check by Christopher Faulet · 3 years, 7 months ago
  25. bb9fb8b MINOR: config: Deprecate and ignore tune.chksize global option by Christopher Faulet · 3 years, 7 months ago
  26. b1bb069 MINOR: tcpcheck: Don't handle anymore in-progress connect rules in tcpcheck_main by Christopher Faulet · 3 years, 7 months ago
  27. b381a50 BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer pool by Christopher Faulet · 3 years, 7 months ago
  28. 39066c2 MINOR: tcpcheck: Don't handle anymore in-progress send rules in tcpcheck_main by Christopher Faulet · 3 years, 7 months ago
  29. fc633b6 CLEANUP: config: Return ERR_NONE from config callbacks instead of 0 by Christopher Faulet · 3 years, 8 months ago
  30. 90eb93f MINOR: check: report error on incompatible connect proto by Amaury Denoyelle · 3 years, 8 months ago
  31. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · 3 years, 9 months ago
  32. f717727 BUG/MINOR: tcpcheck: Set socks4 and send-proxy flags before the connect call by Christopher Faulet · 3 years, 9 months ago
  33. 65ec4e3 MEDIUM: tools: make str2sa_range() check that the protocol has ->connect() by Willy Tarreau · 3 years, 10 months ago
  34. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 3 years, 10 months ago
  35. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 3 years, 10 months ago
  36. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  37. 8b0fa8f MEDIUM: config: remove all checks for missing/invalid ports/ranges by Willy Tarreau · 3 years, 10 months ago
  38. 8095876 MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  39. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · 3 years, 10 months ago
  40. 8e979fa BUG/MEDIUM: tcp-checks: always attach the transport before installing the mux by Willy Tarreau · 4 years ago
  41. 810df06 MEDIUM: htx: Add a flag on a HTX message when no more data are expected by Christopher Faulet · 4 years ago
  42. 3d52f0f MINOR: server: Factorize code to deal with reuse of server idle connections by Christopher Faulet · 4 years ago
  43. 236c93b MINOR: connection: Set the conncetion target during its initialisation by Christopher Faulet · 4 years ago
  44. 21ddc74 MINOR: connection: Add a wrapper to mark a connection as private by Christopher Faulet · 4 years ago
  45. db6fe69 BUG/MEDIUM: checks: Increment the server's curr_used_conns by Olivier Houchard · 4 years ago
  46. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  47. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · 4 years, 1 month ago
  48. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  49. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  50. 51cd595 REORG: check: move tcpchecks away from check.c by Willy Tarreau · 4 years, 1 month ago