1. f65610a CLEANUP: threads: rename process_mask to thread_mask by Willy Tarreau · Tue Oct 31 16:06:06 2017 +0100
  2. cd7879a BUG/MEDIUM: threads: Run the poll loop on the main thread too by Christopher Faulet · Fri Oct 27 13:53:47 2017 +0200
  3. 63e2ce6 MINOR: threads/polling: pollers now handle FDs depending on the process mask by Christopher Faulet · Fri Jun 02 14:36:39 2017 +0200
  4. d4604ad MAJOR: threads/fd: Make fd stuffs thread-safe by Christopher Faulet · Mon May 29 10:40:41 2017 +0200
  5. ab62f51 MINOR: polling: Use fd_update_events to update events seen for a fd by Christopher Faulet · Wed Aug 30 10:34:36 2017 +0200
  6. fa06176 MEDIUM: kqueue: only set FD_POLL_IN when there are pending data by Willy Tarreau · Mon Mar 13 20:49:56 2017 +0100
  7. 19c4ab9 MEDIUM: kqueue: take care of EV_EOF to improve polling status accuracy by Willy Tarreau · Mon Mar 13 20:36:48 2017 +0100
  8. dd437d9 MINOR: kqueue: exclusively rely on the kqueue returned status by Willy Tarreau · Mon Mar 13 20:30:12 2017 +0100
  9. 5a76769 MINOR: fd: add a new flag HAP_POLL_F_RDHUP to struct poller by Willy Tarreau · Mon Mar 13 11:38:28 2017 +0100
  10. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
  11. 10146c9 CLEANUP: poll: move the conditions for waiting out of the poll functions by Willy Tarreau · Mon Apr 13 20:44:19 2015 +0200
  12. 5be2f35 MAJOR: polling: centralize calls to I/O callbacks by Willy Tarreau · Wed Nov 19 19:43:05 2014 +0100
  13. 25002d2 MINOR: polling: create function fd_compute_new_polled_status() by Willy Tarreau · Sat Jan 25 10:32:56 2014 +0100
  14. e852545 MEDIUM: polling: centralize polled events processing by Willy Tarreau · Sat Jan 25 09:58:06 2014 +0100
  15. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · Fri Jan 10 16:58:45 2014 +0100
  16. 899d957 REORG: polling: rename the cache allocation functions by Willy Tarreau · Sat Jan 25 19:20:35 2014 +0100
  17. 16f649c REORG: polling: rename "fd_spec" to "fd_cache" by Willy Tarreau · Sat Jan 25 19:10:48 2014 +0100
  18. 15a4dec REORG: polling: rename "spec_e" to "state" and "spec_p" to "cache" by Willy Tarreau · Mon Jan 20 11:09:39 2014 +0100
  19. 69a41fa CLEANUP: polling: rename "spec_e" to "state" by Willy Tarreau · Mon Jan 20 11:02:59 2014 +0100
  20. 39ebef8 BUG/MINOR: poll: the I/O handler was called twice for polled I/Os by Willy Tarreau · Fri Dec 14 00:17:03 2012 +0100
  21. 26d7cfc BUG/MAJOR: polling: do not set speculative events on ERR nor HUP by Willy Tarreau · Fri Dec 07 00:09:43 2012 +0100
  22. 70c6fd8 MAJOR: polling: remove unused callbacks from the poller struct by Willy Tarreau · Sun Nov 11 21:02:34 2012 +0100
  23. 4a22627 MAJOR: ev_kqueue: make the poller support speculative events by Willy Tarreau · Sun Nov 11 20:49:49 2012 +0100
  24. babd05a MEDIUM: fd: add fd_poll_{recv,send} for use when explicit polling is required by Willy Tarreau · Thu Aug 09 12:14:03 2012 +0200
  25. 3788e4c MEDIUM: fd: remove the EV_FD_COND_* primitives by Willy Tarreau · Mon Jul 30 14:29:35 2012 +0200
  26. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · Fri Jul 06 16:02:29 2012 +0200
  27. 9845e75 MEDIUM: polling: prepare to call the iocb() function when defined. by Willy Tarreau · Fri Jul 06 11:44:28 2012 +0200
  28. db3b326 REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab by Willy Tarreau · Thu Jul 05 23:19:22 2012 +0200
  29. 491c498 BUG/MINOR: polling: some events were not set in various pollers by Willy Tarreau · Fri Jul 06 11:16:01 2012 +0200
  30. 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · Sat Sep 10 16:56:42 2011 +0200
  31. d79e79b [BUG] O(1) pollers should check their FD before closing it by Willy Tarreau · Sun May 10 10:18:54 2009 +0200
  32. 332740d [MEDIUM] pollers: don't wait if a signal is pending by Willy Tarreau · Sun May 10 09:57:21 2009 +0200
  33. a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · Sun Aug 03 12:19:50 2008 +0200
  34. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · Tue Jul 15 00:22:45 2008 +0200
  35. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  36. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · Mon Jun 23 14:00:57 2008 +0200
  37. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · Sun Jun 22 17:18:02 2008 +0200
  38. 3a62811 [BUG] event pollers must not wait if a task exists in the run queue by Willy Tarreau · Fri Jun 13 21:06:56 2008 +0200
  39. 1db3771 [MEDIUM] limit the number of events returned by *poll* by Willy Tarreau · Sun Jun 03 17:16:49 2007 +0200
  40. 79b8a62 [BUG] ev_kqueue was forgotten during the switch to timeval by Willy Tarreau · Mon May 14 03:15:46 2007 +0200
  41. ef1d1f8 [MAJOR] auto-registering of pollers at load time by Willy Tarreau · Mon Apr 16 00:25:25 2007 +0200
  42. 258696f [MAJOR] missing tv_now in kqueue_poll() blocking timeouts by Willy Tarreau · Tue Apr 10 02:31:54 2007 +0200
  43. 40562cb [MINOR] kqueue: use fd_clo() to close the fd by Willy Tarreau · Mon Apr 09 20:38:57 2007 +0200
  44. 2ff7622 [MAJOR] delay registering of listener sockets at startup by Willy Tarreau · Mon Apr 09 19:29:56 2007 +0200
  45. 8755285 [MEDIUM] kqueue: do not manually remove fds by Willy Tarreau · Mon Apr 09 17:16:07 2007 +0200
  46. cd5ce2a [MAJOR] kqueue bug in handling infinite timeouts by Willy Tarreau · Mon Apr 09 16:25:46 2007 +0200
  47. 63455a9 [MINOR] use 'is_set' instead of 'isset' in struct poller by Willy Tarreau · Mon Apr 09 15:34:49 2007 +0200
  48. 69801b8 [MINOR] removed proto/polling.h which was not used anymore by Willy Tarreau · Mon Apr 09 15:28:51 2007 +0200
  49. 1e63130a [MAJOR] implemented support for FreeBSD's kqueue() polling mechanism by Willy Tarreau · Mon Apr 09 12:03:06 2007 +0200