1. b625a08 [MAJOR] implement the Fast Weighted Round Robin (FWRR) algo by Willy Tarreau · 17 years ago
  2. 5dc2fa6 [MINOR] add a weight divisor to the struct proxy by Willy Tarreau · 17 years ago
  3. 2069704 [MEDIUM] differentiate between generic LB params and map-specific ones by Willy Tarreau · 17 years ago
  4. 0173280 [MEDIUM] introduce the "url_param" balance method by Willy Tarreau · 17 years ago
  5. a0cbda6 [MINOR] externalize the "balance" option parser to backend.c by Willy Tarreau · 17 years ago
  6. 1a20a5d [CLEANUP] group PR_O_BALANCE_* bits into a checkable value by Willy Tarreau · 17 years ago
  7. acafc5f [MEDIUM] add support for "maxqueue" to limit server queue overload by Elijah Epifanov · 17 years ago
  8. 8513094 [MEDIUM] stats: report server and backend cumulated downtime by Krzysztof Oledzki · 17 years ago
  9. 1cf36ba [MEDIUM] stats: count server retries and redispatches by Krzysztof Oledzki · 17 years ago
  10. e94ebd0 [MEDIUM] moved the sockaddr pointer to the fdtab structure by Willy Tarreau · 17 years ago
  11. 87ea548 [MINOR] add the "nolinger" option to disable data lingering by Alexandre Cassen · 17 years ago
  12. 5af3a69 [MEDIUM] improve behaviour with large number of servers per proxy by Willy Tarreau · 17 years ago
  13. a8b55e3 [MINOR] use non-inline tv_* functions in many locations by Willy Tarreau · 17 years ago
  14. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  15. 14c8aac [MEDIUM] store the original destination address in the session by Willy Tarreau · 17 years ago
  16. 2fcb500 [MEDIUM] implement the URI hash algorithm by Willy Tarreau · 17 years ago
  17. 42aae5c [MEDIUM] many cleanups in the time functions by Willy Tarreau · 17 years ago
  18. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · 17 years ago
  19. f161a34 [MEDIUM] updated all files to use EV_FD_* by Willy Tarreau · 17 years ago
  20. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · 17 years ago
  21. 417fae0 [MINOR] changed server weight storage from char to unsigned int by Willy Tarreau · 17 years ago
  22. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · 17 years ago
  23. 5d65bbb [BUG] last backend change broke server assignment by Willy Tarreau · 17 years ago
  24. 1a1158b [MINOR] do not create a socket if there is no server by Willy Tarreau · 17 years ago
  25. 6d1a988 [MAJOR] complete support and doc for tcp-splicing by Willy Tarreau · 17 years ago
  26. 8058743 [MEDIUM] errorloc now checked first from backend then from frontend by Willy Tarreau · 18 years ago
  27. 0f77253 [MINOR] store HTTP error messages into a chunk array by Willy Tarreau · 18 years ago
  28. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · 18 years ago
  29. 73de989 [MAJOR] separate sess->proxy into sess->{fe,fi,be} by Willy Tarreau · 18 years ago
  30. f19cf37 [BUILD] remove a warning in backend.c by Willy Tarreau · 18 years ago
  31. 77074d5 [MAJOR] support for source binding via cttproxy by Willy Tarreau · 18 years ago
  32. 2a42950 [MINOR] turn every FD_* into functions by Willy Tarreau · 18 years ago
  33. 0bbc3cf [MEDIUM] fix broken redispatch option by Willy Tarreau · 18 years ago
  34. f8306d5 [MEDIUM] got rid of event_{cli,srv}_write() in favor of stream_sock_write() by Willy Tarreau · 18 years ago
  35. d797128 [MEDIUM] got rid of event_{cli,srv}_read() in favor of stream_sock_read() by Willy Tarreau · 18 years ago
  36. 5446940 [MEDIUM] started the changes towards I/O completion callbacks by Willy Tarreau · 18 years ago
  37. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  38. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  39. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago