index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_routerlist.c
Age
Commit message (
Expand
)
Author
2018-05-08
Improve tolerance for dirauths with skewed clocks
Taylor Yu
2018-05-08
Test early-consensus clock skew warnings
Taylor Yu
2018-05-08
tests: Add "now" param to construct_consensus()
Taylor Yu
2018-05-03
Merge remote-tracking branch 'isis/bug24660_r1'
Nick Mathewson
2018-04-27
mod: Move dirauth specific files to its own module
David Goulet
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2017-12-08
Rename connection_free_ to connection_free_minimal.
Nick Mathewson
2017-11-09
Fix unit test behavior: we need to be in STATE_LIVE.
Nick Mathewson
2017-11-01
test: Fix SR initialization in routerlist test
David Goulet
2017-10-25
Fix offending unittest and add changes file for #23862.
George Kadianakis
2017-10-25
Add a unittest that reveals the offending case of #23862.
George Kadianakis
2017-08-24
apply ahf's test_assert_null.cocci
Nick Mathewson
2017-08-24
apply ahf's test_assert_int.cocci
Nick Mathewson
2017-08-24
Fix operator usage in src/test/*.c
Alexander Færøy
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-01-18
Remove the (no longer compiled) code for legacy guard selection.
Nick Mathewson
2016-12-16
Wrap all of the legacy guard code, and its users, in #ifdefs
Nick Mathewson
2016-10-19
Compilation fix. (function pointer implicit cast in tests.)
Nick Mathewson
2016-09-25
Abolish globals in entrynodes.c; relativize guard context to new guard_select...
Andrea Shepard
2016-07-01
prop250: Add unit tests
David Goulet
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-05-19
Add unit tests for networkstatus_consensus_is_bootstrapping
teor (Tim Wilson-Brown)
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-24
Fix memory leaks in routerlist/pick_directory_server_impl test
Nick Mathewson
2016-02-23
Appease make check-spaces
Andrea Shepard
2016-02-22
Fix a bunch of memory leaks in the unit tests
Nick Mathewson
2016-02-16
Fix a NULL dereference on unit test failure. CID 1353177.
Nick Mathewson
2016-02-11
Merge remote-tracking branch 'teor/feature17840-v11-merged-v2'
Nick Mathewson
2016-02-01
Bitwise negate is ~, not !.
Nick Mathewson
2016-01-29
Merge branch 'feature17840-v11-squashed' into feature17840-v11-merged
teor (Tim Wilson-Brown)
2016-01-29
Choose directory servers by IPv4/IPv6 preferences
teor (Tim Wilson-Brown)
2015-12-18
fix routerlist/pick_directory_server_impl in light of 12538
Nick Mathewson
2015-12-18
Add unit test for router_pick_directory_server_impl
Matthew Finkel
2015-12-16
Prop210: Add want_authority to directory_get_from_dirserver
teor (Tim Wilson-Brown)
2015-01-23
whitespace fixes
Nick Mathewson
2015-01-23
Merge remote-tracking branch 'public/ticket9969'
Nick Mathewson
2014-09-29
fixup! Unit tests for router download functions.
Nick Mathewson