summaryrefslogtreecommitdiffstats
path: root/WebServer/WebServer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-05Removed the old WebServer library.madmaxoft1-498/+0
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-1/+1
2012-09-09Core's Web Chat should work on FireFox again. Apparently it appends "charset=utf-8" to the content type which was not properly handled.faketruth1-1/+2
2012-08-28Removed false positives in leakfinder for webserver - by using raw char arrays instead of std::string for const data.madmaxoft@gmail.com1-26/+26
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-497/+497
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-12/+62
2012-02-01Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!madmaxoft@gmail.com1-22/+2
2012-01-31Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPluginfaketruth1-13/+217
2012-01-31Can now receive POST data in WebPlugins!faketruth1-90/+129
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-10/+8
2011-10-03Source for additional projectsfaketruth1-0/+226