1. af51495 [MINOR] Add active connection list to server by Simon Horman · Tue Jun 21 14:34:57 2011 +0900
  2. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · Thu Mar 10 23:25:56 2011 +0100
  3. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · Thu Mar 10 16:55:02 2011 +0100
  4. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · Thu Mar 10 14:03:36 2011 +0100
  5. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · Thu Mar 10 11:38:29 2011 +0100
  6. d132f74 [BUG] queue: don't dequeue proxy-global requests on disabled servers by Willy Tarreau · Fri Aug 06 10:08:23 2010 +0200
  7. ac68c5d [OPTIM] counters: move some max numbers to the counters struct by Willy Tarreau · Sun Oct 04 23:12:44 2009 +0200
  8. 922a806 [BUG] do not dequeue the backend's pending connections on a dead server by Willy Tarreau · Thu Dec 04 09:33:58 2008 +0100
  9. 28a9e52 [BUG] dynamic connection throttling could return a max of zero conns by Willy Tarreau · Sun Sep 14 17:43:27 2008 +0200
  10. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · Fri Aug 29 18:19:04 2008 +0200
  11. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · Tue Jul 15 00:22:45 2008 +0200
  12. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · Fri Jun 20 15:04:11 2008 +0200
  13. 7a63abd [BUG] log: reported queue position was offed-by-one by Willy Tarreau · Fri Jun 13 21:48:18 2008 +0200
  14. 7008987 [BUG] queue management: wake oldest request in queues by Willy Tarreau · Fri Jun 13 21:12:51 2008 +0200
  15. 9909fc1 [MEDIUM] implement the slowstart parameter for servers by Willy Tarreau · Fri Nov 30 17:42:05 2007 +0100
  16. e4d7e55 [MAJOR] ported pendconn to mempools v2 by Willy Tarreau · Sun May 13 20:19:55 2007 +0200
  17. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · Sat May 12 22:35:00 2007 +0200
  18. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · Sun Apr 29 10:41:56 2007 +0200
  19. a8cff1d [BUILD] fixed a warning on OpenBSD : MIN/MAX redefined by Willy Tarreau · Mon Apr 09 16:10:57 2007 +0200
  20. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · Sun Apr 01 00:01:37 2007 +0200
  21. 8603431 [MEDIUM] split fe->maxconn into fe->maxconn and be->fullconn by Willy Tarreau · Fri Dec 29 00:10:33 2006 +0100
  22. f1221aa [MEDIUM] separated nbconn into feconn and beconn by Willy Tarreau · Sun Dec 17 22:14:12 2006 +0100
  23. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · Sun Dec 17 19:31:23 2006 +0100
  24. 73de989 [MAJOR] separate sess->proxy into sess->{fe,fi,be} by Willy Tarreau · Thu Nov 30 11:40:23 2006 +0100
  25. b17916e [CLEANUP] add a few "const char *" where appropriate by Willy Tarreau · Sun Oct 15 15:17:57 2006 +0200
  26. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · Thu Jun 29 18:54:54 2006 +0200
  27. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · Thu Jun 29 17:53:05 2006 +0200
  28. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · Mon Jun 26 02:48:02 2006 +0200