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
2023-11-27uloop: reset flags after __uloop_fd_delete callFelix Fietkau
2023-11-27uloop: fix typo in signal handling reworkFelix Fietkau
2023-11-04uloop: properly initialize signal handler maskJo-Philipp Wich
2023-11-02uloop: add support for user defined signal handlersJo-Philipp Wich
2023-11-02uloop: add support for interval timersJo-Philipp Wich
2023-05-23uloop: add support for integrating with a different event loopFelix Fietkau
2023-05-23uloop: fix uloop_run_timeoutFelix Fietkau
2021-11-04uloop: add uloop_timeout_remaining64Stijn Tintel
2021-11-04uloop: restore return type of uloop_timeout_remainingStijn Tintel
2021-11-04uloop: avoid integer overflow in tv_diffStijn Tintel
2017-09-29uloop: make SIGCHLD signal handling optionalPetar Paradzik
2017-09-15uloop: Fix race condition in SIGCHLD handlingMichal Sojka
2017-06-17uloop: allow passing 0 as timeout to uloop_runFelix Fietkau
2017-06-17uloop: fix a regression in timeout handlingFelix Fietkau
2017-06-01uloop: allow specifying a timeout for uloop_run()Felix Fietkau
2017-02-03uloop: add uloop_cancelling functionFelix Fietkau
2016-06-26uloop: handle waker pipe write() return valueEyal Birger
2016-06-26loop: make uloop_run() return the cancelling signalMatthias Schiffer
2016-06-15uloop: add missing waker_pipe initializationFelix Fietkau
2016-06-15uloop: use a waker for notifying sigchld and loop cancel eventsYousong Zhou
2016-05-19uloop: revert signalfd support for nowFelix Fietkau
2016-05-17uloop: add back support for overriding signal handlers when signalfd is in useFelix Fietkau
2016-05-17uloop: retry waitpid on signal interruptFelix Fietkau
2016-05-17uloop: try to use signalfd for signal handling if availableFelix Fietkau
2016-05-17uloop: move epoll code into a separate fileFelix Fietkau
2016-05-17uloop: move kqueue code into a separate fileFelix Fietkau
2015-03-21allow process callback to call uloop_end()John Crispin
2015-01-28uloop: ignore SIGPIPE by defaultRafał Miłecki
2015-01-21uloop: optimize uloop_timeout_set() implementaiton a bit.Yousong Zhou
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