aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_address.c
AgeCommit message (Expand)Author
2021-10-04net: Reject invalid characters in port rangesc
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-11-12Fix typos.Samanta Navarro
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-06-30node: Rename addrs_in_same_network_family()David Goulet
2020-04-30net: Make all address bytes functions take uint8_t *teor
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-09-19test: test dirserv_router_has_valid_address() with DirAllowPrivateAddressesteor
2019-09-19test: refactor dirserv_router_has_valid_address() teststeor
2019-09-19test: dirserv_router_has_valid_address() with zero-family addressesteor
2019-08-26test_address: parenthesize macro arguments.Nick Mathewson
2019-08-26In tests, make sure that "ri" is freed on all paths.Nick Mathewson
2019-08-26Add test for dirserv_router_has_valid_address()Neel Chauhan
2019-02-19Downgrade some LOG_ERR messages in the address/* tests to warningsNick Mathewson
2019-01-23Merge branch 'ticket28668_035' into ticket28668_040Nick Mathewson
2019-01-23If address/get_if_addrs6 can't findipv6, log WARN, not ERRNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-11-02Update address tests to avoid offending coverity.Nick Mathewson
2018-10-31Add test for nodes_in_same_family()Neel Chauhan
2018-08-21Remove duplicate include in src/test/test_address.cNeel Chauhan
2018-08-17In addrs_in_same_network_family(), choose IP subnet size based on IP typeNeel Chauhan
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-06-27rectify include paths (automatic) for address.hNick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-02-21Revert 4438ef32's changes to test_address.cNick Mathewson
2018-02-20Remove a bunch of other redundant #includesNick Mathewson
2017-12-08Convert the rest of src/common's headers to use FREE_AND_NULLNick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24apply ahf's test_assert_int.cocciNick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-03-15Run the copyright update script.Nick Mathewson
2016-11-16fixup! Add expect_log_msg_containing_either3() and expect_log_msg_containing_...teor
2016-11-16Add all four error messages to test_address_get_if_addrs6_list_no_internal()Neel Chauhan
2016-11-16Add all four error messages to test_address_get_if_addrs6_list_internal()Neel Chauhan
2016-09-09make check-spacesNick Mathewson
2016-09-09Fix cases where the tests were doing closesocket() on a non-socketNick Mathewson
2016-09-08Placate "make check-spaces"Nick Mathewson
2016-09-08Simplify log_test_helpers interfaceNick Mathewson
2016-09-08Tolerate another failure mode of get_if_addres6_list in testsNick Mathewson
2016-08-31Use setup_full_capture_of_logs() where appropriate.Nick Mathewson
2016-07-28Fix a huge pile of -Wshadow warnings.Nick Mathewson
2016-07-17Keep make check-spaces happyAndrea Shepard
2016-07-06Capture the LOG_ERR messages in our tests that had logged errors.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-23Add missing check to test_address_get_if_addrs_ifaddrs. Bug 18378Nick Mathewson
2016-02-01Merge branch 'maint-0.2.7'Nick Mathewson
2016-02-01Try to fix address tests on FreeBSDNick Mathewson