1. 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · 12 years ago
  2. ed8f614 REORG/MEDIUM: fd: get rid of FD_STLISTEN by Willy Tarreau · 12 years ago
  3. db3b326 REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab by Willy Tarreau · 12 years ago
  4. 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · 12 years ago
  5. b147a83 CLEANUP: fd: remove unused cb->b pointers in the struct fdtab by Willy Tarreau · 12 years ago
  6. b48b323 [MEDIUM] fd: merge fd_list into fdtab by Willy Tarreau · 15 years ago
  7. 8d5d77e [OPTIM] move some rarely used fields out of fdtab by Willy Tarreau · 15 years ago
  8. 6db06d3 [MEDIUM] remove TCP_CORK and make use of MSG_MORE instead by Willy Tarreau · 15 years ago
  9. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · 15 years ago
  10. 5d707e1 [MEDIUM] stream_sock: don't close prematurely when nolinger is set by Willy Tarreau · 15 years ago
  11. fb14edc [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux by Willy Tarreau · 15 years ago
  12. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · 15 years ago
  13. b5654f6 [MINOR] move the listener reference from fd to session by Willy Tarreau · 16 years ago
  14. eabf313 [MINOR] change type of fdtab[]->owner to void* by Willy Tarreau · 16 years ago
  15. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  16. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · 16 years ago
  17. dd81598 [MAJOR] added generic protocol support by Willy Tarreau · 17 years ago
  18. e94ebd0 [MEDIUM] moved the sockaddr pointer to the fdtab structure by Willy Tarreau · 17 years ago
  19. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  20. 5b70242 [BUILD] regparm in fd.h broke build on gcc-2.95 by Willy Tarreau · 17 years ago
  21. 3d32d3a [MINOR] add support for the polling results in fdtab by Willy Tarreau · 17 years ago
  22. 2ff7622 [MAJOR] delay registering of listener sockets at startup by Willy Tarreau · 17 years ago
  23. 63455a9 [MINOR] use 'is_set' instead of 'isset' in struct poller by Willy Tarreau · 17 years ago
  24. 97129b5 [MINOR] changed fd_set*/fd_clr* functions to return ints by Willy Tarreau · 17 years ago
  25. 4f60f16 [MAJOR] modularize the polling mechanisms by Willy Tarreau · 17 years ago
  26. 5446940 [MEDIUM] started the changes towards I/O completion callbacks by Willy Tarreau · 18 years ago
  27. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  28. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  29. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago