summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/ServerHandleImpl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some warning fixesJulian Laubstein2015-08-181-1/+3
* Network: Fixed ServerHandle's address formatting.Mattes D2015-07-071-2/+2
* Network: Fixed two-socket servers.Mattes D2015-02-181-1/+1
* ServerHandle: Fixed socket reuse.Mattes D2015-02-081-10/+30
* Use evutil_make_listen_socket_reuseableHowaner2015-02-071-16/+6
* Set reuse flag to socketsHowaner2015-02-071-1/+24
* Fixed listening ports not closed on cServerHandle::Close.Mattes D2015-01-271-0/+3
* ServerHandleImpl: Removed needless diagnostic output.Mattes D2015-01-271-4/+0
* cNetwork: Fixed IP address reading for incoming connections.Mattes D2015-01-271-1/+2
* cNetwork: Added self pointers to keep objects alive for callbacks.Mattes D2015-01-231-2/+8
* cNetwork: Added link creation callback.Mattes D2015-01-221-0/+2
* cNetwork: Changed listening API.Mattes D2015-01-221-13/+36
* cNetwork: Added error message to error callbacks.Mattes D2015-01-221-5/+6
* cTCPLinkImpl: Fixed type conversion warning.Mattes D2015-01-221-1/+1
* cNetwork: Split the main cpp file into several files.Mattes D2015-01-221-0/+302