aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-03-18
|\
| * Add unit test for tor_addr_is_loopbackNick Mathewson2013-03-01
| * Make unit test for bug7191 work with new smartlist_new() nameNick Mathewson2012-10-23
| * Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-10-23
| |\
| | * Add some unit tests for smartlist_bsearch_idx() on short listsAndrea Shepard2012-10-23
* | | Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \
| * | | Add unit test for dirserv measured bandwidth cacheAndrea Shepard2013-03-07
* | | | Remove some functions which were unused except for their testsNick Mathewson2013-02-23
* | | | Remove a bunch of unused macro definitionsNick Mathewson2013-02-23
|/ / /
* | | Fix a may-be-used-uninitialized warning.Nick Mathewson2013-02-19
* | | Merge branch 'bug2286_unit_test_squashed'Nick Mathewson2013-02-19
|\ \ \
| * | | Test alternate values of maxunmeasuredbw tooAndrea Shepard2013-02-19
| * | | Update unmeasured bandwidth clipping unit test per NickM's bugfix for the Unm...Andrea Shepard2013-02-19
| * | | Add unit test for unmeasured bandwidth clipping in consensusAndrea Shepard2013-02-19
| * | | Refactor v3_networkstatus test to allow reuse of test for measuredbwAndrea Shepard2013-02-19
* | | | Fix unreachable use-before-assign in test_util_join_win_cmdlineNick Mathewson2013-02-15
* | | | Fix a null-deref-on-fail in unit testsNick Mathewson2013-02-11
* | | | Fix even more dead code and resource leaks in the unit testsNick Mathewson2013-02-11
* | | | Resolve memory leaks in the unit tests and benchmarks (found by coverity)Nick Mathewson2013-02-11
* | | | Speed up the curve25519 unit test by doing fewer iterationsNick Mathewson2013-02-11
* | | | Unit test for tor_weak_random_rangeNick Mathewson2013-02-08
* | | | whitespace fixNick Mathewson2013-02-07
* | | | Tolerate curve25519 backends where the high bit of the pk isn't ignoredNick Mathewson2013-02-07
|/ / /
* | | Fix a silly mistake in the tor_mathlog() documentation. Give it a unit test.Nick Mathewson2013-02-01
* | | Fix unit test to not expect v2 directory request geoip infoNick Mathewson2013-01-29
* | | Merge remote-tracking branch 'karsten/bug5823'Nick Mathewson2013-01-19
|\ \ \
| * | | Remove dirreq-v2-* lines from extra-info descriptors.Karsten Loesing2013-01-17
* | | | Add a missing part of bug 7311's makefile.nmake tweaksNick Mathewson2013-01-17
* | | | Implement proposal 204: ignore subdomains in hidden service addressesJérémy Bobbio2013-01-16
* | | | Merge branch '024_msvc_squashed'Nick Mathewson2013-01-16
|\ \ \ \
| * | | | Add more test modules for nmake makefilesNick Mathewson2013-01-16
| * | | | Try to build tinytest.obj from the right sourcesNick Mathewson2013-01-16
| * | | | use the /Fe flag with msvcNick Mathewson2013-01-16
| * | | | Add missing targets to src/test/Makefile.nmake. Fix for 7316Nick Mathewson2013-01-16
| * | | | Add missing includes and libs to makefile.nmakeNick Mathewson2013-01-16
* | | | | Aftermath of isin->contains renamingNick Mathewson2013-01-16
* | | | | Rename *_isin to *_containsNick Mathewson2013-01-16
* | | | | Actually link against nacl when we want to use itNick Mathewson2013-01-16
| |/ / / |/| | |
* | | | Update the copyright date to 201.Nick Mathewson2013-01-16
* | | | Make the = at the end of ntor-onion-key optional.Nick Mathewson2013-01-05
* | | | Whoops; make that unit test actually pass :/Nick Mathewson2013-01-03
* | | | Add a unit test for the curve25519 keypair persistence functionsNick Mathewson2013-01-03
* | | | Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\ \ \ \
| * | | | Implement a constant-time safe_mem_is_zero.Nick Mathewson2013-01-03
| * | | | Add reference implementation for ntor, plus compatibility testNick Mathewson2013-01-03
| * | | | ntor: Don't fail fast server-side on an unrecognized KEYID(B)Nick Mathewson2013-01-03
| * | | | Make libcurve25519_donna get built as a .aNick Mathewson2013-01-03
| * | | | Don't check create cells too much when we're relaying themNick Mathewson2013-01-03
| * | | | Implement scheme to allow ntor requests/responses via older serversNick Mathewson2013-01-03
| * | | | Code to parse and format CREATE{,2,_FAST} cells and their alliesNick Mathewson2013-01-03