1. d79e79b [BUG] O(1) pollers should check their FD before closing it by Willy Tarreau · 15 years ago
  2. 332740d [MEDIUM] pollers: don't wait if a signal is pending by Willy Tarreau · 15 years ago
  3. a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · 16 years ago
  4. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  5. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  6. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · 16 years ago
  7. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · 16 years ago
  8. 3a62811 [BUG] event pollers must not wait if a task exists in the run queue by Willy Tarreau · 16 years ago
  9. 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal by Willy Tarreau · 16 years ago
  10. 1db3771 [MEDIUM] limit the number of events returned by *poll* by Willy Tarreau · 17 years ago
  11. fb8983f [BUG] the epoll FD must not be shared between processes by Willy Tarreau · 17 years ago
  12. bdefc51 [BUG] fix null timeouts in *poll-based pollers by Willy Tarreau · 17 years ago
  13. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  14. ef1d1f8 [MAJOR] auto-registering of pollers at load time by Willy Tarreau · 17 years ago
  15. b40d420 [BUILD] declare epoll_* as static when using our own functions by Willy Tarreau · 17 years ago
  16. 58094f2 [MAJOR] ev_epoll: do not rely on fd_sets anymore by Willy Tarreau · 17 years ago
  17. 2ff7622 [MAJOR] delay registering of listener sockets at startup by Willy Tarreau · 17 years ago
  18. 63455a9 [MINOR] use 'is_set' instead of 'isset' in struct poller by Willy Tarreau · 17 years ago
  19. 69801b8 [MINOR] removed proto/polling.h which was not used anymore by Willy Tarreau · 17 years ago
  20. e54e917 [MINOR] ev_* : moved the poll function closer to fd_* by Willy Tarreau · 17 years ago
  21. 97129b5 [MINOR] changed fd_set*/fd_clr* functions to return ints by Willy Tarreau · 17 years ago
  22. 28d8686 [MEDIUM] pollers: store the events in arrays by Willy Tarreau · 17 years ago
  23. 4f60f16 [MAJOR] modularize the polling mechanisms by Willy Tarreau · 17 years ago