summaryrefslogtreecommitdiff
path: root/uloop.h
Commit message (Expand)AuthorAgeFilesLines
* uloop: deprecate uloop_timeout_remainingStijn Tintel2021-11-041-1/+1
* uloop: add uloop_timeout_remaining64Stijn Tintel2021-11-041-0/+1
* uloop: restore return type of uloop_timeout_remainingStijn Tintel2021-11-041-1/+1
* uloop: avoid integer overflow in tv_diffStijn Tintel2021-11-041-1/+1
* uloop: allow specifying a timeout for uloop_run()Felix Fietkau2017-06-011-1/+5
* uloop: add uloop_cancelling functionFelix Fietkau2017-02-031-0/+2
* loop: make uloop_run() return the cancelling signalMatthias Schiffer2016-06-261-1/+1
* uloop: Add flag to allow callback to be called on error conditions.Karl Vogel2014-02-231-0/+2
* uloop: fix corner cases with recursive uloop_run callsFelix Fietkau2013-06-181-1/+6
* libubox: make uloop_fd::flags genericFelix Fietkau2013-06-181-2/+0
* uloop: fix edge trigger handling on mac os xFelix Fietkau2013-06-181-1/+1
* uloop: rename uloop_timeout_pending() to uloop_timeout_remaining()Jo-Philipp Wich2013-01-231-1/+1
* uloop: add uloop_timeout_pending() function to determine the remaining time o...Jo-Philipp Wich2013-01-231-0/+1
* uloop: replace copyright info (code has been completely rewritten over time),...Felix Fietkau2013-01-131-14/+12
* uloop: improve edge trigger reliability on mac os xFelix Fietkau2013-01-041-0/+6
* uloop: do less state/change tracking for kevent() on mac os x, it is unreliableFelix Fietkau2013-01-041-3/+0
* uloop: include sys/types.h to make pid_t availableBenjamin Larsson2012-05-281-0/+1
* uloop: use list.h, add support for handling sigchldFelix Fietkau2011-05-241-2/+20
* make uloop_end() inlineFelix Fietkau2011-02-071-1/+5
* uloop: export the cancelled flagFelix Fietkau2011-02-061-0/+2
* uloop: add a flag for keeping the socket blockingFelix Fietkau2010-12-061-0/+1
* port uloop to BSD kqueueFelix Fietkau2010-12-051-0/+10
* Initial importFelix Fietkau2010-10-131-0/+66