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
/
tests
/
Network
/
EchoServer.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added strict static_cast to void * in printf.
Mattes D
2016-11-13
1
-3
/
+3
*
SelfTests: Fixed missing override keyword in EchoServer.
Mattes D
2016-06-18
1
-1
/
+1
*
Network tests: Fixed clang warnings.
Mattes D
2015-02-20
1
-1
/
+1
*
Exported cServerHandle and cNetwork:Listen to Lua.
Mattes D
2015-02-04
1
-0
/
+1
*
Added network termination called at app exit.
Mattes D
2015-01-27
1
-1
/
+13
*
cNetwork: Added link creation callback.
Mattes D
2015-01-22
1
-8
/
+30
*
cNetwork: Changed listening API.
Mattes D
2015-01-22
1
-22
/
+28
*
cNetwork: Added error message to error callbacks.
Mattes D
2015-01-22
1
-2
/
+2
*
cNetwork: Added an OnError callback for listening servers.
Mattes D
2015-01-22
1
-0
/
+5
*
cNetwork: Implemented connection shutdown and close.
Mattes D
2015-01-22
1
-1
/
+15
*
cNetwork: Fixed Linux compilation.
Mattes D
2015-01-22
1
-1
/
+1
*
cNetwork: Implemented link address getting.
Mattes D
2015-01-22
1
-4
/
+4
*
cNetwork: Implemented basic server functionality.
Mattes D
2015-01-22
1
-1
/
+67
*
cNetwork: Implemented HostnameToIP lookups.
Mattes D
2015-01-22
1
-0
/
+19