bug3512 308 B

123456
  1. o Code simplifications and refactoring:
  2. - Rename Tor functions that turn strings into addresses, so that
  3. "parse" indicates that no hostname resolution occurs, and
  4. "lookup" indicates that hostname resolution may occur. This
  5. should help prevent mistakes in the future. Fixes bug 3512.