1. 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
  2. 8effd3d [MINOR] Use DPRINTF in assign_server() by Simon Horman · Sat Aug 13 08:03:52 2011 +0900
  3. 1620ec3 [MEDIUM] checks: group health checks methods by values and save option bits by Willy Tarreau · Sat Aug 06 17:05:02 2011 +0200
  4. 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
  5. 7b7a8e9 [BUG] log: retrieve the target from the session, not the SI by Willy Tarreau · Sun Mar 27 19:53:06 2011 +0200
  6. 5ab04ec [MEDIUM] server: add support for the "send-proxy" option by Willy Tarreau · Sun Mar 20 10:32:26 2011 +0100
  7. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · Thu Mar 10 23:25:56 2011 +0100
  8. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · Thu Mar 10 22:26:24 2011 +0100
  9. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · Thu Mar 10 16:55:02 2011 +0100
  10. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · Thu Mar 10 14:03:36 2011 +0100
  11. 3d80d91 [MEDIUM] session: remove s->prev_srv which is not needed anymore by Willy Tarreau · Thu Mar 10 11:42:13 2011 +0100
  12. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · Thu Mar 10 11:38:29 2011 +0100
  13. f5ab69a [MINOR] proxy: add PR_O2_DISPATCH to detect dispatch mode by Willy Tarreau · Fri Mar 04 22:44:16 2011 +0100
  14. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · Fri Mar 04 22:04:29 2011 +0100
  15. 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
  16. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · Thu Mar 03 17:42:23 2011 +0100
  17. 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
  18. 124d991 [BUG] http: fix computation of message body length after forwarding has started by Willy Tarreau · Tue Mar 01 20:30:48 2011 +0100
  19. 4a0d828 [MINOR] acl: srv_id is only valid in responses by Willy Tarreau · Wed Feb 23 15:24:16 2011 +0100
  20. 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
  21. 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
  22. 798a39c [MEDIUM] hash: add support for an 'avalanche' hash-type by Willy Tarreau · Wed Nov 24 15:04:29 2010 +0100
  23. 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
  24. d669a4f [MEDIUM] backend: support servers on 0.0.0.0 by Willy Tarreau · Tue Jul 13 14:49:50 2010 +0200
  25. a8f55d5 [MEDIUM] backend: initialize the server stream_interface upon connect() by Willy Tarreau · Mon May 31 17:44:19 2010 +0200
  26. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · Mon May 24 21:02:37 2010 +0200
  27. 645513a [CLEANUP] client: move some ACLs away to their respective locations by Willy Tarreau · Mon May 24 20:55:15 2010 +0200
  28. 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
  29. 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
  30. 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
  31. b1d6774 [MEDIUM] backend: move the transparent proxy address selection to backend by Willy Tarreau · Mon Mar 29 19:36:59 2010 +0200
  32. eaed5a1 [BUG] backend: L7 hashing must not be performed on incomplete requests by Willy Tarreau · Wed Mar 24 14:54:30 2010 +0100
  33. 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · Fri Jan 22 19:10:05 2010 +0100
  34. 962c3f4 [MEDIUM] http: fix handling of message pointers by Willy Tarreau · Sun Jan 10 00:15:35 2010 +0100
  35. 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · Mon Jan 04 16:03:09 2010 +0100
  36. a95a1f4 [BUG] http: the request URI pointer is relative to the buffer by Willy Tarreau · Sun Jan 03 13:04:35 2010 +0100
  37. 7c96f67 [BUG] http: body parsing must consider the start of message by Willy Tarreau · Sun Dec 27 22:47:25 2009 +0100
  38. 157dd63 [MEDIUM] backend: remove HTTP POST parsing from get_server_ph_post() by Willy Tarreau · Sun Dec 06 19:18:09 2009 +0100
  39. dc8017c [BUG] check_post: limit analysis to the buffer length by Willy Tarreau · Sun Dec 06 18:16:59 2009 +0100
  40. a36af91 [MINOR] acl: add fe_conn, be_conn, queue, avg_queue by Willy Tarreau · Sat Oct 10 12:02:45 2009 +0200
  41. 6b2e11b [MEDIUM] backend: implement consistent hashing variation by Willy Tarreau · Thu Oct 01 07:52:15 2009 +0200
  42. ac68c5d [OPTIM] counters: move some max numbers to the counters struct by Willy Tarreau · Sun Oct 04 23:12:44 2009 +0200
  43. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · Sun Oct 04 14:52:57 2009 +0200
  44. 9757a38 [MEDIUM] backend: introduce the "static-rr" LB algorithm by Willy Tarreau · Sat Oct 03 12:56:50 2009 +0200
  45. da76f4f [MINOR] backend: reorganize the LB algorithm selection by Willy Tarreau · Sat Oct 03 12:36:05 2009 +0200
  46. f3e49f9 [MINOR] backend: separate declarations of LB algos from their lookup method by Willy Tarreau · Sat Oct 03 12:21:20 2009 +0200
  47. 39c9ba7 [MINOR] lb_map: reorder code in order to ease integration of new hash functions by Willy Tarreau · Thu Oct 01 21:11:15 2009 +0200
  48. f89c187 [CLEANUP] backend: move LB algos to individual files by Willy Tarreau · Thu Oct 01 11:19:37 2009 +0200
  49. ca7d4b9 [MINOR] backend: uninline some LB functions by Willy Tarreau · Thu Oct 01 09:21:55 2009 +0200
  50. c5d9c80 [MINOR] backend: export some functions to recount servers by Willy Tarreau · Thu Oct 01 09:17:05 2009 +0200
  51. caf5898 [BUILD] compilation of haproxy-1.4-dev2 on FreeBSD by Dmitry Sivachenko · Mon Aug 24 15:11:06 2009 +0400
  52. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · Sun Aug 16 14:02:45 2009 +0200
  53. c9fce2f [BUILD] fix build for systems without SOL_TCP by Willy Tarreau · Sun Aug 16 14:13:47 2009 +0200
  54. b55932d [MEDIUM] remove old experimental tcpsplice option by Willy Tarreau · Sun Aug 16 13:20:32 2009 +0200
  55. 736aa23 [MEDIUM] add support for RDP cookie load-balancing by Emeric Brun · Tue Jun 30 17:56:00 2009 +0200
  56. dc340a9 [MEDIUM] splice: set the capability on each stream_interface by Willy Tarreau · Sun Jun 28 23:10:19 2009 +0200
  57. 6704d67 [MEDIUM] support setting a server weight to zero by Willy Tarreau · Mon Jun 15 10:56:05 2009 +0200
  58. d88edf2 [MEDIUM] implement tcp-smart-connect option at the backend by Willy Tarreau · Sun Jun 14 15:48:17 2009 +0200
  59. fb14edc [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux by Willy Tarreau · Sun Jun 14 15:24:37 2009 +0200
  60. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · Wed Jun 10 11:09:37 2009 +0200
  61. affb481 [MEDIUM] add support for "balance hdr(name)" by Benoit · Wed Mar 25 13:02:10 2009 +0100
  62. a3780f2 [BUG] connect timeout is in the stream interface, not the buffer by Willy Tarreau · Sun Mar 15 21:49:00 2009 +0100
  63. 604e830 [BUG] interface binding: length must include the trailing zero by Willy Tarreau · Fri Mar 06 00:48:23 2009 +0100
  64. 079ff0a [MINOR] acl: add 2 new verbs: fe_sess_rate and be_sess_rate by Willy Tarreau · Thu Mar 05 21:34:28 2009 +0100
  65. 3a8efeb [BUG] the "connslots" keyword was matched as "connlots" by Willy Tarreau · Thu Mar 05 19:15:37 2009 +0100
  66. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · Thu Mar 05 18:43:00 2009 +0100
  67. c76721d [MEDIUM] add support for source interface binding at the server level by Willy Tarreau · Wed Feb 04 20:20:58 2009 +0100
  68. d53f96b [MEDIUM] add support for source interface binding by Willy Tarreau · Wed Feb 04 18:46:54 2009 +0100
  69. 3ab68cf [MEDIUM] splice: add the global "nosplice" option by Willy Tarreau · Sun Jan 25 16:03:28 2009 +0100
  70. 03d60bb [OPTIM] buffer: replace rlim by max_len by Willy Tarreau · Fri Jan 09 11:13:00 2009 +0100
  71. 4b1f859 [BUG] "option transparent" is for backend, not frontend ! by Willy Tarreau · Tue Dec 23 23:13:55 2008 +0100
  72. 5051d7b [MINOR] acl: add new keyword "connslots" by Jeffrey 'jf' Lim · Thu Sep 04 01:03:03 2008 +0800
  73. 7e5067d [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session by Willy Tarreau · Sun Dec 07 16:27:56 2008 +0100
  74. 2d3d94c [MINOR] replace srv_close_with_err() with http_server_error() by Willy Tarreau · Sun Nov 30 20:20:08 2008 +0100
  75. 1e62de6 [MEDIUM] add the SN_CURR_SESS flag to the session to track open sessions by Willy Tarreau · Tue Nov 11 20:20:02 2008 +0100
  76. efb453c [MAJOR] migrate the connection logic to stream interface by Willy Tarreau · Sun Oct 26 20:49:47 2008 +0100
  77. 3537467 [MEDIUM] move QUEUE and TAR timers to stream interfaces by Willy Tarreau · Wed Sep 03 18:11:02 2008 +0200
  78. e5ed406 [MAJOR] make stream sockets aware of the stream interface by Willy Tarreau · Sat Aug 30 03:17:31 2008 +0200
  79. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · Sun Oct 19 07:30:41 2008 +0200
  80. 788e284 [BUG] fix harmless but wrong fd insertion sequence by Willy Tarreau · Tue Aug 26 13:25:39 2008 +0200
  81. 26ed74d [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout by Willy Tarreau · Sun Aug 17 12:11:14 2008 +0200
  82. adfb856 [MAJOR] get rid of SV_STANALYZE (step 2) by Willy Tarreau · Mon Aug 11 15:24:42 2008 +0200
  83. fb0528b [BUG] fix segfault with url_param + check_post by Willy Tarreau · Mon Aug 11 00:21:56 2008 +0200
  84. a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · Sun Aug 03 12:19:50 2008 +0200
  85. 0ceba5a [MEDIUM] acl: set types on all currently known ACL verbs by Willy Tarreau · Fri Jul 25 19:31:03 2008 +0200
  86. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · Tue Jul 15 00:22:45 2008 +0200
  87. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  88. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · Fri Jun 20 15:04:11 2008 +0200
  89. 9c30fc1 [MEDIUM] add support for URI hash depth and length limits by Marek Majkowski · Sun Apr 27 23:25:55 2008 +0200
  90. 192ee3e [BUILD] fix build of POST analysis code with gcc < 3 by Willy Tarreau · Sat Apr 19 21:24:56 2008 +0200
  91. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · Mon Apr 14 20:47:37 2008 +0200
  92. 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · Mon Mar 10 22:04:20 2008 +0100
  93. f4cca45 [BUG] option allbackups was not working anymore in roundrobin mode by Willy Tarreau · Sat Mar 08 21:42:54 2008 +0100
  94. 5a329cf [MEDIUM]: Prevent redispatcher from selecting the same server, version #3 by Krzysztof Piotr Oledzki · Fri Feb 22 03:50:19 2008 +0100
  95. 626a19b [BUG] Don't increment server connections too much + fix retries by Krzysztof Piotr Oledzki · Mon Feb 04 02:10:09 2008 +0100
  96. 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal by Willy Tarreau · Sun Jan 27 02:21:53 2008 +0100
  97. cf1d572 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · Thu Feb 14 20:28:18 2008 +0100
  98. 21d2af3 Revert "[BUILD] backend.c and checks.c did not build without tproxy !" by Willy Tarreau · Thu Feb 14 20:25:24 2008 +0100
  99. 3c3c012 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · Wed Feb 13 22:22:56 2008 +0100
  100. 9c33612 [MEDIUM] completely implement the server redirection method by Willy Tarreau · Wed Feb 13 00:45:24 2008 +0100