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_address.c
Age
Commit message (
Expand
)
Author
2020-11-12
Fix typos.
Samanta Navarro
2020-07-14
addr: Use tor_addr_t instead of uint32_t for IPv4
David Goulet
2020-06-30
node: Rename addrs_in_same_network_family()
David Goulet
2020-04-30
net: Make all address bytes functions take uint8_t *
teor
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-09-19
test: test dirserv_router_has_valid_address() with DirAllowPrivateAddresses
teor
2019-09-19
test: refactor dirserv_router_has_valid_address() tests
teor
2019-09-19
test: dirserv_router_has_valid_address() with zero-family addresses
teor
2019-08-26
test_address: parenthesize macro arguments.
Nick Mathewson
2019-08-26
In tests, make sure that "ri" is freed on all paths.
Nick Mathewson
2019-08-26
Add test for dirserv_router_has_valid_address()
Neel Chauhan
2019-02-19
Downgrade some LOG_ERR messages in the address/* tests to warnings
Nick Mathewson
2019-01-23
Merge branch 'ticket28668_035' into ticket28668_040
Nick Mathewson
2019-01-23
If address/get_if_addrs6 can't findipv6, log WARN, not ERR
Nick Mathewson
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2018-11-02
Update address tests to avoid offending coverity.
Nick Mathewson
2018-10-31
Add test for nodes_in_same_family()
Neel Chauhan
2018-08-21
Remove duplicate include in src/test/test_address.c
Neel Chauhan
2018-08-17
In addrs_in_same_network_family(), choose IP subnet size based on IP type
Neel Chauhan
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-06-27
rectify include paths (automatic) for address.h
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-02-21
Revert 4438ef32's changes to test_address.c
Nick Mathewson
2018-02-20
Remove a bunch of other redundant #includes
Nick Mathewson
2017-12-08
Convert the rest of src/common's headers to use FREE_AND_NULL
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
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
2016-11-16
fixup! Add expect_log_msg_containing_either3() and expect_log_msg_containing_...
teor
2016-11-16
Add all four error messages to test_address_get_if_addrs6_list_no_internal()
Neel Chauhan
2016-11-16
Add all four error messages to test_address_get_if_addrs6_list_internal()
Neel Chauhan
2016-09-09
make check-spaces
Nick Mathewson
2016-09-09
Fix cases where the tests were doing closesocket() on a non-socket
Nick Mathewson
2016-09-08
Placate "make check-spaces"
Nick Mathewson
2016-09-08
Simplify log_test_helpers interface
Nick Mathewson
2016-09-08
Tolerate another failure mode of get_if_addres6_list in tests
Nick Mathewson
2016-08-31
Use setup_full_capture_of_logs() where appropriate.
Nick Mathewson
2016-07-28
Fix a huge pile of -Wshadow warnings.
Nick Mathewson
2016-07-17
Keep make check-spaces happy
Andrea Shepard
2016-07-06
Capture the LOG_ERR messages in our tests that had logged errors.
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-23
Add missing check to test_address_get_if_addrs_ifaddrs. Bug 18378
Nick Mathewson
2016-02-01
Merge branch 'maint-0.2.7'
Nick Mathewson
2016-02-01
Try to fix address tests on FreeBSD
Nick Mathewson
2016-01-03
Add family argument to get_interface_addresses_raw (and subfunctions).
rl1987
2015-11-18
Fix unit tests on systems without IPv4 or localhost addresses
teor (Tim Wilson-Brown)
[next]