summaryrefslogtreecommitdiffstats
path: root/src/HTTP (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored to put URL Encoding / Decoding in a single place. (#3491)Mattes D2016-12-251-2/+11
|
* Fixed type-casting-related warnings.Mattes D2016-08-241-1/+0
|
* HTTP: Fixed empty headers parsing.Mattes D2016-08-241-1/+8
|
* cUrlClient: Refactored callbacks to use UniquePtr.Mattes D2016-08-222-24/+25
|
* cTCPLink supports TLS out of the box.Mattes D2016-08-222-14/+88
|
* UrlClient: Basic HTTP implementation.Mattes D2016-08-224-1/+756
|
* WebAdmin: Report opened ports. (#3333)Mattes D2016-08-211-2/+16
|
* Fixed RasPi builds of unit tests.Mattes D2016-08-041-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 D2016-07-181-2/+0
|
* HTTP: Added missing HasAuth flag initialization.Mattes D2016-03-111-1/+2
|
* HTTP: Fixed header parsing.Mattes D2016-03-031-0/+1
|
* HTTP: Fixed typos and bad leftovers.Mattes D2016-03-013-3/+4
|
* Renamed HTTPResponse to HTTPOutgoingResponse.Mattes D2016-03-015-10/+9
|
* WebAdmin uses the new HTTP parser framework.Mattes D2016-03-0114-797/+521
|
* HTTP: Fixed response parser, unified API.Mattes D2016-03-014-16/+22
|
* Fixed HTTP parsing when in insecure mode.Mattes D2016-03-011-2/+6
| | | | | Parsing would ignore the size of data already buffered, resulting in bad_alloc exception. Fixes #2898.
* Renamed HTTPServer folder to HTTP.Mattes D2016-03-0125-0/+3962
It contains client code as well.