aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_channel.c
AgeCommit message (Expand)Author
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-06-11Resolve some warnings from OSX clang.Nick Mathewson
2016-06-11Use -Wdouble-promotion in GCC >= 4.6Nick Mathewson
2016-03-21Merge branch 'bug18570_027'Nick Mathewson
2016-03-21Add new channel/queue_incoming unit tests; modify channel unit tests for new ...Andrea Shepard
2016-02-27Update the copyright year.Nick Mathewson
2015-05-26Fix unit tests on MSVC2013.Nick Mathewson
2015-02-23Remove lingering mempool codecypherpunks
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-26Add another cellintptr use; fixes 14031Nick Mathewson
2014-12-22Tweak channel unit tests so we don't see coverity complaintsNick Mathewson
2014-12-22Fix a bunch of memory leaks in the unit tests. Found with valgrindNick Mathewson
2014-12-22Fix some coverity issues in the unit testsNick Mathewson
2014-12-04Fix more 64/32 warnings in test_channel.cNick Mathewson
2014-11-28Fix some 32-bit build issues in the testsNick Mathewson
2014-09-30Update test_channel.c for recent test suite changes and --enable-mempools sup...Andrea Shepard
2014-09-30Limited unit test for channel_dump_statistics()Andrea Shepard
2014-09-30Add channel/dumpstats unit testAndrea Shepard
2014-09-30Check queueing case in channel/flushmux unit test tooAndrea Shepard
2014-09-30Add channel/flushmux unit testAndrea Shepard
2014-09-30Add channel/incoming unit testAndrea Shepard
2014-09-30Add unknown cell queue entry type case to channel/queue_impossible unit testAndrea Shepard
2014-09-30Small channel unit test improvementsAndrea Shepard
2014-09-30Unit test for unusual channel lifecyclesAndrea Shepard
2014-09-30Check some can't-happen cases draining channel cell queuesAndrea Shepard
2014-09-30Add scheduler_channel_has_waiting_cells_mock() and some mock counter queriesAndrea Shepard
2014-09-30Expose a useful mock from test_channel.cAndrea Shepard
2014-09-30Expose fake channel utility functions in test suite in fakechans.h, and fix a...Andrea Shepard
2014-09-30Implement channel flush unit testAndrea Shepard
2014-09-30Add channel lifecycle testAndrea Shepard
2014-09-30Implement two-channel queue estimate testAndrea Shepard
2014-09-30Implement channel queue size estimate unit testAndrea Shepard
2014-09-30Unit tests for channel_get_cell_queue_entry_size() and channel_write_*() func...Andrea Shepard