index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
scheduler.c
Age
Commit message (
Expand
)
Author
2017-11-17
Fix a wide comment
Nick Mathewson
2017-11-17
Only log about lost KIST support once
Matt Traudt
2017-11-06
Fix a 32-bit formatting warning
Nick Mathewson
2017-11-02
sched: Rate limit scheduler_bug_occurred()
David Goulet
2017-11-02
sched: Use SCHED_BUG() macro in scheduler
David Goulet
2017-10-03
sched: Implement SCHED_BUG()
David Goulet
2017-09-25
Merge branch 'bug23539_032_01_squashed'
Nick Mathewson
2017-09-25
Whitespace fix.
Nick Mathewson
2017-09-25
sched: Make KISTSchedRunInterval non negative
David Goulet
2017-09-22
Fix check-spaces and a weird copyright.
Nick Mathewson
2017-09-22
Remove unused chosen_scheduler_type variable.
Nick Mathewson
2017-09-22
sched: move code to respect comments
Matt Traudt
2017-09-22
sched: only log when scheduler type changes
Matt Traudt
2017-09-21
sched: Hard exit if we can't select a scheduler
David Goulet
2017-09-19
sched: reorder code to fit comment bodies; comment typos
Matt Traudt
2017-09-19
fix typos/etc found while starting to look at scheduler
Roger Dingledine
2017-09-19
sched: Allow the new sched to react to new cons
Matt Traudt
2017-09-19
Avoid a compilation warning on macOS in scheduler_ev_add()
teor
2017-09-18
sched: BUG() on event_add() and log_warn next_run
David Goulet
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-15
sched: Revert IF_BUG_ONCE() to tor_assert()
David Goulet
2017-09-15
sched: Define SCHEDULER_KIST_PRIVATE for more encapsulation
David Goulet
2017-09-15
sched: Improve logging if KIST is disabled
David Goulet
2017-09-15
test: Fix unit tests with latest scheduler changes
David Goulet
2017-09-15
sched: Make the scheduler object static
David Goulet
2017-09-15
sched: Don't expose the global scheduler libevent object
David Goulet
2017-09-15
sched: Always call on_channel_free() regardless of state
David Goulet
2017-09-15
sched: Add Schedulers torrc option
David Goulet
2017-09-15
sched: change most asserts to non-fatal BUGs
Matt Traudt
2017-09-15
sched: rename scheduler to the_scheduler
Matt Traudt
2017-09-15
sched: switch to monotonic time; add/fix comments, style, and logs msgs
Matt Traudt
2017-09-15
sched: Detect KIST support at compile time
David Goulet
2017-09-15
sched: Implement the KIST scheduler
Matt Traudt
2017-09-07
consensus: Add a generic notification function on new consensus
Matt Traudt
2017-08-03
Switch to offsetof()
Neel Chauhan
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-10-26
Whitespace fixes
Nick Mathewson
2016-10-20
Turn scheduler.c documentation into doxygen.
Nick Mathewson
2016-07-28
Merge branch 'bug18902_squashed'
Nick Mathewson
2016-07-28
Fix all -Wshadow warnings on Linux
Nick Mathewson
2016-07-04
Raise libevent dependency to 2.0.10-stable or newer
Sebastian Hahn
2016-02-27
Update the copyright year.
Nick Mathewson
2015-02-06
Fix scheduler compilation on targets where char is unsigned.
Yawning Angel
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-12-22
Coverity complained that we were not checking this return value
Nick Mathewson
2014-11-28
Fix a signed/unsigned comparison warning in scheduler_run
Nick Mathewson
2014-11-27
One more, appease "make check-spaces"
Nick Mathewson
2014-10-07
Make queue thresholds and flush size for global scheduler into config options
Andrea Shepard
2014-09-30
Make scheduler_compare_channels() mockable
Andrea Shepard
2014-09-30
Make scheduler_run() mockable
Andrea Shepard
[next]