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
/
TCPLinkImpl.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
-15
/
+22
2017-06-15
Replace evdns with getaddrinfo and getnameinfo (#3766)
peterbell10
1
-26
/
+60
2017-01-03
TCPLink: call networking callbacks with LibEvent unlocked. (#3515)
Mattes D
1
-2
/
+2
2017-01-03
TCPLink: call networking callbacks with LibEvent unlocked. (#3515)
Mattes D
1
-2
/
+2
2016-08-23
cUrlClient: Exported to Lua API.
Mattes D
1
-0
/
+5
2016-08-22
cTCPLink supports TLS out of the box.
Mattes D
1
-2
/
+289
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-1
/
+1
2015-04-21
Network: fixed excessive debug logging.
Mattes D
1
-6
/
+0
2015-02-14
Fixed TCP link shutdown.
Mattes D
1
-9
/
+56
2015-02-04
cTCPLink: Fixed missing addresses on link connection.
Mattes D
1
-2
/
+2
2015-01-27
cTCPLinkImpl: Added the BEV_OPT_THREADSAFE flag.
Mattes D
1
-2
/
+8
2015-01-23
cNetwork: Added self pointers to keep objects alive for callbacks.
Mattes D
1
-10
/
+15
2015-01-22
cNetwork: Renamed callback to OnConnected()
Mattes D
1
-1
/
+1
2015-01-22
cNetwork: Added link creation callback.
Mattes D
1
-10
/
+16
2015-01-22
cNetwork: Changed listening API.
Mattes D
1
-1
/
+1
2015-01-22
cNetwork: Added error message to error callbacks.
Mattes D
1
-2
/
+8
2015-01-22
cTCPLinkImpl: Fixed type conversion warning.
Mattes D
1
-2
/
+2
2015-01-22
cNetwork: Split the main cpp file into several files.
Mattes D
1
-0
/
+314