aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_circuitlist.c
Commit message (Collapse)AuthorAge
* Fix numerous type errors in the unit testsNick Mathewson2014-05-08
| | | | | | Remove tinytest casts that were suppressing them. Fix for #11825.
* Fix test_pick_circid on 32-bit platformsNick Mathewson2014-05-07
|
* Basic tests for get_unique_circ_id_by_chan.Nick Mathewson2014-05-07
|
* Fix uninitialized-ram free in unit testsNick Mathewson2014-04-17
| | | | | Fix on fb595922; bug not in any released Tor. Found with --enable-expensive-hardening.
* Fix a dumb C bug in the unit tests for 9841Nick Mathewson2014-04-09
| | | | | Fixes bug 11460; bug only affects unit tests and is not in any released version of Tor.
* Merge remote-tracking branch 'public/bug9841_025'Nick Mathewson2014-04-08
|\
| * Test for circuit_set_rend_token(.,.,NULL)Nick Mathewson2014-04-04
| |
| * Tests for rend_token mapsNick Mathewson2014-02-13
| | | | | | | | | | This gets coverage of everything except for the cases which should be impossible.
* | Fix a use-after-free in test_circuitlist.cNick Mathewson2014-03-18
|/ | | | Found by clang-3.4 analyzers.
* Appease "make check-spaces"Nick Mathewson2013-07-15
|
* Avoid compiler warning 'unused param'.Linus Nordberg2013-07-15
| | | | Fixes #9261.
* Add some basic unit tests for the circuit map data structure.Nick Mathewson2013-07-10
These show off the new mocking code by mocking the circuitmux code so that we can test the circuit map code in isolation.