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