Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cNetwork: Renamed callback to OnConnected() | Mattes D | 2015-01-22 | 1 | -2/+5 |
* | cNetwork: Added link creation callback. | Mattes D | 2015-01-22 | 1 | -3/+15 |
* | cNetwork: Changed listening API. | Mattes D | 2015-01-22 | 1 | -6/+12 |
* | cNetwork: Added error message to error callbacks. | Mattes D | 2015-01-22 | 1 | -3/+3 |
* | cNetwork: Split the main cpp file into several files. | Mattes D | 2015-01-22 | 1 | -6/+13 |
* | cNetwork: Added an OnError callback for listening servers. | Mattes D | 2015-01-22 | 1 | -0/+3 |
* | cNetwork: Implemented connection shutdown and close. | Mattes D | 2015-01-22 | 1 | -4/+6 |
* | cNetwork: Implemented HostnameToIP lookups. | Mattes D | 2015-01-22 | 1 | -2/+9 |
* | cNetwork: Linux compilation fix. | Mattes D | 2015-01-22 | 1 | -0/+18 |
* | Implemented LibEvent-based client connections. | Mattes D | 2015-01-22 | 1 | -0/+188 |