aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_channel.c
AgeCommit message (Expand)Author
2017-11-22test: Fix channel lifecycle and lifecycle_2David Goulet
2017-11-22test: Add outbound channel cell testDavid Goulet
2017-11-22test: Improve the inbound channel cell testDavid Goulet
2017-11-22channel: Remove unused write cell functionsDavid Goulet
2017-11-22channel: Remove everything related to queue sizeDavid Goulet
2017-11-22channel: Remove incoming/outgoing queueDavid Goulet
2017-08-24Ensure that `make check-spaces` is happy.Alexander Færøy
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24apply ahf's test_assert_int.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-12-08Fix a completely stupid stack-protector warning in test_channels.cNick Mathewson
2016-12-08Unit tests for channel identity map codeNick Mathewson
2016-11-03Fix BUG message in channel/queue_impossibleNick Mathewson
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