aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_address.c
AgeCommit message (Expand)Author
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
2015-04-10Disable the udp_socket_trick_blackbox tests that fail due to #12377Yawning Angel
2015-03-31work around lack of AF_CCITTNick Mathewson
2015-03-31fix some compilation warningsNick Mathewson
2015-03-31Merge branch 'ticket14710_squashed'Nick Mathewson
2015-03-31Use tor_inet_pton() (not inet_pton()) in testcases.rl1987
2015-03-31Remove unused function.rl1987
2015-03-31IPv6 case for whitebox test.rl1987
2015-03-31Whitebox test for get_interface_address6_via_udp_socket_hack().rl1987
2015-03-31Skipping the AF_INET6 case because bug #12377 makes it fail.rl1987
2015-03-31Rework the black box test, like Yawning and nickm suggested.rl1987
2015-03-31Black box test for get_interface_address6_via_udp_socket_hack().rl1987
2015-02-12Merge remote-tracking branch 'sebastian/bug14875'Nick Mathewson
2015-02-12Actually get all interface addressesSebastian Hahn
2015-02-08Avoid calling SMARTLIST_FOREACH on a NULL smartlist in teststeor
2015-01-23Try to fix some more memory leaks in the unit testsNick Mathewson
2015-01-23Fix some memory leaks in new address testsNick Mathewson
2015-01-23Refactor code that looks up addresses from interfacesrl1987