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