tor/changes
Nick Mathewson 00b2b69add Fix names of functions that convert strings to addrs
Now let's have "lookup" indicate that there can be a hostname
resolution, and "parse" indicate that there wasn't.  Previously, we
had one "lookup" function that did resolution; four "parse" functions,
half of which did resolution; and a "from_str()" function that didn't
do resolution.  That's confusing and error-prone!

The code changes in this commit are exactly the result of this perl
script, run under "perl -p -i.bak" :

  s/tor_addr_port_parse/tor_addr_port_lookup/g;
  s/parse_addr_port(?=[^_])/addr_port_lookup/g;
  s/tor_addr_from_str/tor_addr_parse/g;

This patch leaves aton and pton alone: their naming convention and
behavior is is determined by the sockets API.

More renaming may be needed.
2011-10-11 11:30:12 -04:00
..
bug1297b Clear the timed_out flag when an HS connection attempt ends 2011-10-02 12:49:35 -07:00
bug2003 Don't update AccountingSoftLimitHitAt on startup 2011-09-01 17:21:50 +02:00
bug2430 Provide missing description for our FLEXIBLE_ARRAY_MEMBER defines 2011-09-13 19:51:37 -04:00
bug3335 Remove an HS's last_hid_serv_requests entries when a conn. attempt ends 2011-10-02 16:19:36 -07:00
bug3512 Fix names of functions that convert strings to addrs 2011-10-11 11:30:12 -04:00
bug3825a Detect and remove unreachable intro points 2011-10-02 12:49:35 -07:00
bug4094 Add changes file for bug 4094 2011-10-03 12:58:07 -04:00
bug4201 Avoid running DNS self-tests if we're operating as a bridge 2011-10-07 12:18:26 -04:00
bug4212 Don't launch a useless circuit in rend_client_reextend_intro_circuit 2011-10-10 03:05:19 -07:00
dont-warn-about-rfc1918-socksport-addrs Fix a bogus warning 2011-09-14 00:05:03 -07:00
prop176 Changes file for prop176 branch 2011-10-10 23:14:32 -04:00
windows_8 Looks like Windows version 6.2 will be Windows 8 2011-10-01 14:50:44 +02:00