]> git.ipfire.org Git - thirdparty/tor.git/commit
Change "reverse_lookup_name" functions to refer to "PTR_name"s
authorNick Mathewson <nickm@torproject.org>
Tue, 11 Oct 2011 15:47:13 +0000 (11:47 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 Oct 2011 15:48:21 +0000 (11:48 -0400)
commit491e20ae13c3acdd6d18d994cc41178733a778b5
tree547353fca8e753f1c4b40baac3eb60aa1c7d1986
parent00b2b69add373f168e8729e99f349ec5a3753db3
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;
src/common/address.c
src/common/address.h
src/or/connection_edge.c
src/or/dns.c
src/test/test_addr.c