summaryrefslogtreecommitdiffstats
path: root/tests/Network/EchoServer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added strict static_cast to void * in printf.Mattes D2016-11-131-3/+3
* SelfTests: Fixed missing override keyword in EchoServer.Mattes D2016-06-181-1/+1
* Network tests: Fixed clang warnings.Mattes D2015-02-201-1/+1
* Exported cServerHandle and cNetwork:Listen to Lua.Mattes D2015-02-041-0/+1
* Added network termination called at app exit.Mattes D2015-01-271-1/+13
* cNetwork: Added link creation callback.Mattes D2015-01-221-8/+30
* cNetwork: Changed listening API.Mattes D2015-01-221-22/+28
* cNetwork: Added error message to error callbacks.Mattes D2015-01-221-2/+2
* cNetwork: Added an OnError callback for listening servers.Mattes D2015-01-221-0/+5
* 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 HostnameToIP lookups.Mattes D2015-01-221-0/+19