summaryrefslogtreecommitdiffstats
path: root/tests/Network/Google.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-18SelfTests: Print a quick message on test start.Mattes D1-0/+3
2015-08-20Fixed and improved restartingTiger Wang1-0/+1
Restarts are now an actual, close-as-possible to application exit+reopen.
2015-02-20Network tests: Fixed clang warnings.Mattes D1-1/+1
2015-01-27Added network termination called at app exit.Mattes D1-1/+14
This fixes a crash in MSVC runtime caused by joining a thread in a global var's destructor.
2015-01-22cNetwork: Renamed callback to OnConnected()Mattes D1-1/+1
2015-01-22cNetwork: Added link creation callback.Mattes D1-3/+18
This allows the callback classes to store the link inside them and use it internally later on, mainly for sending data.
2015-01-22cNetwork: Added error message to error callbacks.Mattes D1-4/+4
2015-01-22cNetwork: Fixed race conditions with lookups; proper shutdown.Mattes D1-0/+1
2015-01-22cNetwork: Implemented HostnameToIP lookups.Mattes D1-3/+20
2015-01-22Extracted Google connection testTycho1-0/+85