Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added initializers for class members. | Mattes D | 2014-08-21 | 1 | -1/+2 |
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
* | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -0/+1 |
* | Fixed crashes in the SSL HTTP connection. | madmaxoft | 2014-05-01 | 1 | -7/+7 |
* | Fixed HTTP message parsing, prepared for SSL. | madmaxoft | 2014-05-01 | 1 | -2/+3 |
* | Fixed HTTP chunked encoding. | madmaxoft | 2014-04-07 | 1 | -1/+1 |
* | Fixed All signedness warnings in HTTPServer.cpp | Tycho | 2014-04-02 | 1 | -3/+3 |
* | Fixed format string in HTTPConnection | Tycho | 2014-04-02 | 1 | -1/+1 |
* | Rewritten HTTPServer to use size_t for data lengths. | madmaxoft | 2014-04-01 | 1 | -7/+7 |
* | Rewritten SocketThreads for proper shutdown scenario. | madmaxoft | 2014-01-19 | 1 | -1/+1 |
* | HTTP connections aren't kept alive unless explicitly enabled. | madmaxoft | 2014-01-18 | 1 | -0/+6 |
* | Fixed a few MSVC warnings. | madmaxoft | 2014-01-06 | 1 | -1/+1 |
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+247 |