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
/
WebServer
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
8
-491
/
+491
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
3
-2
/
+2
2012-09-09
Core's Web Chat should work on FireFox again. Apparently it appends "charset=utf-8" to the content type which was not properly handled.
faketruth
1
-1
/
+2
2012-08-28
Removed false positives in leakfinder for webserver - by using raw char arrays instead of std::string for const data.
madmaxoft@gmail.com
1
-26
/
+26
2012-08-22
Now the web server supports %20 spaces in URLs
faketruth
1
-0
/
+4
2012-08-15
Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android!
faketruth
2
-0
/
+7
2012-08-03
Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.
madmaxoft@gmail.com
1
-1
/
+1
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
7
-1330
/
+1330
2012-05-25
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
3
-16
/
+69
2012-03-12
Fixing compilation on Drawin 9 / MacOS X
madmaxoft@gmail.com
1
-0
/
+4
2012-03-09
Using the _DEBUG macro for *nix debug builds as well; trying to force 8-byte alignment on critical sections ( http://forum.mc-server.org/showthread.php?tid=384 )
madmaxoft@gmail.com
1
-95
/
+1
2012-02-20
Using own ASSERT() that logs to file
faketruth
1
-0
/
+1
2012-02-18
Webserver: fixed a compiler warning
madmaxoft@gmail.com
1
-1
/
+1
2012-02-17
Fixed *nix hang on server stop (socket needs shutting down)
madmaxoft@gmail.com
2
-211
/
+291
2012-02-16
Chunk is now marked as dirty; saving only dirty chunks; rewritten load / save not to use cChunkPtr; set VC2008 project to level4 warnings; block entities are now loaded and saved properly
madmaxoft@gmail.com
1
-0
/
+23
2012-02-13
Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.
madmaxoft@gmail.com
2
-5
/
+15
2012-02-02
WebServer: socket fix (force-terminated socket would cause the server to loop indefinitely)
madmaxoft@gmail.com
1
-1
/
+1
2012-02-01
Missing auto_ptr header
madmaxoft@gmail.com
1
-0
/
+1
2012-02-01
Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!
madmaxoft@gmail.com
2
-22
/
+3
2012-01-31
Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPlugin
faketruth
2
-13
/
+226
2012-01-31
Linux fixes, but while it compiles, when a user joins it crashes the server with "*** glibc detected *** ./MCServer: double free or corruption (out): 0x00007fb5f5158db0 ***"
mtilden@gmail.com
1
-0
/
+1
2012-01-31
Can now receive POST data in WebPlugins!
faketruth
5
-100
/
+167
2012-01-29
VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.
madmaxoft@gmail.com
10
-98
/
+197
2011-10-21
Compiles for linux
faketruth
1
-3
/
+3
2011-10-03
Source for additional projects
faketruth
13
-0
/
+1383