Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-05 | Start working on an 0.2.3 changelog | Nick Mathewson | |
This is just sorting the entries and lightly editing a couple of problems I found. | |||
2015-01-08 | Avoid attempts to double-remove edge connections from the DNS resolver. | Nick Mathewson | |
Also, avoid crashing when we attempt to double-remove an edge connection from the DNS resolver: just log a bug warning instead. Fixes bug 14129. Bugfix on 0d20fee2fbd48978, which was in 0.0.7rc1. jowr found the bug. cypherpunks wrote the fix. I added the log message and removed the assert. |