Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed TCP link shutdown. | Mattes D | 2015-02-14 | 1 | -0/+12 |
| | | | | The shutdown is postponed until there's no more outgoing data in the LibEvent buffers. | ||||
* | cNetwork: Added self pointers to keep objects alive for callbacks. | Mattes D | 2015-01-23 | 1 | -5/+11 |
| | | | | Ref.: http://forum.mc-server.org/showthread.php?tid=1700&pid=17947#pid17947 | ||||
* | cNetwork: Added link creation callback. | Mattes D | 2015-01-22 | 1 | -2/+9 |
| | | | | This allows the callback classes to store the link inside them and use it internally later on, mainly for sending data. | ||||
* | cTCPLinkImpl: Fixed type conversion warning. | Mattes D | 2015-01-22 | 1 | -2/+2 |
| | |||||
* | cNetwork: Split the main cpp file into several files. | Mattes D | 2015-01-22 | 1 | -0/+109 |