summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/ServerHandleImpl.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-18Some warning fixesJulian Laubstein1-1/+3
2015-07-07Network: Fixed ServerHandle's address formatting.Mattes D1-2/+2
2015-02-18Network: Fixed two-socket servers.Mattes D1-1/+1
2015-02-08ServerHandle: Fixed socket reuse.Mattes D1-10/+30
2015-02-07Use evutil_make_listen_socket_reuseableHowaner1-16/+6
2015-02-07Set reuse flag to socketsHowaner1-1/+24
2015-01-27Fixed listening ports not closed on cServerHandle::Close.Mattes D1-0/+3
2015-01-27ServerHandleImpl: Removed needless diagnostic output.Mattes D1-4/+0
2015-01-27cNetwork: Fixed IP address reading for incoming connections.Mattes D1-1/+2
2015-01-23cNetwork: Added self pointers to keep objects alive for callbacks.Mattes D1-2/+8
2015-01-22cNetwork: Added link creation callback.Mattes D1-0/+2
2015-01-22cNetwork: Changed listening API.Mattes D1-13/+36
2015-01-22cNetwork: Added error message to error callbacks.Mattes D1-5/+6
2015-01-22cTCPLinkImpl: Fixed type conversion warning.Mattes D1-1/+1
2015-01-22cNetwork: Split the main cpp file into several files.Mattes D1-0/+302