aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_address.c
AgeCommit message (Expand)Author
2019-02-26Downgrade some LOG_ERR messages in the address/* tests to warningsNick Mathewson
2019-01-23If address/get_if_addrs6 can't findipv6, log WARN, not ERRNick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
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
2016-01-03Add family argument to get_interface_addresses_raw (and subfunctions).rl1987
2015-11-18Fix unit tests on systems without IPv4 or localhost addressesteor (Tim Wilson-Brown)
2015-10-21Fix a number of unit-test memory leaks, found by valgrind.Nick Mathewson
2015-10-15blank line at eof for test_address.cNick Mathewson
2015-10-15Merge remote-tracking branch 'twstrike/address_tests'Nick Mathewson
2015-10-07Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-07Make get_ifaddrs tests more tolerant of unusual network configsteor (Tim Wilson-Brown)
2015-10-05Fix spacesOla Bini
2015-10-05Test full IP addresses instead of just one nibbleOla Bini
2015-10-02Fix check-spaces complaintsNick Mathewson
2015-09-29fix compilation; mark test fns staticNick Mathewson
2015-09-29Add checks and unit tests for get_interface_address* failureteor (Tim Wilson-Brown)
2015-09-16ExitPolicyRejectPrivate rejects local IPv6 address and interface addressesteor (Tim Wilson-Brown)
2015-09-15Add several tests for address.hOla Bini
2015-09-15Add get_interface_address[6]_list for a list of interface IP addressesteor (Tim Wilson-Brown)
2015-06-29Remove checks for visual C 6.Nick Mathewson
2015-04-21Use correct severity in the get_if_addrs tests.Yawning Angel