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
/
test
/
test_scheduler.c
Age
Commit message (
Expand
)
Author
2018-02-02
sched: When releasing a channel, do not BUG() if absent from the pending list
David Goulet
2018-01-31
ns: Add a before and after consensus has changed notification
David Goulet
2018-01-24
Fix a memory leak in scheduler/loop_kist
Nick Mathewson
2017-12-06
test: Add a KIST test for a non opened channel
David Goulet
2017-09-25
sched: Make KISTSchedRunInterval non negative
David Goulet
2017-09-15
sched: Define SCHEDULER_KIST_PRIVATE for more encapsulation
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: Add Schedulers torrc option
David Goulet
2017-09-15
sched: revisist compatibility on non-linux systems
Matt Traudt
2017-09-15
sched: rename scheduler to the_scheduler
Matt Traudt
2017-09-15
sched: Implement the KIST scheduler
Matt Traudt
2017-08-24
apply ahf's test_assert_null.cocci
Nick Mathewson
2017-08-24
Fix operator usage in src/test/*.c
Alexander Færøy
2017-06-21
Extract channel_do_open_actions() from non-open _change_state cases
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-09-11
Merge remote-tracking branch 'public/solaris_warnings_028'
Nick Mathewson
2016-07-28
Fix a large pile of solaris warnings for bug 19767.
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-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-03-22
Try to fix an intermittent test failure on openbsd.
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2015-05-29
Fix another int-to-ptr cast.
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-28
Fix some 32-bit build issues in the tests
Nick Mathewson
2014-11-27
Fix a likely bug found by coverity in test_scheduler.c.
Nick Mathewson
2014-09-30
Update test_relay.c for recent test suite changes and --enable-mempools support
Andrea Shepard
2014-09-30
Add scheduler/loop unit test
Andrea Shepard
2014-09-30
Add scheduler channel states unit test
Andrea Shepard
2014-09-30
Add scheduler/compare_channels unit test
Andrea Shepard
2014-09-30
Add scheduler/queue_heuristic unit test
Andrea Shepard
2014-09-30
Initial test_scheduler.c
Andrea Shepard