summaryrefslogtreecommitdiffstats
path: root/src/HTTP (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-29Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell104-7/+4
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell105-4/+2
2018-05-02Prefer static_cast to reinterpret_cast (#4223)peterbell102-2/+2
2018-02-20Fix cUrlClient leak (#4125)peterbell101-17/+20
2018-02-05Deal with covered switches consistently (#4161)peterbell101-4/+1
2018-01-03Add the fmt library (#4065)peterbell102-1/+2
2017-09-19Removed UTF-8 BOM (#4033)Lukas Pioch4-4/+4
2017-09-14Fix switch warnings (#4013)peterbell101-5/+0
2017-08-30Update mbedtls to 2.5.1 (#3964)peterbell105-38/+41
2017-08-06Removed unneeded includes (#3902)Lukas Pioch2-2/+0
2017-08-03Removed unused forward declarations (#3888)Lukas Pioch1-2/+0
2017-08-02Removed double includes (#3885)Lukas Pioch2-2/+0
2017-07-21Remove smart pointer macrospeterbell104-9/+9
2017-05-21Clang 5.0 fixesLukas Pioch2-2/+2
2016-12-25Refactored to put URL Encoding / Decoding in a single place. (#3491)Mattes D1-2/+11
2016-08-24Fixed type-casting-related warnings.Mattes D1-1/+0
2016-08-24HTTP: Fixed empty headers parsing.Mattes D1-1/+8
2016-08-22cUrlClient: Refactored callbacks to use UniquePtr.Mattes D2-24/+25
2016-08-22cTCPLink supports TLS out of the box.Mattes D2-14/+88
2016-08-22UrlClient: Basic HTTP implementation.Mattes D4-1/+756
2016-08-21WebAdmin: Report opened ports. (#3333)Mattes D1-2/+16
2016-08-04Fixed RasPi builds of unit tests.Mattes D1-1/+3
2016-07-18CMake: Remove needless minimum version specifications.Mattes D1-2/+0
2016-03-11HTTP: Added missing HasAuth flag initialization.Mattes D1-1/+2
2016-03-03HTTP: Fixed header parsing.Mattes D1-0/+1
2016-03-01HTTP: Fixed typos and bad leftovers.Mattes D3-3/+4
2016-03-01Renamed HTTPResponse to HTTPOutgoingResponse.Mattes D5-10/+9
2016-03-01WebAdmin uses the new HTTP parser framework.Mattes D14-797/+521
2016-03-01HTTP: Fixed response parser, unified API.Mattes D4-16/+22
2016-03-01Fixed HTTP parsing when in insecure mode.Mattes D1-2/+6
2016-03-01Renamed HTTPServer folder to HTTP.Mattes D25-0/+3962