aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_connection.c
AgeCommit message (Expand)Author
2021-04-13Fix test naming, and fix tests on windows.Nick Mathewson
2020-09-14Resolve a compilation warning in test_connection.cNick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-09-21Split directory.c code into several modulesNick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-07-10Isolate resolve.h usage in the modules that really need it.Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract routerinfo_t into its own header.Nick Mathewson
2018-06-15Extract node_t into its own header.Nick Mathewson
2018-06-15Split socks_request_t into its own header.Nick Mathewson
2018-06-15Move or_connection_t to its own header.Nick Mathewson
2018-06-15Split dir_connection_t into its own headerNick Mathewson
2018-06-15Split entry and edge_connection_t into their own headers.Nick Mathewson
2018-03-27test: Add unittest for the OR connection failure cacheGeorge Kadianakis
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2017-08-24Ensure that `make check-spaces` is happy.Alexander Færøy
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24apply ahf's test_assert_int.cocciNick Mathewson
2017-07-07test: Move some test code to test helpers.George Kadianakis
2017-04-21Fix a comment that held the remaining reference to the old api.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
2016-11-04hs: Refactor rend_data_t for multi version supportDavid Goulet
2016-09-09Fix cases where the tests were doing closesocket() on a non-socketNick Mathewson
2016-09-08Suppress a really impressive pile of warnings in conection/.. testsNick Mathewson
2016-09-08Fix a bug in connection/download_status.. testsNick Mathewson
2016-05-19Fix unused-but-set-variable warnings in the connection unit teststeor (Tim Wilson-Brown)
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
2015-12-18Fix a buffer overrun in connection tests.Nick Mathewson
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)
2015-12-16Prop210: Refactor connection_get_* to produce lists and countsteor (Tim Wilson-Brown)