Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed TCP link shutdown. | Mattes D | 2015-02-14 | 1 | -9/+56 |
* | 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 |
* | 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 |
* | cNetwork: Changed listening API. | Mattes D | 2015-01-22 | 1 | -1/+1 |
* | 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 |