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