1. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · 12 years ago
  2. 9845e75 MEDIUM: polling: prepare to call the iocb() function when defined. by Willy Tarreau · 12 years ago
  3. 5d526b7 REORG/MEDIUM: fd: remove checks for FD_STERROR in ev_sepoll by Willy Tarreau · 12 years ago
  4. db3b326 REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab by Willy Tarreau · 12 years ago
  5. 491c498 BUG/MINOR: polling: some events were not set in various pollers by Willy Tarreau · 12 years ago
  6. dbcd47e OPTIM/MAJOR: ev_sepoll: process spec events after polled events by Willy Tarreau · 12 years ago
  7. 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · 13 years ago
  8. 43d8fb2 [REORG] build: move syscall redefinition to specific places by Willy Tarreau · 13 years ago
  9. b48b323 [MEDIUM] fd: merge fd_list into fdtab by Willy Tarreau · 15 years ago
  10. ff9d5ba [CLEANUP] sepoll: clean up the fd_clr/fd_set functions by Willy Tarreau · 15 years ago
  11. d79e79b [BUG] O(1) pollers should check their FD before closing it by Willy Tarreau · 15 years ago
  12. 332740d [MEDIUM] pollers: don't wait if a signal is pending by Willy Tarreau · 15 years ago
  13. 6574519 [MINOR] sepoll: don't count two events on the same FD. by Willy Tarreau · 15 years ago
  14. 1eead50 [BUG] don't call epoll_ctl() on closed sockets by Willy Tarreau · 15 years ago
  15. 573fd80 [OPTIM] sepoll: do not re-check whole list upon accepts by Willy Tarreau · 15 years ago
  16. cb65125 [OPTIM] ev_sepoll: detect newly created FDs and check them once by Willy Tarreau · 16 years ago
  17. 7a52a5c [BUG] ev_sepoll: closed file descriptors could persist in the spec list by Willy Tarreau · 16 years ago
  18. a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · 16 years ago
  19. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  20. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  21. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · 16 years ago
  22. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · 16 years ago
  23. 3a62811 [BUG] event pollers must not wait if a task exists in the run queue by Willy Tarreau · 16 years ago
  24. f2e8ee2 [MEDIUM] reduce risk of event starvation in ev_sepoll by Willy Tarreau · 16 years ago
  25. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · 16 years ago
  26. 4eac209 [MAJOR] spec I/O: fix allocations of spec entries for an FD by Willy Tarreau · 17 years ago
  27. 1db3771 [MEDIUM] limit the number of events returned by *poll* by Willy Tarreau · 17 years ago
  28. fb8983f [BUG] the epoll FD must not be shared between processes by Willy Tarreau · 17 years ago
  29. bdefc51 [BUG] fix null timeouts in *poll-based pollers by Willy Tarreau · 17 years ago
  30. 01ba1c9 Merge branch 'master' into timers by Willy Tarreau · 17 years ago
  31. 6653d17 [BUG] fix ev_sepoll again, this time with a new state machine by Willy Tarreau · 17 years ago
  32. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  33. dc246a7 [BUG] two missing states in sepoll transition matrix by Willy Tarreau · 17 years ago
  34. 8bb46f4 [MINOR] ev_sepoll: refine flags management. by Willy Tarreau · 17 years ago
  35. c2c0783 [MINOR] remove wait_time nullification in ev_sepoll by Willy Tarreau · 17 years ago
  36. de99e99 [MAJOR] introduced speculative I/O with epoll() by Willy Tarreau · 17 years ago