summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Network.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* cTCPLink supports TLS out of the box.Mattes D2016-08-221-0/+33
* More style checking.Mattes D2015-05-091-1/+1
* cNetwork: Added EnumLocalIPAddresses() function.Mattes D2015-02-221-0/+3
* cNetwork: Added UDP API.Mattes D2015-02-201-1/+77
* Exported cServerHandle and cNetwork:Listen to Lua.Mattes D2015-02-041-0/+3
* cNetwork: Renamed callback to OnConnected()Mattes D2015-01-221-2/+5
* cNetwork: Added link creation callback.Mattes D2015-01-221-3/+15
* cNetwork: Changed listening API.Mattes D2015-01-221-6/+12
* cNetwork: Added error message to error callbacks.Mattes D2015-01-221-3/+3
* cNetwork: Split the main cpp file into several files.Mattes D2015-01-221-6/+13
* cNetwork: Added an OnError callback for listening servers.Mattes D2015-01-221-0/+3
* cNetwork: Implemented connection shutdown and close.Mattes D2015-01-221-4/+6
* cNetwork: Implemented HostnameToIP lookups.Mattes D2015-01-221-2/+9
* cNetwork: Linux compilation fix.Mattes D2015-01-221-0/+18
* Implemented LibEvent-based client connections.Mattes D2015-01-221-0/+188