blobmsg_json: do not corrupt UTF-8 strings
[project/libubox.git] / uloop.c
2013-06-18 Felix Fietkauuloop: fix corner cases with recursive uloop_run calls
2013-06-18 Felix Fietkauuloop: fix event flags processing on mac os x
2013-06-18 Felix Fietkaulibubox: make uloop_fd::flags generic
2013-06-18 Felix Fietkauuloop: fix edge trigger handling on mac os x
2013-06-11 Felix Fietkauuloop: rework event processing, fix use-after-free...
2013-01-31 Felix Fietkauuloop: remove file descriptors if neither read nor...
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-06 Felix Fietkauuloop: use clock_gettime with the monotonic clock inste...
2013-01-05 Felix Fietkauuloop: add back state tracking on mac os x, it seems...
2013-01-04 Felix Fietkauuloop: improve edge trigger reliability on mac os x
2013-01-04 Felix Fietkauuloop: ensure SIGCHLD is properly received on mac os x
2013-01-04 Felix Fietkauuloop: do less state/change tracking for kevent() on...
2013-01-01 Felix Fietkauuloop: fix immediate timeout processing on mac os x
2012-12-31 Felix Fietkauutils: move ARRAY_SIZE from uloop to utils.h
2012-10-31 Felix Fietkauuloop: fix tv_diff() calculation
2012-10-31 Felix Fietkauuloop: another timer fix
2012-10-31 Felix Fietkauuloop: fix sub-second timer offsets for uloop_timeout_set
2012-10-23 Felix Fietkauuloop: fix a segfault on deleting the first active...
2012-10-21 Felix Fietkauuloop: fix event delete races on mac os x
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