Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-04uloop: do less state/change tracking for kevent() on mac os x, it is unreliableFelix Fietkau
2013-01-02uloop: fix immediate timeout processing on mac os xFelix Fietkau
2012-12-31utils: move ARRAY_SIZE from uloop to utils.hFelix Fietkau
2012-10-31uloop: fix tv_diff() calculationFelix Fietkau
2012-10-31uloop: another timer fixFelix Fietkau
2012-10-31uloop: fix sub-second timer offsets for uloop_timeout_setFelix Fietkau
2012-10-23uloop: fix a segfault on deleting the first active timer from within another ...Felix Fietkau
2012-10-21uloop: fix event delete races on mac os xFelix Fietkau
2012-07-09uloop: clear processes and timeouts on uloop_done()Felix Fietkau
2012-07-07uloop: handle EPOLLHUP like EPOLLERR to prevent infinite tight loops between ...Jo-Philipp Wich
2012-06-24uloop: prevent fd callbacks for unregistered fds by ensuring that pointers in...Felix Fietkau
2011-08-12add a missing includeFelix Fietkau
2011-05-25uloop: use list.h, add support for handling sigchldFelix Fietkau
2011-02-12uloop: fix event timeouts on darwinFelix Fietkau
2011-02-11uloop: allow timeouts to cancel the event loopFelix Fietkau
2011-02-11allow multiple calls to uloop_init() without annoying side effectsFelix Fietkau
2011-02-07uloop: make first_timeout staticFelix Fietkau
2011-02-07make uloop_end() inlineFelix Fietkau
2011-02-06uloop: export the cancelled flagFelix Fietkau
2011-02-06uloop: fix the write flag for mac os xFelix Fietkau
2010-12-06uloop: add a flag for keeping the socket blockingFelix Fietkau
2010-12-06uloop: fix infinite waiting with kqueueFelix Fietkau
2010-12-05port uloop to BSD kqueueFelix Fietkau
2010-10-13Initial importFelix Fietkau