Nick Mathewson
|
57699de005
Update the copyright year.
|
пре 8 година |
Yawning Angel
|
16cf1679e7
Fix scheduler compilation on targets where char is unsigned.
|
пре 9 година |
Nick Mathewson
|
f54e54b0b4
Bump copyright dates to 2015, in case someday this matters.
|
пре 9 година |
Nick Mathewson
|
b94cb401d2
Coverity complained that we were not checking this return value
|
пре 10 година |
Nick Mathewson
|
430f5852ac
Fix a signed/unsigned comparison warning in scheduler_run
|
пре 10 година |
Nick Mathewson
|
e2641484a7
One more, appease "make check-spaces"
|
пре 10 година |
Andrea Shepard
|
12b6c7df4a
Make queue thresholds and flush size for global scheduler into config options
|
пре 10 година |
Andrea Shepard
|
dc3af04ba8
Make scheduler_compare_channels() mockable
|
пре 10 година |
Andrea Shepard
|
f8ceb0f028
Make scheduler_run() mockable
|
пре 10 година |
Andrea Shepard
|
b7125961de
Expose scheduler_compare_channels() to test suite
|
пре 10 година |
Andrea Shepard
|
71a9ed6feb
Make some scheduler.c static functions visible to the test suite
|
пре 10 година |
Andrea Shepard
|
9869254608
Make scheduler.c static globals visible to test suite
|
пре 10 година |
Andrea Shepard
|
ade60890d0
Make scheduler_channel_doesnt_want_writes() mockable
|
пре 10 година |
Andrea Shepard
|
fd57840a77
Make scheduler_channel_doesnt_want_writes() mockable
|
пре 11 година |
Andrea Shepard
|
85ee070852
Make scheduler_release_channel() mockable
|
пре 11 година |
Andrea Shepard
|
ac1b627e85
Implement scheduler_touch_channel()
|
пре 11 година |
Andrea Shepard
|
ed1927d6bf
Use a non-stupid data structure in the scheduler
|
пре 11 година |
Andrea Shepard
|
3530825c53
Eliminate some unnecessary smartlists in scheduler.c
|
пре 11 година |
Andrea Shepard
|
63bb9a795e
Fix compiler warning
|
пре 11 година |
Andrea Shepard
|
55907da28d
Sort the scheduler's channel list by cmux comparisons
|
пре 11 година |
Andrea Shepard
|
1275002a46
Schedule according to a queue size heuristic
|
пре 11 година |
Andrea Shepard
|
b09f41424c
Actually call channel_flush_some_cells() from the scheduler
|
пре 11 година |
Andrea Shepard
|
2efbab2aaf
Provide generic mechanism for scheduler to query writeable cells on a channel
|
пре 11 година |
Nick Mathewson
|
85ee5b3095
Use event_active, not 0-length timeouts. It's idempotent, too.
|
пре 11 година |
Nick Mathewson
|
fc13184e44
Fix unused-arguments warnings
|
пре 11 година |
Nick Mathewson
|
08bea13c35
Temporarily disable scheduler_trigger as unused
|
пре 11 година |
Andrea Shepard
|
d438cf1ec9
Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet
|
пре 11 година |