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
/
HTTPServer
/
HTTPConnection.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made -Weverything an error.
tycho
2015-05-24
1
-1
/
+1
*
HTTP: Error message is sent as the payload as well.
Mattes D
2015-04-19
1
-1
/
+3
*
WebAdmin uses the new cNetwork API.
Mattes D
2015-01-27
1
-33
/
+53
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-8
/
+8
*
Added initializers for class members.
Mattes D
2014-08-21
1
-1
/
+2
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-1
/
+1
*
Nullify deleted pointers.
archshift
2014-06-19
1
-0
/
+1
*
Fixed crashes in the SSL HTTP connection.
madmaxoft
2014-05-01
1
-7
/
+7
*
Fixed HTTP message parsing, prepared for SSL.
madmaxoft
2014-05-01
1
-2
/
+3
*
Fixed HTTP chunked encoding.
madmaxoft
2014-04-07
1
-1
/
+1
*
Fixed All signedness warnings in HTTPServer.cpp
Tycho
2014-04-02
1
-3
/
+3
*
Fixed format string in HTTPConnection
Tycho
2014-04-02
1
-1
/
+1
*
Rewritten HTTPServer to use size_t for data lengths.
madmaxoft
2014-04-01
1
-7
/
+7
*
Rewritten SocketThreads for proper shutdown scenario.
madmaxoft
2014-01-19
1
-1
/
+1
*
HTTP connections aren't kept alive unless explicitly enabled.
madmaxoft
2014-01-18
1
-0
/
+6
*
Fixed a few MSVC warnings.
madmaxoft
2014-01-06
1
-1
/
+1
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+247