uloop: revert signalfd support for now
[project/libubox.git] / uloop.h
2014-02-23 Karl Vogeluloop: Add flag to allow callback to be called on error...
2013-06-18 Felix Fietkauuloop: fix corner cases with recursive uloop_run calls
2013-06-18 Felix Fietkaulibubox: make uloop_fd::flags generic
2013-06-18 Felix Fietkauuloop: fix edge trigger handling on mac os x
2013-01-23 Jo-Philipp Wichuloop: rename uloop_timeout_pending() to uloop_timeout_...
2013-01-23 Jo-Philipp Wichuloop: add uloop_timeout_pending() function to determin...
2013-01-13 Felix Fietkauuloop: replace copyright info (code has been completely...
2013-01-04 Felix Fietkauuloop: improve edge trigger reliability on mac os x
2013-01-04 Felix Fietkauuloop: do less state/change tracking for kevent() on...
2012-05-28 Benjamin Larssonuloop: include sys/types.h to make pid_t available
2011-05-24 Felix Fietkauuloop: use list.h, add support for handling sigchld
2011-02-07 Felix Fietkaumake uloop_end() inline
2011-02-06 Felix Fietkauuloop: export the cancelled flag
2010-12-06 Felix Fietkauuloop: add a flag for keeping the socket blocking
2010-12-04 Felix Fietkauport uloop to BSD kqueue
2010-10-13 Felix FietkauInitial import