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
canbeat-cleanup
clang-format-codebase
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
real-block-count
serverTick
spawning
template-id-ctor-warning
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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cNetwork: Fixed WinXP dualstack listening.
Mattes D
2015-01-22
1
-21
/
+42
*
cNetwork: Split cNetworkSingleton to a separate file.
Mattes D
2015-01-22
1
-325
/
+9
*
cNetwork: Fixed WSAStartup()-not-called error in Listen().
Mattes D
2015-01-22
1
-0
/
+3
*
cNetwork: Handle WSA initialization failures.
Mattes D
2015-01-22
1
-1
/
+7
*
cNetwork: Added an OnError callback for listening servers.
Mattes D
2015-01-22
1
-0
/
+5
*
cNetwork: Rewritten server listen into a factory method.
Mattes D
2015-01-22
1
-88
/
+102
*
cNetwork: Removed unneeded dependency.
Mattes D
2015-01-22
1
-1
/
+0
*
cNetwork: Refactored cTCPLinkImpl::Connect into a factory.
Mattes D
2015-01-22
1
-41
/
+48
*
cNetwork: Cosmetics.
Mattes D
2015-01-22
1
-6
/
+10
*
cNetwork: Fixed compilation.
Mattes D
2015-01-22
1
-9
/
+8
*
Wrap debug variable in ifdef
worktycho
2015-01-22
1
-0
/
+2
*
cNetwork: Added error logging to server socket creation.
Mattes D
2015-01-22
1
-6
/
+24
*
cNetwork: Added multithreading protection.
Mattes D
2015-01-22
1
-3
/
+27
*
cNetwork: Implemented connection shutdown and close.
Mattes D
2015-01-22
1
-13
/
+53
*
cNetwork: Fixed Linux compilation.
Mattes D
2015-01-22
1
-5
/
+23
*
cNetwork: Implemented link address getting.
Mattes D
2015-01-22
1
-57
/
+117
*
cNetwork: Implemented basic server functionality.
Mattes D
2015-01-22
1
-122
/
+215
*
cNetwork: Implemented IP-to-hostname lookup.
Mattes D
2015-01-22
1
-8
/
+114
*
cNetwork: Implemented HostnameToIP lookups.
Mattes D
2015-01-22
1
-4
/
+132
*
Extracted Google connection test
Tycho
2015-01-22
1
-74
/
+3
*
cNetwork: Linux compilation fix.
Mattes D
2015-01-22
1
-4
/
+5
*
Implemented LibEvent-based client connections.
Mattes D
2015-01-22
1
-0
/
+837