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
/
NetworkSingleton.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libevent: Enable IOCP backend on windows (#4745)
peterbell10
2020-06-08
1
-1
/
+4
*
Enable some more clang-tidy linter checks (#4738)
peterbell10
2020-05-15
1
-2
/
+2
*
Cleanup unneeded globals (#4736)
peterbell10
2020-05-10
1
-1
/
+1
*
Force all headers other than "Globals.h" to be included with relative paths (#4269)
peterbell10
2018-08-29
1
-1
/
+1
*
Prefer static_cast to reinterpret_cast (#4223)
peterbell10
2018-05-02
1
-1
/
+1
*
Fix cUrlClient leak (#4125)
peterbell10
2018-02-20
1
-7
/
+22
*
NetworkSingleton: Fixed a throw warning in VS2017. (#3792)
Mattes D
2017-06-22
1
-1
/
+1
*
NetworkSingleton: Fixed an object leak upon termination.
Mattes D
2017-06-17
1
-0
/
+1
*
Replace evdns with getaddrinfo and getnameinfo (#3766)
peterbell10
2017-06-15
1
-87
/
+6
*
Use CMake's Android generators to crosscompile
Tiger Wang
2016-12-12
1
-0
/
+15
*
Self tests (#3242)
Mattes D
2016-06-26
1
-5
/
+2
*
cNetwork: Fixed possible hang when terminating immediately after init.
Mattes D
2016-06-18
1
-2
/
+19
*
Fixed and improved restarting
Tiger Wang
2015-08-20
1
-22
/
+31
*
Fixed cNetworkSingleton's HasTerminated flag.
Mattes D
2015-07-23
1
-1
/
+4
*
NetworkSingleton: LibEvent thread is joined properly on server exit.
Mattes D
2015-02-18
1
-4
/
+2
*
Added network termination called at app exit.
Mattes D
2015-01-27
1
-11
/
+33
*
cNetwork: Added self pointers to keep objects alive for callbacks.
Mattes D
2015-01-23
1
-0
/
+2
*
cNetwork: Fixed race conditions with lookups; proper shutdown.
Mattes D
2015-01-22
1
-38
/
+39
*
cNetwork: Split the main cpp file into several files.
Mattes D
2015-01-22
1
-45
/
+6
*
cNetwork: Split cNetworkSingleton to a separate file.
Mattes D
2015-01-22
1
-0
/
+281