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