summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-25Cmake generated projects for IDEs include headers in project files.archshift1-0/+1
2014-04-07Fixed HTTP chunked encoding.madmaxoft1-1/+1
Fixes #858.
2014-04-02Fixed more virtual destructors for interfaces.madmaxoft3-0/+9
2014-04-02Fixed All signedness warnings in HTTPServer.cppTycho5-9/+12
2014-04-02Fixed format string in HTTPConnectionTycho1-1/+1
2014-04-02Fixed Comparison to -1 in HTTPMessage.hTycho1-1/+1
2014-04-01Rewritten HTTPServer to use size_t for data lengths.madmaxoft14-83/+90
2014-03-28Fixed non-virtual destructors warnings.madmaxoft1-1/+3
2014-02-28Fixed multiple gcc warnings about unused params.madmaxoft1-0/+4
2014-01-19Rewritten SocketThreads for proper shutdown scenario.madmaxoft1-1/+1
This fixes #560 and #390.
2014-01-18HTTP connections aren't kept alive unless explicitly enabled.madmaxoft4-37/+58
Only the client can decide that the connection can be kept alive, we must close the socket if the client doesn't indicate keepalive support. This will provide a fix for #390 when #560 is fixed; until then the issue remains, just it's no longer HTTPServer's fault.
2014-01-07More MSVC warning fixes.madmaxoft1-1/+1
2014-01-06Fixed a few MSVC warnings.madmaxoft3-3/+1
2013-12-20Fixed warnings in HTTP parser.madmaxoft4-5/+15
2013-12-19moved HTTPServer to globsTycho Bickerstaff1-1/+5
2013-12-10more cmakeTycho Bickerstaff1-1/+1
2013-12-10started work on cmakeTycho Bickerstaff1-0/+7
2013-11-27Fixed some of tiger's derpyness.Alexander Harkness1-1/+1
2013-11-25Further attempts to fix compileTiger Wang1-1/+1
2013-11-24Attempt to fix compilationTiger Wang1-1/+1
2013-11-24Moved source to srcAlexander Harkness14-0/+2567