1. 573fd80 [OPTIM] sepoll: do not re-check whole list upon accepts by Willy Tarreau · 15 years ago
  2. cb65125 [OPTIM] ev_sepoll: detect newly created FDs and check them once by Willy Tarreau · 16 years ago
  3. 7a52a5c [BUG] ev_sepoll: closed file descriptors could persist in the spec list by Willy Tarreau · 16 years ago
  4. a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · 16 years ago
  5. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  6. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  7. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · 16 years ago
  8. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · 16 years ago
  9. 3a62811 [BUG] event pollers must not wait if a task exists in the run queue by Willy Tarreau · 16 years ago
  10. f2e8ee2 [MEDIUM] reduce risk of event starvation in ev_sepoll by Willy Tarreau · 16 years ago
  11. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · 16 years ago
  12. 4eac209 [MAJOR] spec I/O: fix allocations of spec entries for an FD by Willy Tarreau · 17 years ago
  13. 1db3771 [MEDIUM] limit the number of events returned by *poll* by Willy Tarreau · 17 years ago
  14. fb8983f [BUG] the epoll FD must not be shared between processes by Willy Tarreau · 17 years ago
  15. bdefc51 [BUG] fix null timeouts in *poll-based pollers by Willy Tarreau · 17 years ago
  16. 01ba1c9 Merge branch 'master' into timers by Willy Tarreau · 17 years ago
  17. 6653d17 [BUG] fix ev_sepoll again, this time with a new state machine by Willy Tarreau · 17 years ago
  18. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  19. dc246a7 [BUG] two missing states in sepoll transition matrix by Willy Tarreau · 17 years ago
  20. 8bb46f4 [MINOR] ev_sepoll: refine flags management. by Willy Tarreau · 17 years ago
  21. c2c0783 [MINOR] remove wait_time nullification in ev_sepoll by Willy Tarreau · 17 years ago
  22. de99e99 [MAJOR] introduced speculative I/O with epoll() by Willy Tarreau · 17 years ago