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_router.c
Age
Commit message (
Expand
)
Author
2020-10-16
Fix router/dump_router_to_string_no_bridge_distribution_method
Nick Mathewson
2020-07-21
Rename router_get_advertised_*() functions.
Nick Mathewson
2020-07-21
Combine router_get_advertised_or_port{,by_af_}() functions
Nick Mathewson
2020-07-14
addr: Use tor_addr_t instead of uint32_t for IPv4
David Goulet
2020-07-10
Rename public bandwidth-history identifiers to start with "bwhist".
Nick Mathewson
2020-07-10
Split bandwidth history functions into a separate C file.
Nick Mathewson
2020-03-21
Merge branch 'bug32588_042' into bug32588_043
teor
2020-03-21
Merge branch 'bug32588_035' into bug32588_041
teor
2020-03-21
Add a test for the localhost case.
Nick Mathewson
2020-03-21
Extend test to handle router_get_advertised_ipv6_or_ap
Nick Mathewson
2020-03-21
Add a test for router_get_advertised_or_port_by_af().
Nick Mathewson
2020-01-09
Remove all usage of the NS*() macros in test*.c
Nick Mathewson
2020-01-09
Always define NS_MODULE and NS_SUBMODULE when NS is used.
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-09-11
Run test_operator_cleanup on our unit tests
Nick Mathewson
2019-02-19
test_router: Add comment to explain mocking
teor
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2018-12-05
Merge remote-tracking branch 'public/prop298'
Nick Mathewson
2018-12-05
Write tests for mark_my_descriptor_dirty_if_too_old()
Nick Mathewson
2018-11-24
Emit router families in canonical form
Nick Mathewson
2018-09-21
Split main.c into main.c and mainloop.c
Nick Mathewson
2018-09-04
Merge branch 'nss_squashed' into nss_merge
Nick Mathewson
2018-09-04
Fix a pair of remaining leaks in tortls_nss.c
Nick Mathewson
2018-09-04
Merge branch 'bug24104_029_squashed'
Nick Mathewson
2018-09-01
Test for descriptor does not change when hibernating
juga0
2018-09-01
Add test for check_descriptor_bandwidth_changed
juga0
2018-08-29
router: Keep RSA onion public key in ASN.1 format
David Goulet
2018-07-05
Fix everything that previously referred to src/or
Nick Mathewson
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Extract routerinfo_t into its own header.
Nick Mathewson
2017-10-24
Updates to fix check-spaces/check-changes warnings
Nick Mathewson
2017-10-24
test: Add unittest for descriptors with BridgeDistribution option.
Isis Lovecruft
2014-02-06
remove node_describe_by_id() function
Qingping Hou
2014-02-03
check-spaces fixes for test_router.c
Nick Mathewson
2014-01-29
add test case for node_describe_by_id
Qingping Hou