summaryrefslogtreecommitdiffstats
path: root/WebServer/WebServer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-1/+1
* Core's Web Chat should work on FireFox again. Apparently it appends "charset=utf-8" to the content type which was not properly handled.faketruth2012-09-091-1/+2
* Removed false positives in leakfinder for webserver - by using raw char arrays instead of std::string for const data.madmaxoft@gmail.com2012-08-281-26/+26
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-497/+497
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-12/+62
* Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!madmaxoft@gmail.com2012-02-011-22/+2
* Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPluginfaketruth2012-01-311-13/+217
* Can now receive POST data in WebPlugins!faketruth2012-01-311-90/+129
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-10/+8
* Source for additional projectsfaketruth2011-10-031-0/+226