jshn: clear more variables on json_init, fix adding array elements
[project/libubox.git] / uloop.c
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