summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/ServerHandleImpl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set TCP_NODELAY on connections (#5558)HEADmastermjagdis26 hours1-0/+3
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-11/+15
* Move IsValidSocket out of global namespaceTiger Wang2020-07-181-7/+10
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-5/+5
* ServerHandle: Fix closing failed servers. (#4653)Mattes D2020-04-151-1/+4
* Use a reasonable listen backlog value (#4597)Mat2020-04-021-2/+2
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-1/+1
* 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