Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-19 | Fix unused-but-set-variable warnings in the connection unit tests | teor (Tim Wilson-Brown) | |
No behaviour change - just remove the variables | |||
2016-05-19 | Update unit tests for multiple bootstrap connections | teor (Tim Wilson-Brown) | |
2016-05-09 | fix typos/etc before i go nuts on #18809 | Roger Dingledine | |
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2015-12-18 | Fix an unreached null-pointer deref in connection tests | Nick Mathewson | |
This is CID 1343603 | |||
2015-12-18 | Fix a buffer overrun in connection tests. | Nick Mathewson | |
This is CID 1343601. | |||
2015-12-15 | Fix some memory leaks in the unit tests | Nick Mathewson | |
2015-12-15 | clean whitespace | Nick Mathewson | |
2015-12-15 | Fix a few compilation warnings and errors | Nick Mathewson | |
2015-12-16 | Prop210: Close excess connections once a consensus is downloading | teor (Tim Wilson-Brown) | |
Once tor is downloading a usable consensus, any other connection attempts are not needed. Choose a connection to keep, favouring: * fallback directories over authorities, * connections initiated earlier over later connections Close all other connections downloading a consensus. | |||
2015-12-16 | Prop210: Refactor connection_get_* to produce lists and counts | teor (Tim Wilson-Brown) | |