summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPConnection.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* WebAdmin uses the new cNetwork API.Mattes D2015-01-271-33/+53
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-8/+8
* Added initializers for class members.Mattes D2014-08-211-1/+2
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
* Nullify deleted pointers.archshift2014-06-191-0/+1
* Fixed crashes in the SSL HTTP connection.madmaxoft2014-05-011-7/+7
* Fixed HTTP message parsing, prepared for SSL.madmaxoft2014-05-011-2/+3
* Fixed HTTP chunked encoding.madmaxoft2014-04-071-1/+1
* Fixed All signedness warnings in HTTPServer.cppTycho2014-04-021-3/+3
* Fixed format string in HTTPConnectionTycho2014-04-021-1/+1
* Rewritten HTTPServer to use size_t for data lengths.madmaxoft2014-04-011-7/+7
* Rewritten SocketThreads for proper shutdown scenario.madmaxoft2014-01-191-1/+1
* HTTP connections aren't kept alive unless explicitly enabled.madmaxoft2014-01-181-0/+6
* Fixed a few MSVC warnings.madmaxoft2014-01-061-1/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+247