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
/
HTTP
/
UrlClient.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
UrlClient: Fixed invalid Content-Length header.
Niels Breuker
2023-05-19
1
-1
/
+1
*
UrlClient: Fixed blocking request's error return value.
Mattes D
2023-05-19
1
-3
/
+12
*
cTCPLink and cUrlClient accept list of trusted root CAs for TLS.
Mattes D
2023-05-19
1
-26
/
+59
*
cTCPLink: Use the original connection hostname for SNI.
Mattes D
2023-05-19
1
-1
/
+1
*
Auth SSL Fixes
x12xx12x
2023-05-19
1
-17
/
+116
*
Removed all Printf-family functions from StringUtils.
Mattes D
2023-05-16
1
-12
/
+12
*
Enable some more clang-tidy linter checks (#4738)
peterbell10
2020-05-15
1
-3
/
+3
*
Using Super.
Mattes D
2020-04-16
1
-1
/
+2
*
Fix cUrlClient leak (#4125)
peterbell10
2018-02-20
1
-17
/
+20
*
Update mbedtls to 2.5.1 (#3964)
peterbell10
2017-08-30
1
-2
/
+2
*
Remove smart pointer macros
peterbell10
2017-07-21
1
-6
/
+6
*
cUrlClient: Refactored callbacks to use UniquePtr.
Mattes D
2016-08-22
1
-20
/
+20
*
cTCPLink supports TLS out of the box.
Mattes D
2016-08-22
1
-5
/
+69
*
UrlClient: Basic HTTP implementation.
Mattes D
2016-08-22
1
-0
/
+611