Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed RasPi builds of unit tests. | Mattes D | 2016-08-04 | 1 | -1/+3 |
| | | | | | On RasPi with gcc 4.8.2, the asserts wouldn't compile when tests were enabled. Enforced the assumption that ASSERT code is generated only in Debug builds. | ||||
* | CMake: Remove needless minimum version specifications. | Mattes D | 2016-07-18 | 1 | -2/+0 |
| | |||||
* | HTTP: Added missing HasAuth flag initialization. | Mattes D | 2016-03-11 | 1 | -1/+2 |
| | |||||
* | HTTP: Fixed header parsing. | Mattes D | 2016-03-03 | 1 | -0/+1 |
| | |||||
* | HTTP: Fixed typos and bad leftovers. | Mattes D | 2016-03-01 | 3 | -3/+4 |
| | |||||
* | Renamed HTTPResponse to HTTPOutgoingResponse. | Mattes D | 2016-03-01 | 5 | -10/+9 |
| | |||||
* | WebAdmin uses the new HTTP parser framework. | Mattes D | 2016-03-01 | 14 | -797/+521 |
| | |||||
* | HTTP: Fixed response parser, unified API. | Mattes D | 2016-03-01 | 4 | -16/+22 |
| | |||||
* | Fixed HTTP parsing when in insecure mode. | Mattes D | 2016-03-01 | 1 | -2/+6 |
| | | | | | Parsing would ignore the size of data already buffered, resulting in bad_alloc exception. Fixes #2898. | ||||
* | Renamed HTTPServer folder to HTTP. | Mattes D | 2016-03-01 | 25 | -0/+3962 |
It contains client code as well. |