summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-12-16Test no-consensus case for filter.Nick Mathewson
2016-12-16Test get_guard_selection_by_nameNick Mathewson
2016-12-16Make sure primary-guards are up-to-date when we inspect them.Nick Mathewson
2016-11-30Make new prop271 entry guards persistentNick Mathewson
2016-11-30Use the new guard notification/selection APIs throughout TorNick Mathewson
2016-11-30Add an (as yet) unused UseDeprecatedGuardAlgorithm_ option.Nick Mathewson
2016-11-30Implement most of the prop271 data structure backends.Nick Mathewson
2016-11-30Add a smartlist_remove_keeporder() function, with tests.Nick Mathewson
2016-11-30Split bridge functions into a new module.Nick Mathewson
2016-11-30Initial code to parse/encode/sample prop271 guardsNick Mathewson
2016-11-30Teach parse_iso_time about the spaceless variant.Nick Mathewson
2016-11-30Add an entry_guard_describe() functionNick Mathewson
2016-11-30Move path-bias fields into a separate structureNick Mathewson
2016-11-21Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-21Merge remote-tracking branch 'arma/bug20423' into maint-0.2.9Nick Mathewson
2016-11-17Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-16refactor router_pick_published_address to have another argRoger Dingledine
2016-11-16fixup! Add expect_log_msg_containing_either3() and expect_log_msg_containing_...teor
2016-11-16Add all four error messages to test_address_get_if_addrs6_list_no_internal()Neel Chauhan
2016-11-16Add all four error messages to test_address_get_if_addrs6_list_internal()Neel Chauhan
2016-11-16Add expect_log_msg_containing_either3() and expect_log_msg_containing_either4()Neel Chauhan
2016-11-10Merge remote-tracking branch 'dgoulet/bug20570_030_01'Nick Mathewson
2016-11-10Merge remote-tracking branch 'dgoulet/ticket19642_030_01'Nick Mathewson
2016-11-08Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-08Merge remote-tracking branch 'public/bug20306_029' into maint-0.2.9Nick Mathewson
2016-11-08hs: Add single-onion-service line to v3 descriptorDavid Goulet
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-07Merge remote-tracking branch 'teor/bug20484_029_v2' into maint-0.2.9Nick Mathewson
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-07Fix another 20499-broken testNick Mathewson
2016-11-07Fix a unit test (broken by recent 20499 hacking)Nick Mathewson
2016-11-07test: Remove useless HS decode multiple intro pointsDavid Goulet
2016-11-06Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-06In test_tortls_classify_client_ciphers(), s/ECDH/ECDHE/Nick Mathewson
2016-11-04Would you believe me if I said there were more 32-bit and clang warnings?Nick Mathewson
2016-11-04Fix some 32-bit warnings and clang warningsNick Mathewson
2016-11-04prop224: Fix memleaks in hs descriptor unit testDavid Goulet
2016-11-04Fix memory leaks in test_hs_cache.cNick Mathewson
2016-11-04Fix more unit test leaks.Nick Mathewson
2016-11-04prop224: Remove pointless unit testDavid Goulet
2016-11-04Fix a heap overrun in test_decode_plaintextNick Mathewson
2016-11-04Fix memory leaks in hs_descriptor/decode_descriptor and in encode_enc_key()Nick Mathewson
2016-11-04Expose desc_intro_point_free to the tests, and use it.Nick Mathewson
2016-11-04Fix a bunch of leaks in hs_cache/upload_and_download_hs_descNick Mathewson
2016-11-04Fix make check-spacesNick Mathewson
2016-11-04Tell a broken test to skip itselfNick Mathewson
2016-11-04prop224: fix unit test to actually initialize a connection objectDavid Goulet
2016-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
2016-11-04prop224: Use a const pointer for the cache lookup entryDavid Goulet
2016-11-04prop224: Rename cert type to follow naming conventionDavid Goulet