Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Network: fixed excessive debug logging. | Mattes D | 2015-04-21 | 1 | -6/+0 |
| | |||||
* | Fixed TCP link shutdown. | Mattes D | 2015-02-14 | 1 | -9/+56 |
| | | | | The shutdown is postponed until there's no more outgoing data in the LibEvent buffers. | ||||
* | cTCPLink: Fixed missing addresses on link connection. | Mattes D | 2015-02-04 | 1 | -2/+2 |
| | |||||
* | cTCPLinkImpl: Added the BEV_OPT_THREADSAFE flag. | Mattes D | 2015-01-27 | 1 | -2/+8 |
| | |||||
* | cNetwork: Added self pointers to keep objects alive for callbacks. | Mattes D | 2015-01-23 | 1 | -10/+15 |
| | | | | Ref.: http://forum.mc-server.org/showthread.php?tid=1700&pid=17947#pid17947 | ||||
* | cNetwork: Renamed callback to OnConnected() | Mattes D | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | cNetwork: Added link creation callback. | Mattes D | 2015-01-22 | 1 | -10/+16 |
| | | | | 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 D | 2015-01-22 | 1 | -1/+1 |
| | | | | The link-callbacks for each new accepted link are now received from the OnIncomingConnection listen-callback. | ||||
* | cNetwork: Added error message to error callbacks. | Mattes D | 2015-01-22 | 1 | -2/+8 |
| | |||||
* | 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/+314 |