Permalink
Failed to load latest commit information.
cmake cmake: also include required libraries for Dasynq target. Mar 5, 2018
doc Update TODO. Mar 29, 2018
extra btree_queue: renaming, comment improvements, minor fixes. Mar 8, 2018
makefiles Split makefiles up by platform. Nov 15, 2017
tests tests: add another test (timer/signal interaction). Mar 12, 2018
.gitignore Add CMake files, installed via "make install". Feb 25, 2018
LICENSE Update README for 0.9; add LICENSE. May 1, 2017
Makefile.common Up version to 1.1.4. Mar 29, 2018
README.md Up version to 1.1.4. Mar 29, 2018
dasynq-basewatchers.h Refactoring/cleanup. Feb 8, 2018
dasynq-btree_set.h Remove unused include. Dec 11, 2017
dasynq-childproc.h Fix FreeBSD/OpenBSD build. Feb 9, 2018
dasynq-config.h Refactoring; move common functionality into timer_base. Mar 13, 2018
dasynq-daryheap.h Minor heap implementation cleanups. Dec 23, 2017
dasynq-epoll.h Build fixes for epoll. Jan 30, 2018
dasynq-flags.h timerfd: wall-clock timer support Mar 19, 2017
dasynq-interrupt.h Properly support non-oneshot fd watchers in select/kqueue. Jan 29, 2018
dasynq-itimer.h Refactoring, and fix case of two clocks in itimer. Mar 15, 2018
dasynq-kqueue-macos.h Refactoring; move common functionality into timer_base. Mar 13, 2018
dasynq-kqueue.h Refactoring; move common functionality into timer_base. Mar 13, 2018
dasynq-mutex.h Introduce traits parameter to event_loop template. Dec 6, 2017
dasynq-posixtimer.h POSIX timer: don't set monotonic timer if we're not providing it. Apr 1, 2018
dasynq-pselect.h Refactoring; move common functionality into timer_base. Mar 13, 2018
dasynq-select.h Refactoring; move common functionality into timer_base. Mar 13, 2018
dasynq-signal.h select, pselect: implement monotonic timer via event call timeout Mar 12, 2018
dasynq-stableheap.h Use a stable priority queue to avoid starvation. Dec 16, 2017
dasynq-svec.h svector: fix to avoid constructing reserved-but-not-allocated elements. Jan 30, 2018
dasynq-timerbase.h Refactoring, and fix case of two clocks in itimer. Mar 15, 2018
dasynq-timerfd.h Build fixes for epoll. Jan 30, 2018
dasynq-util.h Organise dasynq-config.h, add in-line documentation. Dec 4, 2017
dasynq.h Posix timer: build fixes. Mar 29, 2018