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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-12
More CMake cleanup
Tiger Wang
1
-4
/
+4
2020-07-06
Update libevent to 2.1.12-stable
Peter Bell
1
-1
/
+0
2020-05-16
Upgrade to C++17 [CMake] (#4717)
Tiger Wang
1
-6
/
+1
2019-09-04
Updated LibEvent to release 2.1.11-stable. (#4383)
Mattes D
1
-1
/
+3
2018-02-05
Deal with covered switches consistently (#4161)
peterbell10
1
-0
/
+4
2018-01-03
Add the fmt library (#4065)
peterbell10
1
-1
/
+2
2017-09-19
Removed UTF-8 BOM (#4033)
Lukas Pioch
1
-1
/
+1
2017-08-30
Update mbedtls to 2.5.1 (#3964)
peterbell10
1
-12
/
+14
2017-06-15
Replace evdns with getaddrinfo and getnameinfo (#3766)
peterbell10
1
-0
/
+6
2016-11-13
Added strict static_cast to void * in printf.
Mattes D
1
-3
/
+3
2016-08-24
Fixed type-casting-related warnings.
Mattes D
1
-8
/
+5
2016-08-22
cTCPLink supports TLS out of the box.
Mattes D
1
-1
/
+12
2016-07-18
CMake: Remove needless minimum version specifications.
Mattes D
1
-2
/
+0
2016-06-18
SelfTests: More logging for EnumInterfaces.
Mattes D
1
-2
/
+3
2016-06-18
SelfTests: Print a quick message on test start.
Mattes D
3
-0
/
+9
2016-06-18
SelfTests: Fixed missing override keyword in EchoServer.
Mattes D
1
-1
/
+1
2016-06-18
SelfTests: Organized into solution folders.
Mattes D
1
-1
/
+5
2016-06-18
Moved NetworkInterfaceEnum test to a separate test project.
Mattes D
2
-0
/
+59
2015-08-20
Fixed and improved restarting
Tiger Wang
1
-0
/
+1
2015-05-24
Fix clang 3.6 flags to only be used in clang 3.6
tycho
1
-1
/
+4
2015-05-24
Disable -Werror for warnings in tests.
tycho
1
-1
/
+1
2015-05-23
Fix tests
tycho
1
-2
/
+3
2015-02-20
Network tests: Fixed clang warnings.
Mattes D
3
-3
/
+3
2015-02-04
Exported cServerHandle and cNetwork:Listen to Lua.
Mattes D
1
-0
/
+1
2015-01-27
Added network termination called at app exit.
Mattes D
3
-3
/
+38
2015-01-22
cNetwork: Renamed callback to OnConnected()
Mattes D
1
-1
/
+1
2015-01-22
cNetwork: Added link creation callback.
Mattes D
2
-11
/
+48
2015-01-22
cNetwork: Changed listening API.
Mattes D
1
-22
/
+28
2015-01-22
cNetwork: Added error message to error callbacks.
Mattes D
3
-8
/
+8
2015-01-22
cNetwork: Fixed race conditions with lookups; proper shutdown.
Mattes D
1
-0
/
+1
2015-01-22
cNetwork: Split the main cpp file into several files.
Mattes D
1
-2
/
+22
2015-01-22
cNetwork: Split cNetworkSingleton to a separate file.
Mattes D
1
-1
/
+12
2015-01-22
cNetwork: Added an OnError callback for listening servers.
Mattes D
1
-0
/
+5
2015-01-22
cNetwork: Added multithreading protection.
Mattes D
1
-1
/
+7
2015-01-22
cNetwork: Implemented connection shutdown and close.
Mattes D
1
-1
/
+15
2015-01-22
cNetwork: Fixed Linux compilation.
Mattes D
1
-1
/
+1
2015-01-22
cNetwork: Implemented link address getting.
Mattes D
1
-4
/
+4
2015-01-22
cNetwork: Implemented basic server functionality.
Mattes D
1
-1
/
+67
2015-01-22
cNetwork: Implemented IP-to-hostname lookup.
Mattes D
1
-3
/
+16
2015-01-22
cNetwork: Implemented HostnameToIP lookups.
Mattes D
4
-3
/
+115
2015-01-22
Extracted Google connection test
Tycho
2
-0
/
+99