1. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · 13 years ago
  2. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · 13 years ago
  3. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · 13 years ago
  4. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · 13 years ago
  5. d132f74 [BUG] queue: don't dequeue proxy-global requests on disabled servers by Willy Tarreau · 14 years ago
  6. ac68c5d [OPTIM] counters: move some max numbers to the counters struct by Willy Tarreau · 15 years ago
  7. 922a806 [BUG] do not dequeue the backend's pending connections on a dead server by Willy Tarreau · 16 years ago
  8. 28a9e52 [BUG] dynamic connection throttling could return a max of zero conns by Willy Tarreau · 16 years ago
  9. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · 16 years ago
  10. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  11. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · 16 years ago
  12. 7a63abd [BUG] log: reported queue position was offed-by-one by Willy Tarreau · 16 years ago
  13. 7008987 [BUG] queue management: wake oldest request in queues by Willy Tarreau · 16 years ago
  14. 9909fc1 [MEDIUM] implement the slowstart parameter for servers by Willy Tarreau · 17 years ago
  15. e4d7e55 [MAJOR] ported pendconn to mempools v2 by Willy Tarreau · 17 years ago
  16. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  17. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · 17 years ago
  18. a8cff1d [BUILD] fixed a warning on OpenBSD : MIN/MAX redefined by Willy Tarreau · 17 years ago
  19. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · 17 years ago
  20. 8603431 [MEDIUM] split fe->maxconn into fe->maxconn and be->fullconn by Willy Tarreau · 18 years ago
  21. f1221aa [MEDIUM] separated nbconn into feconn and beconn by Willy Tarreau · 18 years ago
  22. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · 18 years ago
  23. 73de989 [MAJOR] separate sess->proxy into sess->{fe,fi,be} by Willy Tarreau · 18 years ago
  24. b17916e [CLEANUP] add a few "const char *" where appropriate by Willy Tarreau · 18 years ago
  25. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  26. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  27. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago