aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_entrynodes.c
AgeCommit message (Expand)Author
2016-12-16prop271: Tests for the highlevel or_state_t encode/decode functionsNick Mathewson
2016-12-16Add a test for entry_guard_state_should_expire()Nick Mathewson
2016-12-16Repair unit test for tiny-network case.Nick Mathewson
2016-12-16Implement support for per-circuit guard restrictions.Nick Mathewson
2016-12-16Re-enable some disabled tests about switching guard_selectionsNick Mathewson
2016-12-16Change return value of entry_guard_succeeded to an enum.Nick Mathewson
2016-12-16Lay down some infrastructure for bridges in the New Guard Order.Nick Mathewson
2016-12-16Remove guard_selection argument from status-reporting functionsNick Mathewson
2016-12-16Have multiple guard contexts we can switch between.Nick Mathewson
2016-12-16More entry guard tests: for cancel, and for upgrade.Nick Mathewson
2016-12-16Test for entry_guard_has_higher_priority().Nick Mathewson
2016-12-16Unit tests for entry_guard_{pick_for_circuit,succeeded,failed}Nick Mathewson
2016-12-16Turn #defines for prop271 into networkstatus paramsNick Mathewson
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-30Add an (as yet) unused UseDeprecatedGuardAlgorithm_ option.Nick Mathewson
2016-11-30Implement most of the prop271 data structure backends.Nick Mathewson
2016-11-30Initial code to parse/encode/sample prop271 guardsNick Mathewson
2016-11-30Add an entry_guard_describe() functionNick Mathewson
2016-11-30Move path-bias fields into a separate structureNick Mathewson
2016-09-25Abolish globals in entrynodes.c; relativize guard context to new guard_select...Andrea Shepard
2016-02-27Update the copyright year.Nick Mathewson
2016-02-03Make bridge clients prefer the configured bridge addressteor (Tim Wilson-Brown)
2016-01-29Automatically use IPv6 when ClientUseIPv4 is 0teor (Tim Wilson-Brown)
2016-01-29Use fascist firewall and ClientUseIPv4 for bridge clientsteor (Tim Wilson-Brown)
2016-01-29Choose OR Entry Guards using IPv4/IPv6 preferencesteor (Tim Wilson-Brown)
2016-01-29Add ClientUseIPv4 and ClientPreferIPv6DirPort torrc optionsteor (Tim Wilson-Brown)
2015-04-01Update entrynodes unit test for dirsSebastian Hahn
2015-02-18Combine test_helpers.[ch] and testhelper.[ch]Nick Mathewson
2015-02-18Merge branch 'bug9321_rerebase'Nick Mathewson
2015-02-18Unittest prep: Move get_yesterday_date_str() to helper file.George Kadianakis
2015-02-17Wrap two long linesNick Mathewson
2015-02-11Merge branch 'bug12844'Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-12Fix wide lines (from 13172)Nick Mathewson
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-09-15Use coccinelle scripts to clean up our unit testsNick Mathewson
2014-09-15Fix up testhelper to be used by the entryguard unittests.George Kadianakis
2014-09-15Move some useful unittest functions to a testhelper.c file.George Kadianakis
2014-08-21Fix memory leaks in test_entrynodes.cNick Mathewson
2014-08-20Merge branch 'bug12205_take2_squashed'Nick Mathewson
2014-08-20Whitespace fixesNick Mathewson
2014-08-20Small cleanups to test_entry_is_time_to_retryNick Mathewson
2014-08-20Unit testing entry_is_time_to_retry().rl1987
2014-08-20Fix entrynodes test fails because of outdated test vectors.George Kadianakis
2014-07-16Move test_descriptors.txt to an include fileNick Mathewson
2014-07-16Fix tests when building out-of-treeNick Mathewson
2014-07-16Fix wide lines, make entry_is_live() non-inlineNick Mathewson