summaryrefslogtreecommitdiffstats
path: root/tests/Network (follow)
Commit message (Expand)AuthorAgeFilesLines
* Network tests: Fixed clang warnings.Mattes D2015-02-203-3/+3
* Exported cServerHandle and cNetwork:Listen to Lua.Mattes D2015-02-041-0/+1
* Added network termination called at app exit.Mattes D2015-01-273-3/+38
* cNetwork: Renamed callback to OnConnected()Mattes D2015-01-221-1/+1
* cNetwork: Added link creation callback.Mattes D2015-01-222-11/+48
* cNetwork: Changed listening API.Mattes D2015-01-221-22/+28
* cNetwork: Added error message to error callbacks.Mattes D2015-01-223-8/+8
* cNetwork: Fixed race conditions with lookups; proper shutdown.Mattes D2015-01-221-0/+1
* cNetwork: Split the main cpp file into several files.Mattes D2015-01-221-2/+22
* cNetwork: Split cNetworkSingleton to a separate file.Mattes D2015-01-221-1/+12
* cNetwork: Added an OnError callback for listening servers.Mattes D2015-01-221-0/+5
* cNetwork: Added multithreading protection.Mattes D2015-01-221-1/+7
* cNetwork: Implemented connection shutdown and close.Mattes D2015-01-221-1/+15
* cNetwork: Fixed Linux compilation.Mattes D2015-01-221-1/+1
* cNetwork: Implemented link address getting.Mattes D2015-01-221-4/+4
* cNetwork: Implemented basic server functionality.Mattes D2015-01-221-1/+67
* cNetwork: Implemented IP-to-hostname lookup.Mattes D2015-01-221-3/+16
* cNetwork: Implemented HostnameToIP lookups.Mattes D2015-01-224-3/+115
* Extracted Google connection testTycho2015-01-222-0/+99