Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-09 | More style checking. | Mattes D | 1 | -1/+1 | |
Spaces around some operators are checked. | |||||
2015-02-22 | cNetwork: Added EnumLocalIPAddresses() function. | Mattes D | 1 | -0/+3 | |
2015-02-20 | cNetwork: Added UDP API. | Mattes D | 1 | -1/+77 | |
2015-02-04 | Exported cServerHandle and cNetwork:Listen to Lua. | Mattes D | 1 | -0/+3 | |
Also added an example to the NetworkTest plugin. | |||||
2015-01-22 | cNetwork: Renamed callback to OnConnected() | Mattes D | 1 | -2/+5 | |
2015-01-22 | cNetwork: Added link creation callback. | Mattes D | 1 | -3/+15 | |
This allows the callback classes to store the link inside them and use it internally later on, mainly for sending data. | |||||
2015-01-22 | cNetwork: Changed listening API. | Mattes D | 1 | -6/+12 | |
The link-callbacks for each new accepted link are now received from the OnIncomingConnection listen-callback. | |||||
2015-01-22 | cNetwork: Added error message to error callbacks. | Mattes D | 1 | -3/+3 | |
2015-01-22 | cNetwork: Split the main cpp file into several files. | Mattes D | 1 | -6/+13 | |
2015-01-22 | cNetwork: Added an OnError callback for listening servers. | Mattes D | 1 | -0/+3 | |
The callback receives the error details. | |||||
2015-01-22 | cNetwork: Implemented connection shutdown and close. | Mattes D | 1 | -4/+6 | |
2015-01-22 | cNetwork: Implemented HostnameToIP lookups. | Mattes D | 1 | -2/+9 | |
2015-01-22 | cNetwork: Linux compilation fix. | Mattes D | 1 | -0/+18 | |
2015-01-22 | Implemented LibEvent-based client connections. | Mattes D | 1 | -0/+188 | |