aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2014-03-13Fix some leaks/missed checks in the unit testsNick Mathewson
2014-03-11Merge remote-tracking branch 'asn/bug11069_take2'Nick Mathewson
2014-03-10Throw control port warning if we failed to connect to all our bridges.George Kadianakis
2014-03-06Upgrade to the latest version of tinytest.Nick Mathewson
2014-03-06tinytest tt_{mem,str}_op now handle NULLs betterNick Mathewson
2014-03-05Fix whitespace errors, all of them mine.Nick Mathewson
2014-03-05Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson
2014-03-04Merge branch 'bug10169_025_v2'Nick Mathewson
2014-03-03Fix compilation warnings in tor_addr_make_null patchNick Mathewson
2014-03-03add test for tor_addr_make_nullKevin Murray
2014-02-28Unit tests for test_routerkeys_write_fingerprintNick Mathewson
2014-02-28Unit tests for pk fingerprint functionsNick Mathewson
2014-02-17Restitute a successful stat call to this test case.dana koch
2014-02-16mingw fix: Rename a variable in the unit testsNick Mathewson
2014-02-15Merge branch 'bug4900_siphash_v2'Nick Mathewson
2014-02-14fix a whitespace snafuNick Mathewson
2014-02-12More unit tests for OOM handling.Nick Mathewson
2014-02-12Initial unit tests for OOM handlingNick Mathewson
2014-02-12Add tests for buffer time tracking.Nick Mathewson
2014-02-12Several tests for buffer allocationNick Mathewson
2014-02-12Start writing tests for 10169.Nick Mathewson
2014-02-12Randomize the global siphash key at startupNick Mathewson
2014-02-12Tests for siphash, from reference implementation.Nick Mathewson
2014-02-11Free leakable values in the unit tests.Nick Mathewson
2014-02-07Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-02-07Survive fedora's openssl in our benchmarksNick Mathewson
2014-02-07Use the right functions; strncpy is usually not the answerNick Mathewson
2014-02-06add test case for node_get_verbose_nicknameQingping Hou
2014-02-06add test for node_get_verbose_nickname_by_idQingping Hou
2014-02-06remove node_describe_by_id() functionQingping Hou
2014-02-06fix longname returned in HS_DESC control eventsQingping Hou
2014-02-06Rename sun to s_un in test_addr.cNick Mathewson
2014-02-04Distcheck repair: add new python testing code to "tarballs"Nick Mathewson
2014-02-03test_config.c: log which address should have failedNick Mathewson
2014-02-03Clean up test_hs.c: warning fix; tor_free() usage.Nick Mathewson
2014-02-03More fixes to rip out all of the v2 directory code.Karsten Loesing
2014-02-03check-spaces fixes for test_router.cNick Mathewson
2014-02-03Merge remote-tracking branch 'houqp/hs_control'Nick Mathewson
2014-02-03slownacl's pure-python curve25519 lets us test ntor everywhere.Nick Mathewson
2014-01-29add test case for node_describe_by_idQingping Hou
2014-01-29add test case for hidden service async eventsQingping Hou
2014-01-29Rip out all of the v2 directory code.Nick Mathewson
2014-01-17Coverate in util.c: test that tor_parse_* rejects negative base.Nick Mathewson
2014-01-17Add an --accel switch to run unit tests with crypto accelerationNick Mathewson
2013-12-17Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-12-17Merge remote-tracking branch 'public/bug10409_023' into maint-0.2.4Nick Mathewson
2013-12-16Avoid free()ing from an mmap on corrupted microdesc cacheNick Mathewson
2013-11-22Add checks to prevent memcmp(.,.,negative) in tests (CID 1064417)Nick Mathewson
2013-11-22Fix another unit test memory leak. CID1087949,CID1087950.Nick Mathewson
2013-11-22Fix a bunch of coverity-spotted unit test resource leaksNick Mathewson