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
2014-10-12uloop: Do not override signal handlers not installed by usMichel Stam
2014-10-12uloop: Remove uloop_cancelled variable, it is not used anywhereMichel Stam
2014-05-05uloop: fix multiple calls to uloop_run()Luka Perkov
2014-04-26uloop: clear uloop_fd::error on addFelix Fietkau
2014-02-23uloop: Add flag to allow callback to be called on error conditions.Karl Vogel
2013-10-22Restore signal handler after uloop_run()Kristian Evensen
2013-08-01uloop: fix deleting pending fd events on uloop_fd_delFelix Fietkau
2013-07-24uloop: Fix incorrect timeoutHelmut Schaa
2013-06-18uloop: fix corner cases with recursive uloop_run callsFelix Fietkau
2013-06-18uloop: fix event flags processing on mac os xFelix Fietkau
2013-06-18libubox: make uloop_fd::flags genericFelix Fietkau
2013-06-18uloop: fix edge trigger handling on mac os xFelix Fietkau
2013-06-11uloop: rework event processing, fix use-after-free issuesFelix Fietkau
2013-01-31uloop: remove file descriptors if neither read nor write notification is requ...Felix Fietkau
2013-01-23uloop: rename uloop_timeout_pending() to uloop_timeout_remaining()Jo-Philipp Wich
2013-01-23uloop: add uloop_timeout_pending() function to determine the remaining time o...Jo-Philipp Wich
2013-01-13uloop: replace copyright info (code has been completely rewritten over time),...Felix Fietkau
2013-01-06uloop: use clock_gettime with the monotonic clock instead of using gettimeofd...Felix Fietkau
2013-01-05uloop: add back state tracking on mac os x, it seems to work reliably now (af...Felix Fietkau
2013-01-04uloop: improve edge trigger reliability on mac os xFelix Fietkau
2013-01-04uloop: ensure SIGCHLD is properly received on mac os xFelix Fietkau
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