add an example script for the uloop lua binding
[project/libubox.git] / uloop.c
2012-07-08 Felix Fietkauuloop: clear processes and timeouts on uloop_done()
2012-07-07 Jo-Philipp Wichuloop: handle EPOLLHUP like EPOLLERR to prevent infinit...
2012-06-24 Felix Fietkauuloop: prevent fd callbacks for unregistered fds by...
2011-08-11 Felix Fietkauadd a missing include
2011-05-24 Felix Fietkauuloop: use list.h, add support for handling sigchld
2011-02-12 Felix Fietkauuloop: fix event timeouts on darwin
2011-02-11 Felix Fietkauuloop: allow timeouts to cancel the event loop
2011-02-11 Felix Fietkauallow multiple calls to uloop_init() without annoying...
2011-02-07 Felix Fietkauuloop: make first_timeout static
2011-02-07 Felix Fietkaumake uloop_end() inline
2011-02-06 Felix Fietkauuloop: export the cancelled flag
2011-02-06 Felix Fietkauuloop: fix the write flag for mac os x
2010-12-06 Felix Fietkauuloop: add a flag for keeping the socket blocking
2010-12-06 Felix Fietkauuloop: fix infinite waiting with kqueue
2010-12-04 Felix Fietkauport uloop to BSD kqueue
2010-10-13 Felix FietkauInitial import