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
/
Network.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove smart pointer macros
peterbell10
2017-07-21
1
-9
/
+9
*
cTCPLink supports TLS out of the box.
Mattes D
2016-08-22
1
-0
/
+33
*
More style checking.
Mattes D
2015-05-09
1
-1
/
+1
*
cNetwork: Added EnumLocalIPAddresses() function.
Mattes D
2015-02-22
1
-0
/
+3
*
cNetwork: Added UDP API.
Mattes D
2015-02-20
1
-1
/
+77
*
Exported cServerHandle and cNetwork:Listen to Lua.
Mattes D
2015-02-04
1
-0
/
+3
*
cNetwork: Renamed callback to OnConnected()
Mattes D
2015-01-22
1
-2
/
+5
*
cNetwork: Added link creation callback.
Mattes D
2015-01-22
1
-3
/
+15
*
cNetwork: Changed listening API.
Mattes D
2015-01-22
1
-6
/
+12
*
cNetwork: Added error message to error callbacks.
Mattes D
2015-01-22
1
-3
/
+3
*
cNetwork: Split the main cpp file into several files.
Mattes D
2015-01-22
1
-6
/
+13
*
cNetwork: Added an OnError callback for listening servers.
Mattes D
2015-01-22
1
-0
/
+3
*
cNetwork: Implemented connection shutdown and close.
Mattes D
2015-01-22
1
-4
/
+6
*
cNetwork: Implemented HostnameToIP lookups.
Mattes D
2015-01-22
1
-2
/
+9
*
cNetwork: Linux compilation fix.
Mattes D
2015-01-22
1
-0
/
+18
*
Implemented LibEvent-based client connections.
Mattes D
2015-01-22
1
-0
/
+188