aboutsummaryrefslogtreecommitdiff
path: root/changes/bug2660
Commit message (Collapse)AuthorAge
* Remove changes files that were merged to changelogs of 0.2.2.25-alpha or earlierNick Mathewson2011-04-29
|
* Fix setting target port in get_interface_address6Sebastian Hahn2011-03-05
| | | | | | | We want to use the discard port correctly, so a htons() was missing. Also we need to set it correctly depending on address family. Review provided by danieldg
* Fix connect() failures in get_interface_address6()Sebastian Hahn2011-03-05
The third argument for connect should be dependent on the address family. Issue spotted by piebeer who also wrote the patch.