1. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · Mon Nov 12 00:42:33 2012 +0100
  2. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · Fri Oct 26 20:10:28 2012 +0200
  3. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · Fri Oct 12 23:49:43 2012 +0200
  4. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  5. 3aaba44 BUILD: fix compilation error with DEBUG_FULL by Cyril Bonté · Sun Sep 23 14:19:12 2012 +0200
  6. ce39bfb BUG: backend: balance hdr was broken since 1.5-dev11 by Willy Tarreau · Sat Sep 22 18:36:29 2012 +0200
  7. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
  8. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · Thu Aug 30 22:23:13 2012 +0200
  9. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · Thu Aug 30 21:11:38 2012 +0200
  10. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · Thu Aug 30 15:49:18 2012 +0200
  11. a75bcef REORG: buffer: move buffer_flush, b_adv and b_rew to buffer.h by Willy Tarreau · Fri Aug 24 22:56:11 2012 +0200
  12. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200
  13. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · Fri Aug 24 18:12:41 2012 +0200
  14. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · Mon Aug 20 17:01:35 2012 +0200
  15. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · Mon Jul 02 17:01:20 2012 +0200
  16. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · Mon Jul 02 15:11:27 2012 +0200
  17. 8dc4184 MINOR: balance uri: added 'whole' parameter to include query string in hash calculation by Oskar Stolc · Sat May 19 10:19:54 2012 +0100
  18. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · Mon May 21 16:31:45 2012 +0200
  19. 06a000f CLEANUP: http: make it more obvious that msg->som is always null outside of chunks by Willy Tarreau · Fri May 18 23:04:32 2012 +0200
  20. 09d1e25 MAJOR: http: stop using msg->sol outside the parsers by Willy Tarreau · Fri May 18 22:36:34 2012 +0200
  21. d1de8af BUG/MAJOR: fix regression on content-based hashing and http-send-name-header by Willy Tarreau · Fri May 18 22:12:14 2012 +0200
  22. d02394b MEDIUM: stream_interface: derive the socket operations from the target by Willy Tarreau · Fri May 11 18:32:18 2012 +0200
  23. b277d6e CLEANUP: sock_raw: remove last references to stream_sock by Willy Tarreau · Fri May 11 16:59:14 2012 +0200
  24. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · Fri May 11 16:16:40 2012 +0200
  25. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · Fri May 11 14:23:52 2012 +0200
  26. a93c74b MEDIUM: cfgparse: make backend_parse_balance() use memprintf to report errors by Willy Tarreau · Tue May 08 18:14:39 2012 +0200
  27. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · Mon May 07 18:12:14 2012 +0200
  28. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · Mon May 07 17:15:39 2012 +0200
  29. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · Wed Apr 25 10:13:36 2012 +0200
  30. 24e32d8 MEDIUM: acl: replace acl_expr with args in acl fetch_* functions by Willy Tarreau · Mon Apr 23 23:55:44 2012 +0200
  31. 32389b7 MEDIUM: acl/pattern: switch rdp_cookie functions stack up-down by Willy Tarreau · Mon Apr 23 23:13:20 2012 +0200
  32. 21e5b0e MEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE by Willy Tarreau · Mon Apr 23 19:25:44 2012 +0200
  33. 197e10a MEDIUM: acl: get rid of the SET_RES flags by Willy Tarreau · Mon Apr 23 19:18:42 2012 +0200
  34. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · Mon Apr 23 18:53:56 2012 +0200
  35. 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
  36. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · Fri Apr 20 20:49:27 2012 +0200
  37. 0146c2e MEDIUM: acl: remove unused tests for missing args when args are mandatory by Willy Tarreau · Fri Apr 20 11:37:56 2012 +0200
  38. fc2c1fd MAJOR: acl: ensure that implicit table and proxies are valid by Willy Tarreau · Thu Apr 19 23:35:54 2012 +0200
  39. d28c353 MAJOR: acl: make acl_find_targets also resolve proxy names at config time by Willy Tarreau · Thu Apr 19 19:28:33 2012 +0200
  40. 61612d4 MAJOR: acl: store the ACL argument types in the ACL keyword declaration by Willy Tarreau · Thu Apr 19 18:42:05 2012 +0200
  41. 34db108 MAJOR: acl: make use of the new argument parsing framework by Willy Tarreau · Thu Apr 19 17:16:54 2012 +0200
  42. 3a215be MAJOR: http: make http_msg->sol relative to buffer's origin by Willy Tarreau · Fri Mar 09 21:39:51 2012 +0100
  43. ea1175a MAJOR: http: change msg->{som,col,sov,eoh} to be relative to buffer origin by Willy Tarreau · Mon Mar 05 15:52:30 2012 +0100
  44. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · Thu Mar 01 18:19:58 2012 +0100
  45. 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
  46. 5dd7fa1 BUG/MEDIUM: balance source did not properly hash IPv6 addresses by Willy Tarreau · Sat Mar 31 19:53:37 2012 +0200
  47. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · Fri Mar 02 14:35:21 2012 +0100
  48. f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · Mon Feb 13 17:12:08 2012 +0100
  49. 294c473 MEDIUM: http: replace get_ip_from_hdr2() with http_get_hdr() by Willy Tarreau · Fri Dec 16 21:35:50 2011 +0100
  50. 664092c MEDIUM: acl: use temp_pattern to store any string-type information by Willy Tarreau · Fri Dec 16 19:11:42 2011 +0100
  51. a5e3756 MEDIUM: acl: use temp_pattern to store any integer-type information by Willy Tarreau · Fri Dec 16 17:06:15 2011 +0100
  52. 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
  53. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · Fri Sep 23 10:54:59 2011 +0200
  54. dd164d0 BUG/MINOR: don't use a wrong port when connecting to a server with mapped ports by Willy Tarreau · Fri Sep 23 10:27:12 2011 +0200
  55. 542a31d [BUG] backend: risk of picking a wrong port when mapping is used with crossed families by Willy Tarreau · Sat Aug 27 12:07:49 2011 +0200
  56. 8effd3d [MINOR] Use DPRINTF in assign_server() by Simon Horman · Sat Aug 13 08:03:52 2011 +0900
  57. 1620ec3 [MEDIUM] checks: group health checks methods by values and save option bits by Willy Tarreau · Sat Aug 06 17:05:02 2011 +0200
  58. daa824e [MINOR] acl: add srv_conn acl to count connections on a specific backend server by Hervé COMMOWICK · Fri Aug 05 12:09:44 2011 +0200
  59. 7b7a8e9 [BUG] log: retrieve the target from the session, not the SI by Willy Tarreau · Sun Mar 27 19:53:06 2011 +0200
  60. 5ab04ec [MEDIUM] server: add support for the "send-proxy" option by Willy Tarreau · Sun Mar 20 10:32:26 2011 +0100
  61. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · Thu Mar 10 23:25:56 2011 +0100
  62. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · Thu Mar 10 22:26:24 2011 +0100
  63. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · Thu Mar 10 16:55:02 2011 +0100
  64. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · Thu Mar 10 14:03:36 2011 +0100
  65. 3d80d91 [MEDIUM] session: remove s->prev_srv which is not needed anymore by Willy Tarreau · Thu Mar 10 11:42:13 2011 +0100
  66. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · Thu Mar 10 11:38:29 2011 +0100
  67. f5ab69a [MINOR] proxy: add PR_O2_DISPATCH to detect dispatch mode by Willy Tarreau · Fri Mar 04 22:44:16 2011 +0100
  68. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · Fri Mar 04 22:04:29 2011 +0100
  69. 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
  70. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · Thu Mar 03 17:42:23 2011 +0100
  71. 61a21a3 [BUG] http: balance url_param did not work with first parameters on POST by Willy Tarreau · Tue Mar 01 20:35:49 2011 +0100
  72. 124d991 [BUG] http: fix computation of message body length after forwarding has started by Willy Tarreau · Tue Mar 01 20:30:48 2011 +0100
  73. 4a0d828 [MINOR] acl: srv_id is only valid in responses by Willy Tarreau · Wed Feb 23 15:24:16 2011 +0100
  74. 17af419 [BUG] acl: srv_id must return no match when the server is NULL by Willy Tarreau · Wed Feb 23 14:27:06 2011 +0100
  75. 35ed801 [MINOR] acl: add be_id/srv_id to match backend's and server's id by Hervé COMMOWICK · Wed Dec 15 14:04:51 2010 +0100
  76. 798a39c [MEDIUM] hash: add support for an 'avalanche' hash-type by Willy Tarreau · Wed Nov 24 15:04:29 2010 +0100
  77. ec810d1 [MINOR] Add some tests on sockets family for port remapping and mode transparent. by Emeric Brun · Fri Oct 22 16:36:33 2010 +0200
  78. d669a4f [MEDIUM] backend: support servers on 0.0.0.0 by Willy Tarreau · Tue Jul 13 14:49:50 2010 +0200
  79. a8f55d5 [MEDIUM] backend: initialize the server stream_interface upon connect() by Willy Tarreau · Mon May 31 17:44:19 2010 +0200
  80. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · Mon May 24 21:02:37 2010 +0200
  81. 645513a [CLEANUP] client: move some ACLs away to their respective locations by Willy Tarreau · Mon May 24 20:55:15 2010 +0200
  82. 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
  83. 0b1cd94 [MINOR] acl: add srv_is_up() to check that a specific server is up or not by Willy Tarreau · Sun May 16 22:18:27 2010 +0200
  84. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · Mon Sep 07 11:51:47 2009 +0200
  85. b1d6774 [MEDIUM] backend: move the transparent proxy address selection to backend by Willy Tarreau · Mon Mar 29 19:36:59 2010 +0200
  86. eaed5a1 [BUG] backend: L7 hashing must not be performed on incomplete requests by Willy Tarreau · Wed Mar 24 14:54:30 2010 +0100
  87. 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · Fri Jan 22 19:10:05 2010 +0100
  88. 962c3f4 [MEDIUM] http: fix handling of message pointers by Willy Tarreau · Sun Jan 10 00:15:35 2010 +0100
  89. 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · Mon Jan 04 16:03:09 2010 +0100
  90. a95a1f4 [BUG] http: the request URI pointer is relative to the buffer by Willy Tarreau · Sun Jan 03 13:04:35 2010 +0100
  91. 7c96f67 [BUG] http: body parsing must consider the start of message by Willy Tarreau · Sun Dec 27 22:47:25 2009 +0100
  92. 157dd63 [MEDIUM] backend: remove HTTP POST parsing from get_server_ph_post() by Willy Tarreau · Sun Dec 06 19:18:09 2009 +0100
  93. dc8017c [BUG] check_post: limit analysis to the buffer length by Willy Tarreau · Sun Dec 06 18:16:59 2009 +0100
  94. a36af91 [MINOR] acl: add fe_conn, be_conn, queue, avg_queue by Willy Tarreau · Sat Oct 10 12:02:45 2009 +0200
  95. 6b2e11b [MEDIUM] backend: implement consistent hashing variation by Willy Tarreau · Thu Oct 01 07:52:15 2009 +0200
  96. ac68c5d [OPTIM] counters: move some max numbers to the counters struct by Willy Tarreau · Sun Oct 04 23:12:44 2009 +0200
  97. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · Sun Oct 04 14:52:57 2009 +0200
  98. 9757a38 [MEDIUM] backend: introduce the "static-rr" LB algorithm by Willy Tarreau · Sat Oct 03 12:56:50 2009 +0200
  99. da76f4f [MINOR] backend: reorganize the LB algorithm selection by Willy Tarreau · Sat Oct 03 12:36:05 2009 +0200
  100. f3e49f9 [MINOR] backend: separate declarations of LB algos from their lookup method by Willy Tarreau · Sat Oct 03 12:21:20 2009 +0200