summaryrefslogtreecommitdiffstats
path: root/WebServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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.com2012-02-132-5/+15
* WebServer: socket fix (force-terminated socket would cause the server to loop indefinitely)madmaxoft@gmail.com2012-02-021-1/+1
* Missing auto_ptr headermadmaxoft@gmail.com2012-02-011-0/+1
* Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!madmaxoft@gmail.com2012-02-012-22/+3
* Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPluginfaketruth2012-01-312-13/+226
* 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.com2012-01-311-0/+1
* Can now receive POST data in WebPlugins!faketruth2012-01-315-100/+167
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-2910-98/+197
* Compiles for linuxfaketruth2011-10-211-3/+3
* Source for additional projectsfaketruth2011-10-0313-0/+1383