summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-1/+1
* Cmake generated projects for IDEs include headers in project files.archshift2014-04-251-0/+1
* Fixed HTTP chunked encoding.madmaxoft2014-04-071-1/+1
* Merge branch 'master' into HTTPSizeTTycho2014-04-023-2/+4
|\
| * Fixed more virtual destructors for interfaces.madmaxoft2014-04-023-0/+9
* | Fixed All signedness warnings in HTTPServer.cppTycho2014-04-025-9/+12
* | Fixed format string in HTTPConnectionTycho2014-04-021-1/+1
* | Fixed Comparison to -1 in HTTPMessage.hTycho2014-04-021-1/+1
* | Rewritten HTTPServer to use size_t for data lengths.madmaxoft2014-04-0114-83/+90
|/
* Fixed non-virtual destructors warnings.madmaxoft2014-03-281-1/+3
* Fixed multiple gcc warnings about unused params.madmaxoft2014-02-281-0/+4
* Rewritten SocketThreads for proper shutdown scenario.madmaxoft2014-01-191-1/+1
* HTTP connections aren't kept alive unless explicitly enabled.madmaxoft2014-01-184-37/+58
* More MSVC warning fixes.madmaxoft2014-01-071-1/+1
* Fixed a few MSVC warnings.madmaxoft2014-01-063-3/+1
* Merge branch 'master' into cmakeTycho Bickerstaff2013-12-204-5/+15
|\
| * Fixed warnings in HTTP parser.madmaxoft2013-12-204-5/+15
* | moved HTTPServer to globsTycho Bickerstaff2013-12-191-1/+5
* | more cmakeTycho Bickerstaff2013-12-101-1/+1
* | started work on cmakeTycho Bickerstaff2013-12-101-0/+7
|/
* Fixed some of tiger's derpyness.Alexander Harkness2013-11-271-1/+1
* Further attempts to fix compileTiger Wang2013-11-251-1/+1
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
* Moved source to srcAlexander Harkness2013-11-2414-0/+2567