aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_connection.c
AgeCommit message (Collapse)Author
2016-05-19Fix unused-but-set-variable warnings in the connection unit teststeor (Tim Wilson-Brown)
No behaviour change - just remove the variables
2016-05-19Update unit tests for multiple bootstrap connectionsteor (Tim Wilson-Brown)
2016-05-09fix typos/etc before i go nuts on #18809Roger Dingledine
2016-02-27Update the copyright year.Nick Mathewson
2015-12-18Fix an unreached null-pointer deref in connection testsNick Mathewson
This is CID 1343603
2015-12-18Fix a buffer overrun in connection tests.Nick Mathewson
This is CID 1343601.
2015-12-15Fix some memory leaks in the unit testsNick Mathewson
2015-12-15clean whitespaceNick Mathewson
2015-12-15Fix a few compilation warnings and errorsNick Mathewson
2015-12-16Prop210: Close excess connections once a consensus is downloadingteor (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-16Prop210: Refactor connection_get_* to produce lists and countsteor (Tim Wilson-Brown)