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
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
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.c static globals visible to 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
Use a non-stupid data structure in the scheduler
Andrea Shepard
2014-09-30
Eliminate some unnecessary smartlists in scheduler.c
Andrea Shepard
2014-09-30
Fix compiler warning
Andrea Shepard
2014-09-30
Sort the scheduler's channel list by cmux comparisons
Andrea Shepard
2014-09-30
Schedule according to a queue size heuristic
Andrea Shepard
2014-09-30
Actually call channel_flush_some_cells() from the scheduler
Andrea Shepard
2014-09-30
Provide generic mechanism for scheduler to query writeable cells on a channel
Andrea Shepard
2014-09-30
Use event_active, not 0-length timeouts. It's idempotent, too.
Nick Mathewson
2014-09-30
Fix unused-arguments warnings
Nick Mathewson
2014-09-30
Temporarily disable scheduler_trigger as unused
Nick Mathewson
2014-09-30
Implement scheduler mechanism to track lists of channels wanting cells or wri...
Andrea Shepard