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_routerset.c
Age
Commit message (
Expand
)
Author
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2020-07-14
addr: Use tor_addr_t instead of uint32_t for IPv4
David Goulet
2020-06-24
Add routerset_contains_router() test
Neel Chauhan
2020-01-09
Fix wide lines from NS() removal fallout.
Nick Mathewson
2020-01-09
Remove all usage of the NS*() macros in test*.c
Nick Mathewson
2020-01-09
Replace various NS_MODULE/SUBMODULE vals with shorter names.
Nick Mathewson
2020-01-09
Put all NS_DECL invocations on single lines.
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-04-26
Make nodelist_get_list() return a const pointer.
Nick Mathewson
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2018-10-14
Merge branch 'bug27772_squashed'
Nick Mathewson
2018-10-14
Fix various GCC LTO warnings in the unit tests.
Nick Mathewson
2018-10-01
Extract addr-policy parsing code.
Nick Mathewson
2018-10-01
Move routerparse and parsecommon to their own module.
Nick Mathewson
2018-09-27
Extract the non-stats part of geoip into a new src/lib/geoip.
Nick Mathewson
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-01
Extract addr_policy_t into a new header.
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Move extend_info_t into its own header.
Nick Mathewson
2018-06-15
Extract routerinfo_t into its own header.
Nick Mathewson
2018-06-15
Extract routerstatus_t into its own header.
Nick Mathewson
2018-06-15
Extract node_t into its own header.
Nick Mathewson
2017-12-08
Change the free macro convention in the rest of src/or/*.h
Nick Mathewson
2017-11-17
Make all the free() functions from container.h clear their targets
Nick Mathewson
2017-10-27
Make sure all C files have copyright/license notices
Nick Mathewson
2017-08-22
Refactor node lookup APIs to take flags
Nick Mathewson
2016-10-27
Convert remaining files to smartlist_add_strdup
overcaffeinated
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2015-10-02
Fix "make check-spaces"
Nick Mathewson
2015-10-02
Merge remote-tracking branch 'teor/routerset-parse-IPv6-literals'
Nick Mathewson
2015-09-16
Ignore accept6/reject6 IPv4, warn about unexpected rule outcomes
teor (Tim Wilson-Brown)
2015-09-14
Add unit tests for wildcard, IPv4, IPv6 routerset parsing
teor (Tim Wilson-Brown)
2014-11-12
Replace operators used as macro arguments with OP_XX macros
Nick Mathewson
2014-09-15
Don't pass invalid memory regions to digestmap_set/get in test_routerlist
Nick Mathewson
2014-09-03
Fix the leaks that valgrind found in the new routerset tests.
Nick Mathewson
2014-09-02
Use real pointers in unit tests, not (void*)101 etc
Nick Mathewson
2014-08-29
Fix some coverity warnings in new routerset tests
Nick Mathewson
2014-08-29
Introduce full coverage tests for module routerset.c.
dana koch