summaryrefslogtreecommitdiffstats
path: root/tests/Network/EchoServer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-20Network tests: Fixed clang warnings.Mattes D1-1/+1
2015-02-04Exported cServerHandle and cNetwork:Listen to Lua.Mattes D1-0/+1
2015-01-27Added network termination called at app exit.Mattes D1-1/+13
2015-01-22cNetwork: Added link creation callback.Mattes D1-8/+30
2015-01-22cNetwork: Changed listening API.Mattes D1-22/+28
2015-01-22cNetwork: Added error message to error callbacks.Mattes D1-2/+2
2015-01-22cNetwork: Added an OnError callback for listening servers.Mattes D1-0/+5
2015-01-22cNetwork: Implemented connection shutdown and close.Mattes D1-1/+15
2015-01-22cNetwork: Fixed Linux compilation.Mattes D1-1/+1
2015-01-22cNetwork: Implemented link address getting.Mattes D1-4/+4
2015-01-22cNetwork: Implemented basic server functionality.Mattes D1-1/+67
2015-01-22cNetwork: Implemented HostnameToIP lookups.Mattes D1-0/+19