summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2015-12-18Fix nodelist/node_is_dir test wrt 12538.Nick Mathewson
2015-12-18Merge branch 'feature12538_028_01_squashed'Nick Mathewson
2015-12-18Change dataflow on generating 'dir-cache' flag.Nick Mathewson
2015-12-18Assert rs are added in con and con_md testsMatthew Finkel
2015-12-18Automatically generate md-con method vers in testMatthew Finkel
2015-12-18Add new DirCache configuration optionMatthew Finkel
2015-12-18Add unit test for router_pick_directory_server_implMatthew Finkel
2015-12-18Client should check if dir server has open dir port or handles tunnelled requ...Matthew Finkel
2015-12-18Fix a memory leak in the backtrace testcypherpunks
2015-12-18Log the backtrace when the backtrace test failscypherpunks
2015-12-18Fix an unreached null-pointer deref in connection testsNick Mathewson
2015-12-18Fix a buffer overrun in connection tests.Nick Mathewson
2015-12-18Fix a coverity uninitialized-pointer warning in policy tests.Nick Mathewson
2015-12-18Fix a coverity NULL-pointer deref warning in the DNS tests.Nick Mathewson
2015-12-18Fix a coverity NULL-pointer deref warning in the tortls tests.Nick Mathewson
2015-12-18Looks like I added one X509_free too many :(Nick Mathewson
2015-12-18Fix remaining memory leaks in unit tests.Nick Mathewson
2015-12-18Add zlib path when linking the switch_id testcypherpunks
2015-12-17Fix unused variable errorscypherpunks
2015-12-17Return 77 means "skipped"Nick Mathewson
2015-12-17Conform to the type signature of setsockopt(2)cypherpunks
2015-12-17Use a Windows specific socket error codecypherpunks
2015-12-17Do not run switch_id test on Windowscypherpunks
2015-12-17Prop210: Fix directory fetch teststeor (Tim Wilson-Brown)
2015-12-16A relay now advertises "tunnelled-dir-server" in its descriptorMatthew Finkel
2015-12-16Authorities must set a router's V2Dir flag if it supports tunnelled reqsMatthew Finkel
2015-12-16Add policy assume_action support for IPv6 addressesteor (Tim Wilson-Brown)
2015-12-15Merge remote-tracking branch 'teor/feature15775-fallback-v9-squashed'Nick Mathewson
2015-12-15Fix some memory leaks in the unit testsNick Mathewson
2015-12-16Add Fallback Directory Candidate Selection Scriptteor
2015-12-15clean whitespaceNick Mathewson
2015-12-15Merge remote-tracking branch 'teor/feature17327-v4'Nick Mathewson
2015-12-15Merge branch 'feature8195_small_squashed'Nick Mathewson
2015-12-15Add unit tests for switch_id(), including tests for capabilitiesNick Mathewson
2015-12-15Fix a few compilation warnings and errorsNick Mathewson
2015-12-15Merge remote-tracking branch 'teor/feature4483-v10-squashed'Nick Mathewson
2015-12-16Prop210: Close excess connections once a consensus is downloadingteor (Tim Wilson-Brown)
2015-12-16Prop210: Add schedules for simultaneous client consensus downloadsteor (Tim Wilson-Brown)
2015-12-15Merge branch 'feature17576-UseDefaultFallbackDirs-v2-squashed'Nick Mathewson
2015-12-15Add UseDefaultFallbackDirs for hard-coded directory mirrorsteor (Tim Wilson-Brown)
2015-12-16Prop210: Add want_authority to directory_get_from_dirserverteor (Tim Wilson-Brown)
2015-12-16Prop210: Refactor connection_get_* to produce lists and countsteor (Tim Wilson-Brown)
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-12-14Merge branch 'maint-0.2.7'Nick Mathewson
2015-12-14Use TESTS_ENVIRONMENT for older Automake versionscypherpunks
2015-12-14Merge branch 'maint-0.2.7'Nick Mathewson
2015-12-14Use variables instead of substitutionscypherpunks
2015-12-14Only setup environment variables for testscypherpunks
2015-12-14Authorities on IPv6: minor fixes and unit teststeor (Tim Wilson-Brown)
2015-12-09Remove unnecessary castingcypherpunks