Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ServerHandle: Fixed socket reuse. | Mattes D | 2015-02-08 | 1 | -10/+30 |
* | Use evutil_make_listen_socket_reuseable | Howaner | 2015-02-07 | 1 | -16/+6 |
* | Set reuse flag to sockets | Howaner | 2015-02-07 | 1 | -1/+24 |
* | Fixed listening ports not closed on cServerHandle::Close. | Mattes D | 2015-01-27 | 1 | -0/+3 |
* | ServerHandleImpl: Removed needless diagnostic output. | Mattes D | 2015-01-27 | 1 | -4/+0 |
* | cNetwork: Fixed IP address reading for incoming connections. | Mattes D | 2015-01-27 | 1 | -1/+2 |
* | cNetwork: Added self pointers to keep objects alive for callbacks. | Mattes D | 2015-01-23 | 1 | -2/+8 |
* | cNetwork: Added link creation callback. | Mattes D | 2015-01-22 | 1 | -0/+2 |
* | cNetwork: Changed listening API. | Mattes D | 2015-01-22 | 1 | -13/+36 |
* | cNetwork: Added error message to error callbacks. | Mattes D | 2015-01-22 | 1 | -5/+6 |
* | cTCPLinkImpl: Fixed type conversion warning. | Mattes D | 2015-01-22 | 1 | -1/+1 |
* | cNetwork: Split the main cpp file into several files. | Mattes D | 2015-01-22 | 1 | -0/+302 |