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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
scheduler.h
Age
Commit message (
Expand
)
Author
2018-04-05
Add an API for a scheduled/manually activated event in the mainloop
Nick Mathewson
2018-02-01
Merge branch 'maint-0.3.2'
Nick Mathewson
2018-01-31
ns: Add a before and after consensus has changed notification
David Goulet
2017-12-11
Make get_scheduler_state_string available to scheduler*.c
Matt Traudt
2017-12-11
Fix cosmetic issues around scheduler_set_channel_state
Matt Traudt
2017-12-11
Bug:24531 Function to change channel scheduler state for easy debugging added.
ArunaMaurya221B
2017-12-11
Bug:24531 Add function to change scheduler state and always use it
ArunaMaurya221B
2017-10-03
sched: Implement SCHED_BUG()
David Goulet
2017-09-25
sched: make interval a plain int; initialize with macro
Matt Traudt
2017-09-25
sched: Make KISTSchedRunInterval non negative
David Goulet
2017-09-22
sched: only log when scheduler type changes
Matt Traudt
2017-09-19
sched: reorder code to fit comment bodies; comment typos
Matt Traudt
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-15
sched: Define SCHEDULER_KIST_PRIVATE for more encapsulation
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: Add Schedulers torrc option
David Goulet
2017-09-15
sched: rename scheduler to the_scheduler
Matt Traudt
2017-09-15
sched: validate KIST sched options
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-03-15
Run the copyright update script.
Nick Mathewson
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
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-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
2014-09-30
Expose scheduler_compare_channels() to test suite
Andrea Shepard
2014-09-30
Make some scheduler.c static functions visible to the test suite
Andrea Shepard
2014-09-30
Make scheduler_channel_doesnt_want_writes() mockable
Andrea Shepard
2014-09-30
Make scheduler_channel_doesnt_want_writes() mockable
Andrea Shepard
2014-09-30
Make scheduler_release_channel() mockable
Andrea Shepard
2014-09-30
Implement scheduler_touch_channel()
Andrea Shepard
2014-09-30
Schedule according to a queue size heuristic
Andrea Shepard
2014-09-30
Implement scheduler mechanism to track lists of channels wanting cells or wri...
Andrea Shepard