Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-03-01 | Renamed HTTPServer folder to HTTP. | Mattes D | 1 | -45/+0 | |
It contains client code as well. | |||||
2016-03-01 | Added HTTPResponseParser. | Mattes D | 1 | -0/+4 | |
2016-03-01 | Moved cHTTPRequest to a separate file, renamed to cHTTPRequestParser. | Mattes D | 1 | -0/+2 | |
2016-03-01 | Renamed the HTTP classes to indicate they're for server. | Mattes D | 1 | -5/+5 | |
2016-01-01 | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 1 | -1/+1 | |
Also upgraded the user setting file for MSVC to 2013. | |||||
2015-12-25 | Added the cUrlParser class, exported to Lua API. | Mattes D | 1 | -2/+6 | |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -1/+1 | |
2015-07-20 | Fix FreeBSD build broken by strict compiler check | Matti Hänninen | 1 | -0/+1 | |
Downgrade tautological-compare to warning to let the build pass on FreeBSD 10.0. Note that I wasn't able to reproduce the problem on OS X Clang; probably due to Clang version differences. | |||||
2015-05-24 | Made -Weverything an error. | tycho | 1 | -1/+1 | |
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -0/+5 | |
Ad fix a load of warnings | |||||
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-04-25 | Cmake generated projects for IDEs include headers in project files. | archshift | 1 | -0/+1 | |
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 | |