aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_scheduler.c
AgeCommit message (Expand)Author
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Replace several C identifiers.teor
2019-09-11Run test_operator_cleanup on our unit testsNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Clean up include paths for libtor-evloop (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-04-05Remove redundant event2/event.h usage from test_scheduler.cNick Mathewson
2018-02-02Merge branch 'maint-0.3.2'Nick Mathewson
2018-02-02sched: When releasing a channel, do not BUG() if absent from the pending listDavid Goulet
2018-02-01test: KIST Scheduler unit tests to test the pending list stateDavid Goulet
2018-02-01Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-31ns: Add a before and after consensus has changed notificationDavid Goulet
2018-01-24Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-24Fix a memory leak in scheduler/loop_kistNick Mathewson
2017-12-08Merge branch 'dgoulet_ticket23709_033_01_squashed'Nick Mathewson
2017-12-06test: Add a KIST test for a non opened channelDavid Goulet
2017-11-22test: Fix memleak of channel cmuxDavid Goulet
2017-11-22channel: Remove incoming/outgoing queueDavid Goulet
2017-09-25sched: Make KISTSchedRunInterval non negativeDavid Goulet
2017-09-15sched: Define SCHEDULER_KIST_PRIVATE for more encapsulationDavid Goulet
2017-09-15test: Fix unit tests with latest scheduler changesDavid Goulet
2017-09-15sched: Make the scheduler object staticDavid Goulet
2017-09-15sched: Add Schedulers torrc optionDavid Goulet
2017-09-15sched: revisist compatibility on non-linux systemsMatt Traudt
2017-09-15sched: rename scheduler to the_schedulerMatt Traudt
2017-09-15sched: Implement the KIST schedulerMatt Traudt
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-06-21Extract channel_do_open_actions() from non-open _change_state casesNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-09-11Merge remote-tracking branch 'public/solaris_warnings_028'Nick Mathewson
2016-07-28Fix a large pile of solaris warnings for bug 19767.Nick Mathewson
2016-07-28Merge branch 'bug18902_squashed'Nick Mathewson
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-07-04Raise libevent dependency to 2.0.10-stable or newerSebastian Hahn
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-03-22Try to fix an intermittent test failure on openbsd.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-05-29Fix another int-to-ptr cast.Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-28Fix some 32-bit build issues in the testsNick Mathewson
2014-11-27Fix a likely bug found by coverity in test_scheduler.c.Nick Mathewson
2014-09-30Update test_relay.c for recent test suite changes and --enable-mempools supportAndrea Shepard
2014-09-30Add scheduler/loop unit testAndrea Shepard
2014-09-30Add scheduler channel states unit testAndrea Shepard
2014-09-30Add scheduler/compare_channels unit testAndrea Shepard
2014-09-30Add scheduler/queue_heuristic unit testAndrea Shepard
2014-09-30Initial test_scheduler.cAndrea Shepard