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
/
HTTP
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-07-21
Remove smart pointer macros
peterbell10
4
-9
/
+9
2017-05-21
Clang 5.0 fixes
Lukas Pioch
2
-2
/
+2
2016-12-25
Refactored to put URL Encoding / Decoding in a single place. (#3491)
Mattes D
1
-2
/
+11
2016-08-24
Fixed type-casting-related warnings.
Mattes D
1
-1
/
+0
2016-08-24
HTTP: Fixed empty headers parsing.
Mattes D
1
-1
/
+8
2016-08-22
cUrlClient: Refactored callbacks to use UniquePtr.
Mattes D
2
-24
/
+25
2016-08-22
cTCPLink supports TLS out of the box.
Mattes D
2
-14
/
+88
2016-08-22
UrlClient: Basic HTTP implementation.
Mattes D
4
-1
/
+756
2016-08-21
WebAdmin: Report opened ports. (#3333)
Mattes D
1
-2
/
+16
2016-08-04
Fixed RasPi builds of unit tests.
Mattes D
1
-1
/
+3
2016-07-18
CMake: Remove needless minimum version specifications.
Mattes D
1
-2
/
+0
2016-03-11
HTTP: Added missing HasAuth flag initialization.
Mattes D
1
-1
/
+2
2016-03-03
HTTP: Fixed header parsing.
Mattes D
1
-0
/
+1
2016-03-01
HTTP: Fixed typos and bad leftovers.
Mattes D
3
-3
/
+4
2016-03-01
Renamed HTTPResponse to HTTPOutgoingResponse.
Mattes D
5
-10
/
+9
2016-03-01
WebAdmin uses the new HTTP parser framework.
Mattes D
14
-797
/
+521
2016-03-01
HTTP: Fixed response parser, unified API.
Mattes D
4
-16
/
+22
2016-03-01
Fixed HTTP parsing when in insecure mode.
Mattes D
1
-2
/
+6
2016-03-01
Renamed HTTPServer folder to HTTP.
Mattes D
25
-0
/
+3962