tor/src/test
Nick Mathewson 491e20ae13 Change "reverse_lookup_name" functions to refer to "PTR_name"s
Under the new convention, having a tor_addr.*lookup function that
doesn't do hostname resolution is too close for comfort.

I used this script here, and have made no other changes.

  s/tor_addr_parse_reverse_lookup_name/tor_addr_parse_PTR_name/g;
  s/tor_addr_to_reverse_lookup_name/tor_addr_to_PTR_name/g;
2011-10-11 11:48:21 -04:00
..
Makefile.am Merge remote-tracking branch 'asn2/bug3656' 2011-10-07 16:05:13 -04:00
test_addr.c Change "reverse_lookup_name" functions to refer to "PTR_name"s 2011-10-11 11:48:21 -04:00
test_containers.c Bump copyright statements to 2011 (0.2.2) 2011-01-03 11:52:09 -05:00
test_crypto.c Add a sha256 hmac function, with tests 2011-10-10 23:14:09 -04:00
test_data.c Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 2011-01-03 11:51:17 -05:00
test_dir.c Merge remote-tracking branch 'public/bug2003_nm' 2011-10-07 16:43:45 -04:00
test_microdesc.c Make the get_options() return const 2011-06-14 13:17:06 -04:00
test_pt.c Revive our beautiful unit tests. 2011-10-07 15:44:58 +02:00
test_util.c Merge remote-tracking branch 'asn2/bug3656' 2011-10-07 16:05:13 -04:00
test-child.c Test case for reading the partial output of a background process 2011-07-25 04:08:08 +01:00
test.c Merge remote-tracking branch 'asn2/bug3656' 2011-10-07 16:05:13 -04:00
test.h Upgrade to the latest version of tinytest 2011-06-09 17:30:09 -04:00
tinytest_demo.c Merge remote-tracking branch 'origin/maint-0.2.2' 2011-06-22 18:15:27 -04:00
tinytest_macros.h Upgrade to the latest version of tinytest 2011-06-09 17:30:09 -04:00
tinytest.c Upgrade to the latest version of tinytest 2011-06-09 17:30:09 -04:00
tinytest.h Update to the latest tinytest version 2010-09-09 14:34:10 -04:00