Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
When comparing 64-bit types, you need to use tt_[ui]64_op(). Found by Jenkins | |||
2014-11-27 | Fix a likely bug found by coverity in test_scheduler.c. | Nick Mathewson | |
Andrea, do you agree with this? This is CID 1256186 | |||
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 | |