aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-07-05Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2017-07-05Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2017-07-03Fix assertion failure related to openbsd strtol().Nick Mathewson
2015-06-22Repair breakage in early-error case of microdesc parsingNick Mathewson
2015-05-26Fix unit tests on MSVC2013.Nick Mathewson
2015-03-12Merge remote-tracking branch 'public/feature15212_026' into maint-0.2.6Nick Mathewson
2015-03-10Fix check-spacesNick Mathewson
2015-03-10Add link protocol version counts to the heartbeat messageNick Mathewson
2015-03-09testing_common.c: avoid side-effects of tor_assertTom van der Woerdt
2015-02-26Have zero_length_keys.sh use an empty torrc file.Nick Mathewson
2015-02-24Update test_status.c to accommodate changes in heartbeat messagesNick Mathewson
2015-02-23Remove lingering mempool codecypherpunks
2015-02-23Fix endianness issues in test_config_resolve_my_address().rl1987
2015-02-18clean up comments and whitespace a bitRoger Dingledine
2015-02-18whitespace fixesNick Mathewson
2015-02-18Combine test_helpers.[ch] and testhelper.[ch]Nick Mathewson
2015-02-18Merge branch 'bug9321_rerebase'Nick Mathewson
2015-02-18Add unittests for the guardfraction feature.George Kadianakis
2015-02-18Unittest prep: Move get_yesterday_date_str() to helper file.George Kadianakis
2015-02-17Use --list-fingerprint instead of process control in zero_length_keys.shNick Mathewson
2015-02-17Wrap two long linesNick Mathewson
2015-02-16Fix a few coverity "Use after NULL check" warningsNick Mathewson
2015-02-12Merge remote-tracking branch 'sebastian/bug14875'Nick Mathewson
2015-02-12Actually get all interface addressesSebastian Hahn
2015-02-11Merge branch 'bug14478_squashed'Nick Mathewson
2015-02-11Put error messages to stderrSebastian Hahn
2015-02-11Change exit code of zero_length_keys scriptSebastian Hahn
2015-02-11Avoid undefined behaviour of testSebastian Hahn
2015-02-11Check that mktemp result is a directorySebastian Hahn
2015-02-11Clean up after zero length key testSebastian Hahn
2015-02-11Merge remote-tracking branch 'public/remove_freelist'Nick Mathewson
2015-02-11Merge branch 'bug12844'Nick Mathewson
2015-02-11Remove mempools and buf freelistsNick Mathewson
2015-02-08Avoid calling SMARTLIST_FOREACH on a NULL smartlist in teststeor
2015-02-06Remove useless export in zero length key testSebastian Hahn
2015-02-06Don't use invalid exit values in zero length key testSebastian Hahn
2015-02-06Merge remote-tracking branch 'sebastian/bug13993'Nick Mathewson
2015-02-06Fix check-spaces complaintsSebastian Hahn
2015-02-06Add unit test for #13290Sebastian Hahn
2015-02-03fix a unit tests memory leak (my fault)Nick Mathewson
2015-02-02Merge remote-tracking branch 'public/bug9635_warnings_025'Nick Mathewson
2015-02-02Test for 13865.rl1987
2015-01-30Merge remote-tracking branch 'public/prop227_v2'Nick Mathewson
2015-01-29Correctly reject packages lines with empty entriesNick Mathewson
2015-01-23Try to fix some more memory leaks in the unit testsNick Mathewson
2015-01-23Fix some memory leaks in new address testsNick Mathewson
2015-01-23whitespace fixesNick Mathewson
2015-01-23Split the slow unit tests into their own binaryNick Mathewson
2015-01-23Merge branch 'if_addr_refactoring_squashed'Nick Mathewson
2015-01-23Refactor code that looks up addresses from interfacesrl1987