aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_entrynodes.c
AgeCommit message (Expand)Author
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
2014-07-16Merge remote-tracking branch 'asn/bug12202'Nick Mathewson
2014-07-09Change interface of router_descriptor_is_too_old().George Kadianakis
2014-06-25Change the interface of entry_is_live() to take a bitmap.George Kadianakis
2014-06-25Basic entry_is_live() unittest.George Kadianakis
2014-06-24Add the entrynodes.c unit tests.George Kadianakis