1. eeda90e MAJOR: fd: remove the need for the socket layer to recheck the connection by Willy Tarreau · 12 years ago
  2. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · 12 years ago
  3. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · 12 years ago
  4. 0a3dd74 MEDIUM: cfgparse: use the new error reporting framework for remaining cfg_keywords by Willy Tarreau · 12 years ago
  5. 22bca61 MEDIUM: proto_tcp: remove src6 and dst6 pattern fetch methods by Willy Tarreau · 12 years ago
  6. bbebbbf REORG/MEDIUM: move the default accept function from sockstream to protocols.c by Willy Tarreau · 12 years ago
  7. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · 12 years ago
  8. 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · 12 years ago
  9. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago
  10. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · 12 years ago
  11. b7451bb MEDIUM: acl: report parsing errors to the caller by Willy Tarreau · 12 years ago
  12. 0d5fe14 MINOR: proto_tcp: validate arguments of payload and payload_lv ACLs by Willy Tarreau · 12 years ago
  13. d6281ae MEDIUM: pattern: use smp_fetch_rdp_cookie instead of the pattern specific version by Willy Tarreau · 12 years ago
  14. 82ea800 CLEANUP: pattern: ensure that payload and payload_lv always stay in the buffer by Willy Tarreau · 12 years ago
  15. 0ce3aa0 MEDIUM: acl: implement payload and payload_lv by Willy Tarreau · 12 years ago
  16. 4a12981 MEDIUM: acl/pattern: factor out the src/dst address fetches by Willy Tarreau · 12 years ago
  17. 25c1ebc MEDIUM: acl/pattern: start merging common sample fetch functions by Willy Tarreau · 12 years ago
  18. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  19. 9fb4bc7 MINOR: tcp: replace acl_fetch_rdp_cookie with smp_fetch_rdp_cookie by Willy Tarreau · 12 years ago
  20. 24e32d8 MEDIUM: acl: replace acl_expr with args in acl fetch_* functions by Willy Tarreau · 12 years ago
  21. 32389b7 MEDIUM: acl/pattern: switch rdp_cookie functions stack up-down by Willy Tarreau · 12 years ago
  22. b8c8f1f MEDIUM: pattern: retrieve the sample type in the sample, not in the keyword description by Willy Tarreau · 12 years ago
  23. 342acb4 MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere by Willy Tarreau · 12 years ago
  24. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · 12 years ago
  25. 3740635 MAJOR: acl: make use of the new sample struct and get rid of acl_test by Willy Tarreau · 12 years ago
  26. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · 12 years ago
  27. 21d68a6 MEDIUM: pattern: add an argument validation callback to pattern descriptors by Willy Tarreau · 12 years ago
  28. 9fcb984 MEDIUM: pattern: use the standard arg parser by Willy Tarreau · 12 years ago
  29. f995410 MEDIUM: pattern: get rid of arg_i in all functions making use of arguments by Willy Tarreau · 12 years ago
  30. ecfb8e8 MEDIUM: pattern: replace type pattern_arg with type arg by Willy Tarreau · 12 years ago
  31. 61612d4 MAJOR: acl: store the ACL argument types in the ACL keyword declaration by Willy Tarreau · 12 years ago
  32. 34db108 MAJOR: acl: make use of the new argument parsing framework by Willy Tarreau · 12 years ago
  33. 89fa706 MAJOR: buffers: replace buf->w with buf->p - buf->o by Willy Tarreau · 12 years ago
  34. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · 12 years ago
  35. 2e046c6 MAJOR: buffer rework: replace ->send_max with ->o by Willy Tarreau · 12 years ago
  36. 9b061e3 MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET by Willy Tarreau · 12 years ago
  37. d94991d CLEANUP: Fix some minor whitespace issues by Aman Gupta · 12 years ago
  38. 0bc0c24 MINOR: Add TO/FROM_SET flags to struct stream_interface by Aman Gupta · 12 years ago
  39. ceafb4a CLEANUP: Fix some minor typos by Aman Gupta · 12 years ago
  40. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · 12 years ago
  41. 664092c MEDIUM: acl: use temp_pattern to store any string-type information by Willy Tarreau · 13 years ago
  42. f4362b3 MEDIUM: acl: use temp_pattern to store any address-type information by Willy Tarreau · 13 years ago
  43. a5e3756 MEDIUM: acl: use temp_pattern to store any integer-type information by Willy Tarreau · 13 years ago
  44. 5dc1e98 BUG: proto_tcp: don't try to bind to a foreign address if sin_family is unknown by Willy Tarreau · 13 years ago
  45. f6f8225 BUG: tcp: option nolinger does not work on backends by Willy Tarreau · 13 years ago
  46. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · 13 years ago
  47. 631f01c [MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop() by Willy Tarreau · 13 years ago
  48. 86ad42c [MINOR] make use of set_host_port() and get_host_port() to get rid of family mismatches by Willy Tarreau · 13 years ago
  49. 6c54d8b [MINOR] Consistently use error in tcp_parse_tcp_req() by Simon Horman · 13 years ago
  50. de072bd [CLEANUP] Remove unnecessary casts by Simon Horman · 13 years ago
  51. ab814e0 [MINOR] Add rdp_cookie pattern fetch function by Simon Horman · 13 years ago
  52. 96dd079 [BUG] proto_tcp: fix address binding on remote source by Willy Tarreau · 13 years ago
  53. 1b4b7ce [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage by Willy Tarreau · 13 years ago
  54. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · 13 years ago
  55. 6f831b4 [BUILD] proto_tcp: fix build issue with CTTPROXY by Willy Tarreau · 13 years ago
  56. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · 13 years ago
  57. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  58. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · 13 years ago
  59. f153686 [REORG] tcp: make tcpv4_connect_server() take the target address from the SI by Willy Tarreau · 13 years ago
  60. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · 13 years ago
  61. 48a7e72 [MINOR] tcp: add support for dynamic MSS setting by Willy Tarreau · 14 years ago
  62. f2d7cae [MINOR] Add pattern's fetchs payload and payload_lv by Emeric · 14 years ago
  63. 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
  64. 97679e7 [MEDIUM] Implement tcp inspect response rules by Emeric Brun · 14 years ago
  65. 43ba1b3 [MINOR] startup: print the proxy socket which caused an error by Cyril Bonté · 14 years ago
  66. f769f51 [MINOR] Enhance controls of socket's family on acls and pattern fetch by Emeric Brun · 14 years ago
  67. cf20bf1 [MEDIUM] Enhance message errors management on binds by Emeric Brun · 14 years ago
  68. 8aa6b37 [BUG] proto_tcp: potential bug on pattern fetch dst and dport by emeric · 14 years ago
  69. b824b00 [MEDIUM] tcp-request : don't wait for inspect-delay to expire when the buffer is full by Willy Tarreau · 14 years ago
  70. fb024dc [BUG] conf: add tcp-request content rules to the correct list by Willy Tarreau · 14 years ago
  71. 0a4838c [MEDIUM] session-counters: correctly unbind the counters tracked by the backend by Willy Tarreau · 14 years ago
  72. 5612328 [MINOR] session-counters: use "track-sc{1,2}" instead of "track-{fe,be}-counters" by Willy Tarreau · 14 years ago
  73. 68c03ab [MEDIUM] config: replace 'tcp-request <action>' with "tcp-request connection" by Willy Tarreau · 14 years ago
  74. d1f9652 [MEDIUM] tcp: accept the "track-counters" in "tcp-request content" rules by Willy Tarreau · 14 years ago
  75. f059a0f [MAJOR] session-counters: split FE and BE track counters by Willy Tarreau · 14 years ago
  76. 8b22a71 [MEDIUM] session: move counter ACL fetches from proto_tcp by Willy Tarreau · 14 years ago
  77. 9ba2dcc [MAJOR] session: add track-counters to track counters related to the session by Willy Tarreau · 14 years ago
  78. 171819b [MINOR] tcp: src_count acl does not have a permanent result by Willy Tarreau · 14 years ago
  79. fb35620 [MEDIUM] session: support "tcp-request content" rules in backends by Willy Tarreau · 14 years ago
  80. f535683 [BUG] config: report the correct proxy type in tcp-request errors by Willy Tarreau · 14 years ago
  81. 6a984fa [CLEANUP] proto_tcp: make the config parser a little bit more flexible by Willy Tarreau · 14 years ago
  82. cb18364 [MEDIUM] stick_table: separate storage and update of session entries by Willy Tarreau · 14 years ago
  83. a975b8f [MINOR] tcp: add per-source connection rate limiting by Willy Tarreau · 14 years ago
  84. 2799e98 [MINOR] frontend: count denied TCP requests separately by Willy Tarreau · 14 years ago
  85. a5c0ab2 [MEDIUM] frontend: check for LI_O_TCP_RULES in the listener by Willy Tarreau · 14 years ago
  86. 1a68794 [MEDIUM] config: parse tcp layer4 rules (tcp-request accept/reject) by Willy Tarreau · 14 years ago
  87. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · 14 years ago
  88. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · 14 years ago
  89. 645513a [CLEANUP] client: move some ACLs away to their respective locations by Willy Tarreau · 14 years ago
  90. 44b90cc [CLEANUP] tcp: move some non tcp-specific layer6 processing out of proto_tcp by Willy Tarreau · 14 years ago
  91. 0645787 [CLEANUP] acl: use 'L6' instead of 'L4' in ACL flags relying on contents by Willy Tarreau · 14 years ago
  92. 23968d8 [BUG] tcp: dropped connections must be counted as "denied" not "failed" by Willy Tarreau · 14 years ago
  93. c426296 [MEDIUM] acl: add tree-based lookups of exact strings by Willy Tarreau · 14 years ago
  94. 090466c [MINOR] add new tproxy flags for dynamic source address binding by Willy Tarreau · 15 years ago
  95. b1d6774 [MEDIUM] backend: move the transparent proxy address selection to backend by Willy Tarreau · 14 years ago
  96. ef6494c [CLEANUP] config: use build_acl_cond() instead of parse_acl_cond() by Willy Tarreau · 14 years ago
  97. e803de2 [MINOR] add the ability to force kernel socket buffer size. by Willy Tarreau · 14 years ago
  98. 7c3c541 [MAJOR] buffers: automatically compute the maximum buffer length by Willy Tarreau · 15 years ago
  99. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · 15 years ago
  100. 8d5d77e [OPTIM] move some rarely used fields out of fdtab by Willy Tarreau · 15 years ago