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