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_nodelist.c
Age
Commit message (
Expand
)
Author
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2020-10-15
Add ed25519 identities to relay descriptions.
Nick Mathewson
2020-07-14
node: Standardize interface of format_node_description()
David Goulet
2020-07-14
addr: Use tor_addr_t instead of uint32_t for IPv4
David Goulet
2020-07-02
Allow multiple addresses in extend_info_t.
Nick Mathewson
2020-01-20
test/nodelist: Remove ROUTERSTATUS_FORMAT_NO_CONSENSUS_METHOD
teor
2020-01-20
Rename test to match new identifier.
Nick Mathewson
2020-01-20
Rename routerstatus_has_changed to routerstatus_has_visibly_changed
Nick Mathewson
2020-01-20
Update routerstatus_has_changed tests.
Nick Mathewson
2020-01-20
Add unit test for routerstatus_has_changed()
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-08-23
test/nodelist: Add unit tests for describe.c
teor
2019-08-19
test/nodelist: Fix a typo
teor
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2018-11-24
Add a function to canonicalize nodefamilies per prop298
Nick Mathewson
2018-11-24
Revise nodefamily.c to match proposal 298
Nick Mathewson
2018-11-19
Test new functions in nodelist.c
Nick Mathewson
2018-11-19
Aim for 100% test coverage on nodefamily.c
Nick Mathewson
2018-11-19
Backend for compact node-family representation.
Nick Mathewson
2018-10-17
Merge branch 'bug27800-034' into bug27800-035
Taylor Yu
2018-10-17
Merge branch 'bug27800-033' into tor-034
Taylor Yu
2018-10-17
Log more info for duplicate ed25519 IDs
Taylor Yu
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
2018-06-15
Extract microdesc_t into its own header.
Nick Mathewson
2018-06-15
Extract routerstatus_t into its own header.
Nick Mathewson
2018-06-15
Extract networkstatus_t and ..sr_info_t into their own headers
Nick Mathewson
2018-06-15
Extract node_t into its own header.
Nick Mathewson
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2017-09-11
test: Fix memleaks
David Goulet
2017-08-22
Unit tests for maintaining ed25519->node map.
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2015-12-18
Fix nodelist/node_is_dir test wrt 12538.
Nick Mathewson
2015-12-18
Add unit test for router_pick_directory_server_impl
Matthew Finkel
2015-12-18
Client should check if dir server has open dir port or handles tunnelled requ...
Matthew Finkel
2015-01-23
Merge remote-tracking branch 'public/ticket9969'
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-12
Replace operators used as macro arguments with OP_XX macros
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-23
Unit tests for router download functions.
Arlo Breault
2014-09-15
Use coccinelle scripts to clean up our unit tests
Nick Mathewson
2014-02-07
Use the right functions; strncpy is usually not the answer
Nick Mathewson
2014-02-06
add test case for node_get_verbose_nickname
Qingping Hou
2014-02-06
add test for node_get_verbose_nickname_by_id
Qingping Hou