summaryrefslogtreecommitdiffstats
path: root/tests/Network/EchoServer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cNetwork: Added link creation callback.Mattes D2015-01-221-8/+30
| | | | This allows the callback classes to store the link inside them and use it internally later on, mainly for sending data.
* cNetwork: Changed listening API.Mattes D2015-01-221-22/+28
| | | | The link-callbacks for each new accepted link are now received from the OnIncomingConnection listen-callback.
* 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
| | | | The callback receives the error details.
* 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