Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-27 | Remove changes files that have already been merged in release-0.2.5 | Nick Mathewson | |
(This means that changes/* is now "everything that changed since 0.2.5.10".) | |||
2014-09-29 | Don't use the getaddrinfo sandbox cache from tor-resolve | Nick Mathewson | |
Fixes bug 13295; bugfix on 0.2.5.3-alpha. The alternative here is to call crypto_global_init() from tor-resolve, but let's avoid linking openssl into tor-resolve for as long as we can. |