1. 25002d2 MINOR: polling: create function fd_compute_new_polled_status() by Willy Tarreau · 10 years ago
  2. e852545 MEDIUM: polling: centralize polled events processing by Willy Tarreau · 10 years ago
  3. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · 10 years ago
  4. 899d957 REORG: polling: rename the cache allocation functions by Willy Tarreau · 10 years ago
  5. 16f649c REORG: polling: rename "fd_spec" to "fd_cache" by Willy Tarreau · 10 years ago
  6. 15a4dec REORG: polling: rename "spec_e" to "state" and "spec_p" to "cache" by Willy Tarreau · 10 years ago
  7. 69a41fa CLEANUP: polling: rename "spec_e" to "state" by Willy Tarreau · 10 years ago
  8. 39ebef8 BUG/MINOR: poll: the I/O handler was called twice for polled I/Os by Willy Tarreau · 12 years ago
  9. 26d7cfc BUG/MAJOR: polling: do not set speculative events on ERR nor HUP by Willy Tarreau · 12 years ago
  10. 70c6fd8 MAJOR: polling: remove unused callbacks from the poller struct by Willy Tarreau · 12 years ago
  11. 4a22627 MAJOR: ev_kqueue: make the poller support speculative events by Willy Tarreau · 12 years ago
  12. babd05a MEDIUM: fd: add fd_poll_{recv,send} for use when explicit polling is required by Willy Tarreau · 12 years ago
  13. 3788e4c MEDIUM: fd: remove the EV_FD_COND_* primitives by Willy Tarreau · 12 years ago
  14. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · 12 years ago
  15. 9845e75 MEDIUM: polling: prepare to call the iocb() function when defined. by Willy Tarreau · 12 years ago
  16. db3b326 REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab by Willy Tarreau · 12 years ago
  17. 491c498 BUG/MINOR: polling: some events were not set in various pollers by Willy Tarreau · 12 years ago
  18. 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · 13 years ago
  19. d79e79b [BUG] O(1) pollers should check their FD before closing it by Willy Tarreau · 15 years ago
  20. 332740d [MEDIUM] pollers: don't wait if a signal is pending by Willy Tarreau · 15 years ago
  21. a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · 16 years ago
  22. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  23. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  24. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · 16 years ago
  25. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · 16 years ago
  26. 3a62811 [BUG] event pollers must not wait if a task exists in the run queue by Willy Tarreau · 16 years ago
  27. 1db3771 [MEDIUM] limit the number of events returned by *poll* by Willy Tarreau · 17 years ago
  28. 79b8a62 [BUG] ev_kqueue was forgotten during the switch to timeval by Willy Tarreau · 17 years ago
  29. ef1d1f8 [MAJOR] auto-registering of pollers at load time by Willy Tarreau · 17 years ago
  30. 258696f [MAJOR] missing tv_now in kqueue_poll() blocking timeouts by Willy Tarreau · 17 years ago
  31. 40562cb [MINOR] kqueue: use fd_clo() to close the fd by Willy Tarreau · 17 years ago
  32. 2ff7622 [MAJOR] delay registering of listener sockets at startup by Willy Tarreau · 17 years ago
  33. 8755285 [MEDIUM] kqueue: do not manually remove fds by Willy Tarreau · 17 years ago
  34. cd5ce2a [MAJOR] kqueue bug in handling infinite timeouts by Willy Tarreau · 17 years ago
  35. 63455a9 [MINOR] use 'is_set' instead of 'isset' in struct poller by Willy Tarreau · 17 years ago
  36. 69801b8 [MINOR] removed proto/polling.h which was not used anymore by Willy Tarreau · 17 years ago
  37. 1e63130a [MAJOR] implemented support for FreeBSD's kqueue() polling mechanism by Willy Tarreau · 17 years ago