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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-22
cNetwork: Split the main cpp file into several files.
Mattes D
1
-998
/
+0
2015-01-22
cNetwork: Fixed WinXP dualstack listening.
Mattes D
1
-21
/
+42
2015-01-22
cNetwork: Split cNetworkSingleton to a separate file.
Mattes D
1
-325
/
+9
2015-01-22
cNetwork: Fixed WSAStartup()-not-called error in Listen().
Mattes D
1
-0
/
+3
2015-01-22
cNetwork: Handle WSA initialization failures.
Mattes D
1
-1
/
+7
2015-01-22
cNetwork: Added an OnError callback for listening servers.
Mattes D
1
-0
/
+5
2015-01-22
cNetwork: Rewritten server listen into a factory method.
Mattes D
1
-88
/
+102
2015-01-22
cNetwork: Removed unneeded dependency.
Mattes D
1
-1
/
+0
2015-01-22
cNetwork: Refactored cTCPLinkImpl::Connect into a factory.
Mattes D
1
-41
/
+48
2015-01-22
cNetwork: Cosmetics.
Mattes D
1
-6
/
+10
2015-01-22
cNetwork: Fixed compilation.
Mattes D
1
-9
/
+8
2015-01-22
Wrap debug variable in ifdef
worktycho
1
-0
/
+2
2015-01-22
cNetwork: Added error logging to server socket creation.
Mattes D
1
-6
/
+24
2015-01-22
cNetwork: Added multithreading protection.
Mattes D
1
-3
/
+27
2015-01-22
cNetwork: Implemented connection shutdown and close.
Mattes D
1
-13
/
+53
2015-01-22
cNetwork: Fixed Linux compilation.
Mattes D
1
-5
/
+23
2015-01-22
cNetwork: Implemented link address getting.
Mattes D
1
-57
/
+117
2015-01-22
cNetwork: Implemented basic server functionality.
Mattes D
1
-122
/
+215
2015-01-22
cNetwork: Implemented IP-to-hostname lookup.
Mattes D
1
-8
/
+114
2015-01-22
cNetwork: Implemented HostnameToIP lookups.
Mattes D
1
-4
/
+132
2015-01-22
Extracted Google connection test
Tycho
1
-74
/
+3
2015-01-22
cNetwork: Linux compilation fix.
Mattes D
1
-4
/
+5
2015-01-22
Implemented LibEvent-based client connections.
Mattes D
1
-0
/
+837