1. f4362b3 MEDIUM: acl: use temp_pattern to store any address-type information by Willy Tarreau · 13 years ago
  2. a5e3756 MEDIUM: acl: use temp_pattern to store any integer-type information by Willy Tarreau · 13 years ago
  3. 5dc1e98 BUG: proto_tcp: don't try to bind to a foreign address if sin_family is unknown by Willy Tarreau · 13 years ago
  4. f6f8225 BUG: tcp: option nolinger does not work on backends by Willy Tarreau · 13 years ago
  5. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · 13 years ago
  6. 631f01c [MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop() by Willy Tarreau · 13 years ago
  7. 86ad42c [MINOR] make use of set_host_port() and get_host_port() to get rid of family mismatches by Willy Tarreau · 13 years ago
  8. 6c54d8b [MINOR] Consistently use error in tcp_parse_tcp_req() by Simon Horman · 13 years ago
  9. de072bd [CLEANUP] Remove unnecessary casts by Simon Horman · 13 years ago
  10. ab814e0 [MINOR] Add rdp_cookie pattern fetch function by Simon Horman · 13 years ago
  11. 96dd079 [BUG] proto_tcp: fix address binding on remote source by Willy Tarreau · 13 years ago
  12. 1b4b7ce [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage by Willy Tarreau · 13 years ago
  13. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · 13 years ago
  14. 6f831b4 [BUILD] proto_tcp: fix build issue with CTTPROXY by Willy Tarreau · 13 years ago
  15. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · 13 years ago
  16. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  17. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · 13 years ago
  18. f153686 [REORG] tcp: make tcpv4_connect_server() take the target address from the SI by Willy Tarreau · 13 years ago
  19. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · 13 years ago
  20. 48a7e72 [MINOR] tcp: add support for dynamic MSS setting by Willy Tarreau · 14 years ago
  21. f2d7cae [MINOR] Add pattern's fetchs payload and payload_lv by Emeric · 14 years ago
  22. 485479d [MEDIUM] Create new protected pattern types CONSTSTRING and CONSTDATA to force memcpy if data from protected areas need to be manipulated. by Emeric Brun · 14 years ago
  23. 97679e7 [MEDIUM] Implement tcp inspect response rules by Emeric Brun · 14 years ago
  24. 43ba1b3 [MINOR] startup: print the proxy socket which caused an error by Cyril Bonté · 14 years ago
  25. f769f51 [MINOR] Enhance controls of socket's family on acls and pattern fetch by Emeric Brun · 14 years ago
  26. cf20bf1 [MEDIUM] Enhance message errors management on binds by Emeric Brun · 14 years ago
  27. 8aa6b37 [BUG] proto_tcp: potential bug on pattern fetch dst and dport by emeric · 14 years ago
  28. b824b00 [MEDIUM] tcp-request : don't wait for inspect-delay to expire when the buffer is full by Willy Tarreau · 14 years ago
  29. fb024dc [BUG] conf: add tcp-request content rules to the correct list by Willy Tarreau · 14 years ago
  30. 0a4838c [MEDIUM] session-counters: correctly unbind the counters tracked by the backend by Willy Tarreau · 14 years ago
  31. 5612328 [MINOR] session-counters: use "track-sc{1,2}" instead of "track-{fe,be}-counters" by Willy Tarreau · 14 years ago
  32. 68c03ab [MEDIUM] config: replace 'tcp-request <action>' with "tcp-request connection" by Willy Tarreau · 14 years ago
  33. d1f9652 [MEDIUM] tcp: accept the "track-counters" in "tcp-request content" rules by Willy Tarreau · 14 years ago
  34. f059a0f [MAJOR] session-counters: split FE and BE track counters by Willy Tarreau · 14 years ago
  35. 8b22a71 [MEDIUM] session: move counter ACL fetches from proto_tcp by Willy Tarreau · 14 years ago
  36. 9ba2dcc [MAJOR] session: add track-counters to track counters related to the session by Willy Tarreau · 14 years ago
  37. 171819b [MINOR] tcp: src_count acl does not have a permanent result by Willy Tarreau · 14 years ago
  38. fb35620 [MEDIUM] session: support "tcp-request content" rules in backends by Willy Tarreau · 14 years ago
  39. f535683 [BUG] config: report the correct proxy type in tcp-request errors by Willy Tarreau · 14 years ago
  40. 6a984fa [CLEANUP] proto_tcp: make the config parser a little bit more flexible by Willy Tarreau · 14 years ago
  41. cb18364 [MEDIUM] stick_table: separate storage and update of session entries by Willy Tarreau · 14 years ago
  42. a975b8f [MINOR] tcp: add per-source connection rate limiting by Willy Tarreau · 14 years ago
  43. 2799e98 [MINOR] frontend: count denied TCP requests separately by Willy Tarreau · 14 years ago
  44. a5c0ab2 [MEDIUM] frontend: check for LI_O_TCP_RULES in the listener by Willy Tarreau · 14 years ago
  45. 1a68794 [MEDIUM] config: parse tcp layer4 rules (tcp-request accept/reject) by Willy Tarreau · 14 years ago
  46. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · 14 years ago
  47. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · 14 years ago
  48. 645513a [CLEANUP] client: move some ACLs away to their respective locations by Willy Tarreau · 14 years ago
  49. 44b90cc [CLEANUP] tcp: move some non tcp-specific layer6 processing out of proto_tcp by Willy Tarreau · 14 years ago
  50. 0645787 [CLEANUP] acl: use 'L6' instead of 'L4' in ACL flags relying on contents by Willy Tarreau · 14 years ago
  51. 23968d8 [BUG] tcp: dropped connections must be counted as "denied" not "failed" by Willy Tarreau · 14 years ago
  52. c426296 [MEDIUM] acl: add tree-based lookups of exact strings by Willy Tarreau · 14 years ago
  53. 090466c [MINOR] add new tproxy flags for dynamic source address binding by Willy Tarreau · 15 years ago
  54. b1d6774 [MEDIUM] backend: move the transparent proxy address selection to backend by Willy Tarreau · 14 years ago
  55. ef6494c [CLEANUP] config: use build_acl_cond() instead of parse_acl_cond() by Willy Tarreau · 14 years ago
  56. e803de2 [MINOR] add the ability to force kernel socket buffer size. by Willy Tarreau · 14 years ago
  57. 7c3c541 [MAJOR] buffers: automatically compute the maximum buffer length by Willy Tarreau · 15 years ago
  58. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · 15 years ago
  59. 8d5d77e [OPTIM] move some rarely used fields out of fdtab by Willy Tarreau · 15 years ago
  60. cb6cd43 [MINOR] tcp: add support for the defer_accept bind option by Willy Tarreau · 15 years ago
  61. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  62. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · 15 years ago
  63. 520d95e [MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNECT and BF_AUTO_CLOSE by Willy Tarreau · 15 years ago
  64. caf5898 [BUILD] compilation of haproxy-1.4-dev2 on FreeBSD by Dmitry Sivachenko · 15 years ago
  65. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · 15 years ago
  66. c9fce2f [BUILD] fix build for systems without SOL_TCP by Willy Tarreau · 15 years ago
  67. 606ad73 [BUG] config: tcp-request content only accepts "if" or "unless" by Willy Tarreau · 15 years ago
  68. 1a21194 [MINOR] acl: don't complain anymore when using L7 acls in TCP by Willy Tarreau · 15 years ago
  69. 647caf1 [MEDIUM] add support for RDP cookie persistence by Emeric Brun · 15 years ago
  70. bede3d0 [MINOR] acl: add support for matching of RDP cookies by Emeric Brun · 15 years ago
  71. 51d5dad [MINOR] allow TCP inspection rules to make use of HTTP ACLs by Willy Tarreau · 15 years ago
  72. a9fb083 [MINOR] report in the proxies the requirements for ACLs by Willy Tarreau · 15 years ago
  73. 3a81629 [MEDIUM] session: tell analysers what bit they were called for by Willy Tarreau · 15 years ago
  74. 5d707e1 [MEDIUM] stream_sock: don't close prematurely when nolinger is set by Willy Tarreau · 15 years ago
  75. be1b918 [MEDIUM] add support for TCP MSS adjustment for listeners by Willy Tarreau · 15 years ago
  76. fb14edc [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux by Willy Tarreau · 15 years ago
  77. 9ea05a7 [MEDIUM] implement option tcp-smart-accept at the frontend by Willy Tarreau · 15 years ago
  78. 8e80e0b [BUG] fix parser crash on unconditional tcp content rules by Willy Tarreau · 15 years ago
  79. 61d1889 [MINOR] improve reporting of misplaced acl/reqxxx rules by Willy Tarreau · 15 years ago
  80. 86ef7dc [MINOR] tcp_request: let the caller take care of errors and timeouts by Willy Tarreau · 15 years ago
  81. 5af24ef [CLEANUP] config: catch and report some possibly wrong rule ordering by Willy Tarreau · 15 years ago
  82. d869b24 [MINOR] tcp-inspect: permit the use of no-delay inspection by Willy Tarreau · 15 years ago
  83. 604e830 [BUG] interface binding: length must include the trailing zero by Willy Tarreau · 15 years ago
  84. 5e6e204 [MINOR] add support for bind interface name by Willy Tarreau · 15 years ago
  85. 03d60bb [OPTIM] buffer: replace rlim by max_len by Willy Tarreau · 15 years ago
  86. b5654f6 [MINOR] move the listener reference from fd to session by Willy Tarreau · 16 years ago
  87. edcf668 [MEDIUM] extract TCP request processing from HTTP by Willy Tarreau · 16 years ago
  88. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · 16 years ago
  89. eabf313 [MINOR] change type of fdtab[]->owner to void* by Willy Tarreau · 16 years ago
  90. c7e961e [BUILD] fix warning in proto_tcp.c with gcc >= 4 by Willy Tarreau · 16 years ago
  91. dd64f8d [MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings by Willy Tarreau · 16 years ago
  92. 0ceba5a [MEDIUM] acl: set types on all currently known ACL verbs by Willy Tarreau · 16 years ago
  93. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  94. 284648e [CLEANUP] remove unused include/types/client.h by Willy Tarreau · 16 years ago
  95. 655e26a [MINOR] acl: add req_ssl_ver in TCP, to match an SSL version by Willy Tarreau · 16 years ago
  96. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · 16 years ago
  97. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · 16 years ago
  98. e8c66af [MEDIUM] fix server health checks source address selection by Willy Tarreau · 16 years ago
  99. 0a45989 [MINOR] add transparent proxy support for balabit's Tproxy v4 by Willy Tarreau · 16 years ago
  100. b1e52e8 [MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY) by Willy Tarreau · 16 years ago