aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test_connection.cpp
AgeCommit message (Expand)Author
2021-12-01Network: Delete copy constructor and use std::move instead (#11642)SmallJoker
2021-09-17Shave off buffer copies in networking code (#11607)sfan5
2021-02-02Encode high codepoints as surrogates to safely transport wchar_t over networksfan5
2018-07-22Add a MSVC / Windows compatible snprintf function (#7353)nOOb3167
2017-09-27Add session_t typedef + remove unused functions (#6470)Loïc Blot
2017-08-30Remove DSTACK support (#6346)Loïc Blot
2017-08-29Network proto handlers/container fixes (#6334)Loïc Blot
2017-08-25Network cleanup (#6310)Loïc Blot
2017-08-24Network cleanup (#6302)Loïc Blot
2017-08-16Cleanup various headers to reduce compilation times (#6255)Loïc Blot
2017-06-19C++11 cleanup on constructors (#6000)Vincent Glize
2017-04-29Fix Travis/unittest broken since b662a45SmallJoker
2015-04-26Tests: Modularize unit testingkwolekr