Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-07-18 | CMake: Remove needless minimum version specifications. | Mattes D | 1 | -2/+0 | |
2016-03-11 | HTTP: Added missing HasAuth flag initialization. | Mattes D | 1 | -1/+2 | |
2016-03-03 | HTTP: Fixed header parsing. | Mattes D | 1 | -0/+1 | |
2016-03-01 | HTTP: Fixed typos and bad leftovers. | Mattes D | 3 | -3/+4 | |
2016-03-01 | Renamed HTTPResponse to HTTPOutgoingResponse. | Mattes D | 5 | -10/+9 | |
2016-03-01 | WebAdmin uses the new HTTP parser framework. | Mattes D | 14 | -797/+521 | |
2016-03-01 | HTTP: Fixed response parser, unified API. | Mattes D | 4 | -16/+22 | |
2016-03-01 | Fixed HTTP parsing when in insecure mode. | Mattes D | 1 | -2/+6 | |
Parsing would ignore the size of data already buffered, resulting in bad_alloc exception. Fixes #2898. | |||||
2016-03-01 | Renamed HTTPServer folder to HTTP. | Mattes D | 25 | -0/+3962 | |
It contains client code as well. |