aboutsummaryrefslogtreecommitdiff
path: root/src/or/scheduler_vanilla.c
AgeCommit message (Expand)Author
2018-04-05Add an API for a scheduled/manually activated event in the mainloopNick Mathewson
2017-12-11Remove now-duplicate log_debug linesMatt Traudt
2017-12-11Add all the missed scheduler_state assignmentsMatt Traudt
2017-09-22sched: only log when scheduler type changesMatt Traudt
2017-09-19sched: reorder code to fit comment bodies; comment typosMatt Traudt
2017-09-15sched: Make the scheduler object staticDavid Goulet
2017-09-15sched: Don't expose the global scheduler libevent objectDavid Goulet
2017-09-15sched: change most asserts to non-fatal BUGsMatt Traudt
2017-09-15sched: switch to monotonic time; add/fix comments, style, and logs msgsMatt Traudt
2017-09-15sched: Implement the KIST schedulerMatt Traudt
2017-09-15sched: Groundwork before KIST implementationMatt Traudt