Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-05-21 | Clang 5.0 fixes | Lukas Pioch | 2 | -2/+2 | |
- Added override keyword - Removed inherited member variables | |||||
2016-12-25 | Refactored to put URL Encoding / Decoding in a single place. (#3491) | Mattes D | 1 | -2/+11 | |
2016-08-24 | Fixed type-casting-related warnings. | Mattes D | 1 | -1/+0 | |
2016-08-24 | HTTP: Fixed empty headers parsing. | Mattes D | 1 | -1/+8 | |
2016-08-22 | cUrlClient: Refactored callbacks to use UniquePtr. | Mattes D | 2 | -24/+25 | |
2016-08-22 | cTCPLink supports TLS out of the box. | Mattes D | 2 | -14/+88 | |
2016-08-22 | UrlClient: Basic HTTP implementation. | Mattes D | 4 | -1/+756 | |
2016-08-21 | WebAdmin: Report opened ports. (#3333) | Mattes D | 1 | -2/+16 | |
2016-08-04 | Fixed RasPi builds of unit tests. | Mattes D | 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. | |||||
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. |