summaryrefslogtreecommitdiffstats
path: root/src/HTTP (follow)
Commit message (Expand)AuthorAgeFilesLines
* HTTPServerConnection: more robust error handlingTiger Wang2020-11-141-21/+18
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-8/+2
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-156-9/+11
* Using Super.Mattes D2020-04-166-13/+22
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-294-7/+4
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-265-4/+2
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-022-2/+2
* Fix cUrlClient leak (#4125)peterbell102018-02-201-17/+20
* Deal with covered switches consistently (#4161)peterbell102018-02-051-4/+1
* Add the fmt library (#4065)peterbell102018-01-032-1/+2
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-194-4/+4
* Fix switch warnings (#4013)peterbell102017-09-141-5/+0
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-305-38/+41
* Removed unneeded includes (#3902)Lukas Pioch2017-08-062-2/+0
* Removed unused forward declarations (#3888)Lukas Pioch2017-08-031-2/+0
* Removed double includes (#3885)Lukas Pioch2017-08-022-2/+0
* Remove smart pointer macrospeterbell102017-07-214-9/+9
* Clang 5.0 fixesLukas Pioch2017-05-212-2/+2
* 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
* 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
* Renamed HTTPServer folder to HTTP.Mattes D2016-03-0125-0/+3962