summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/ServerHandleImpl.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-18Move IsValidSocket out of global namespaceTiger Wang1-7/+10
2020-05-15Enable some more clang-tidy linter checks (#4738)peterbell101-5/+5
2020-04-15ServerHandle: Fix closing failed servers. (#4653)Mattes D1-1/+4
2020-04-02Use a reasonable listen backlog value (#4597)Mat1-2/+2
2018-05-02Prefer static_cast to reinterpret_cast (#4223)peterbell101-1/+1
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