summaryrefslogtreecommitdiff
path: root/changes/bug3512
blob: 73eb20ecf8ee1f7dc5850a68d4a8d2f1dc97c7af (plain)
1
2
3
4
5
6
  o Code simplifications and refactoring:
    - Rename Tor functions that turn strings into addresses, so that
      "parse" indicates that no hostname resolution occurs, and
      "lookup" indicates that hostname resolution may occur. This
      should help prevent mistakes in the future. Fixes bug 3512.