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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HTTPServerConnection: more robust error handling
Tiger Wang
2020-11-14
1
-21
/
+18
*
Upgrade to C++17 [CMake] (#4717)
Tiger Wang
2020-05-16
1
-8
/
+2
*
Enable some more clang-tidy linter checks (#4738)
peterbell10
2020-05-15
6
-9
/
+11
*
Using Super.
Mattes D
2020-04-16
6
-13
/
+22
*
Force all headers other than "Globals.h" to be included with relative paths (#4269)
peterbell10
2018-08-29
4
-7
/
+4
*
CheckBasicStyle: Check number of empty lines between functions (#4267)
peterbell10
2018-07-26
5
-4
/
+2
*
Prefer static_cast to reinterpret_cast (#4223)
peterbell10
2018-05-02
2
-2
/
+2
*
Fix cUrlClient leak (#4125)
peterbell10
2018-02-20
1
-17
/
+20
*
Deal with covered switches consistently (#4161)
peterbell10
2018-02-05
1
-4
/
+1
*
Add the fmt library (#4065)
peterbell10
2018-01-03
2
-1
/
+2
*
Removed UTF-8 BOM (#4033)
Lukas Pioch
2017-09-19
4
-4
/
+4
*
Fix switch warnings (#4013)
peterbell10
2017-09-14
1
-5
/
+0
*
Update mbedtls to 2.5.1 (#3964)
peterbell10
2017-08-30
5
-38
/
+41
*
Removed unneeded includes (#3902)
Lukas Pioch
2017-08-06
2
-2
/
+0
*
Removed unused forward declarations (#3888)
Lukas Pioch
2017-08-03
1
-2
/
+0
*
Removed double includes (#3885)
Lukas Pioch
2017-08-02
2
-2
/
+0
*
Remove smart pointer macros
peterbell10
2017-07-21
4
-9
/
+9
*
Clang 5.0 fixes
Lukas Pioch
2017-05-21
2
-2
/
+2
*
Refactored to put URL Encoding / Decoding in a single place. (#3491)
Mattes D
2016-12-25
1
-2
/
+11
*
Fixed type-casting-related warnings.
Mattes D
2016-08-24
1
-1
/
+0
*
HTTP: Fixed empty headers parsing.
Mattes D
2016-08-24
1
-1
/
+8
*
cUrlClient: Refactored callbacks to use UniquePtr.
Mattes D
2016-08-22
2
-24
/
+25
*
cTCPLink supports TLS out of the box.
Mattes D
2016-08-22
2
-14
/
+88
*
UrlClient: Basic HTTP implementation.
Mattes D
2016-08-22
4
-1
/
+756
*
WebAdmin: Report opened ports. (#3333)
Mattes D
2016-08-21
1
-2
/
+16
*
Fixed RasPi builds of unit tests.
Mattes D
2016-08-04
1
-1
/
+3
*
CMake: Remove needless minimum version specifications.
Mattes D
2016-07-18
1
-2
/
+0
*
HTTP: Added missing HasAuth flag initialization.
Mattes D
2016-03-11
1
-1
/
+2
*
HTTP: Fixed header parsing.
Mattes D
2016-03-03
1
-0
/
+1
*
HTTP: Fixed typos and bad leftovers.
Mattes D
2016-03-01
3
-3
/
+4
*
Renamed HTTPResponse to HTTPOutgoingResponse.
Mattes D
2016-03-01
5
-10
/
+9
*
WebAdmin uses the new HTTP parser framework.
Mattes D
2016-03-01
14
-797
/
+521
*
HTTP: Fixed response parser, unified API.
Mattes D
2016-03-01
4
-16
/
+22
*
Fixed HTTP parsing when in insecure mode.
Mattes D
2016-03-01
1
-2
/
+6
*
Renamed HTTPServer folder to HTTP.
Mattes D
2016-03-01
25
-0
/
+3962