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
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
/
Bindings
/
LuaTCPLink.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-19
cTCPLink and cUrlClient accept list of trusted root CAs for TLS.
Mattes D
1
-2
/
+13
2023-05-19
cTCPLink: Use the original connection hostname for SNI.
Mattes D
1
-2
/
+1
2023-05-19
Auth SSL Fixes
x12xx12x
1
-1
/
+3
2023-05-16
Removed all Printf-family functions from StringUtils.
Mattes D
1
-4
/
+4
2017-08-30
Update mbedtls to 2.5.1 (#3964)
peterbell10
1
-2
/
+2
2016-08-22
cTCPLink supports TLS out of the box.
Mattes D
1
-245
/
+25
2016-08-13
Converted cLuaState::cTableRef to use cTrackedRef.
Mattes D
1
-106
/
+40
2016-06-27
LuaState: Implemented proper locking for cCallback.
Mattes D
1
-1
/
+1
2016-02-21
LuaTCPLink: Report data received via SSL just before connection closed.
Mattes D
1
-2
/
+10
2015-02-14
Fixed Linux compilation.
Mattes D
1
-1
/
+1
2015-02-13
Exported TLS server start on cTCPLink to Lua API.
Mattes D
1
-6
/
+111
2015-02-12
Fixed Linux compilation.
Mattes D
1
-1
/
+1
2015-02-12
LuaAPI: Added client TLS support for TCP links.
Mattes D
1
-0
/
+201
2015-02-04
Exported cServerHandle and cNetwork:Listen to Lua.
Mattes D
1
-11
/
+86
2015-02-04
cNetwork: Exported the Connect() method and cTCPLink class to Lua.
Mattes D
1
-0
/
+229