Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix typo in changes/bug2574. Thanks, rransom | Nick Mathewson | 2011-05-28 |
| | |||
* | Work correctly if your nameserver is ::1 | Nick Mathewson | 2011-05-23 |
We had all the code in place to handle this right... except that we were unconditionally opening a PF_INET socket instead of looking at sa_family. Ow. Fixes bug 2574; not a bugfix on any particular version, since this never worked before. |