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