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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-07-31
Unified the doxy-comment format.
Mattes D
2
-30
/
+29
2015-07-29
Silenced and fixed many warning messages across multiple files.
Samuel Barney
2
-3
/
+3
2015-07-20
Fix FreeBSD build broken by strict compiler check
Matti Hänninen
1
-0
/
+1
2015-05-24
Made -Weverything an error.
tycho
3
-3
/
+3
2015-05-19
Make -Werror disabling file only
tycho
1
-0
/
+5
2015-05-19
Fixed a lot of warnings
tycho
2
-7
/
+4
2015-05-09
More style checking.
Mattes D
2
-2
/
+2
2015-04-19
HTTP: Error message is sent as the payload as well.
Mattes D
2
-2
/
+5
2015-02-12
LuaAPI: Added client TLS support for TCP links.
Mattes D
2
-0
/
+11
2015-01-27
Replaced atoi() with StringToInteger().
Mattes D
2
-3
/
+6
2015-01-27
WebAdmin uses the new cNetwork API.
Mattes D
6
-166
/
+182
2015-01-18
Fixed various warnings.
Mattes D
1
-1
/
+1
2014-12-06
Replaced most auto_ptr with unique_ptr.
Mattes D
1
-1
/
+1
2014-10-23
Merged IniFile into main MCS sources.
Mattes D
1
-1
/
+1
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
5
-19
/
+19
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
5
-19
/
+19
2014-09-10
Grammar fixes.
Alexander Harkness
1
-2
/
+2
2014-09-07
WebAdmin: Added HTTPS instructions when cert / key is missing.
Mattes D
1
-0
/
+1
2014-08-21
Added initializers for class members.
Mattes D
2
-3
/
+8
2014-08-11
Gave names to unnamed enums
archshift
1
-1
/
+1
2014-08-04
Refactored case-conversion functions.
madmaxoft
1
-2
/
+1
2014-07-24
Removed redundant semicolons and re-added warning
archshift
1
-1
/
+1
2014-07-21
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
1
-1
/
+1
2014-07-19
Subdirs: Only add_library if not using MSVC
archshift
1
-1
/
+3
2014-07-19
HTTPServer/CMakeLists.txt: Replaced glob with list of files
archshift
1
-5
/
+20
2014-07-18
Removed duplicate IPvX labels.
madmaxoft
1
-2
/
+2
2014-07-17
Basic style fixes.
madmaxoft
1
-1
/
+1
2014-07-17
Normalized comments.
madmaxoft
4
-7
/
+7
2014-07-04
MCS WebAdmin sockets rebinds instantly
Tiger Wang
1
-0
/
+2
2014-06-19
Nullify deleted pointers.
archshift
1
-0
/
+1
2014-05-09
Fixed MSVC 64-bit build warnings.
Mattes D
1
-1
/
+1
2014-05-08
Fixed MSVC 64-bit build warnings.
Mattes D
1
-1
/
+1
2014-05-06
Fixed an extra space.
madmaxoft
1
-1
/
+1
2014-05-02
WebAdmin outputs a log message about HTTP / HTTPS status.
madmaxoft
1
-18
/
+31
2014-05-01
Renamed cPublicKey to cCryptoKey.
madmaxoft
4
-11
/
+11
2014-05-01
Fixed crashes in the SSL HTTP connection.
madmaxoft
4
-14
/
+24
2014-05-01
Implemented SSL connection for WebAdmin.
madmaxoft
4
-2
/
+191
2014-05-01
Fixed HTTP message parsing, prepared for SSL.
madmaxoft
2
-3
/
+4
2014-04-25
Cmake generated projects for IDEs include headers in project files.
archshift
1
-0
/
+1
2014-04-07
Fixed HTTP chunked encoding.
madmaxoft
1
-1
/
+1
2014-04-02
Fixed more virtual destructors for interfaces.
madmaxoft
3
-0
/
+9
2014-04-02
Fixed All signedness warnings in HTTPServer.cpp
Tycho
5
-9
/
+12
2014-04-02
Fixed format string in HTTPConnection
Tycho
1
-1
/
+1
2014-04-02
Fixed Comparison to -1 in HTTPMessage.h
Tycho
1
-1
/
+1
2014-04-01
Rewritten HTTPServer to use size_t for data lengths.
madmaxoft
14
-83
/
+90
2014-03-28
Fixed non-virtual destructors warnings.
madmaxoft
1
-1
/
+3
2014-02-28
Fixed multiple gcc warnings about unused params.
madmaxoft
1
-0
/
+4
2014-01-19
Rewritten SocketThreads for proper shutdown scenario.
madmaxoft
1
-1
/
+1
2014-01-18
HTTP connections aren't kept alive unless explicitly enabled.
madmaxoft
4
-37
/
+58
2014-01-07
More MSVC warning fixes.
madmaxoft
1
-1
/
+1
2014-01-06
Fixed a few MSVC warnings.
madmaxoft
3
-3
/
+1
2013-12-20
Fixed warnings in HTTP parser.
madmaxoft
4
-5
/
+15
2013-12-19
moved HTTPServer to globs
Tycho Bickerstaff
1
-1
/
+5
2013-12-10
more cmake
Tycho Bickerstaff
1
-1
/
+1
2013-12-10
started work on cmake
Tycho Bickerstaff
1
-0
/
+7
2013-11-27
Fixed some of tiger's derpyness.
Alexander Harkness
1
-1
/
+1
2013-11-25
Further attempts to fix compile
Tiger Wang
1
-1
/
+1
2013-11-24
Attempt to fix compilation
Tiger Wang
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
14
-0
/
+2567