index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
OSSupport
/
ServerHandleImpl.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move IsValidSocket out of global namespace
Tiger Wang
2020-07-18
1
-7
/
+10
*
Enable some more clang-tidy linter checks (#4738)
peterbell10
2020-05-15
1
-5
/
+5
*
ServerHandle: Fix closing failed servers. (#4653)
Mattes D
2020-04-15
1
-1
/
+4
*
Use a reasonable listen backlog value (#4597)
Mat
2020-04-02
1
-2
/
+2
*
Prefer static_cast to reinterpret_cast (#4223)
peterbell10
2018-05-02
1
-1
/
+1
*
Some warning fixes
Julian Laubstein
2015-08-18
1
-1
/
+3
*
Network: Fixed ServerHandle's address formatting.
Mattes D
2015-07-07
1
-2
/
+2
*
Network: Fixed two-socket servers.
Mattes D
2015-02-18
1
-1
/
+1
*
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