summaryrefslogtreecommitdiffstats
path: root/net/HttpRequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* http response: if the result doesn't fit, then consider that a fatal errorMiklos Vajna2021-07-191-1/+2
* http response: simplify the condition if the result would fitMiklos Vajna2021-07-191-1/+2
* http response: check if result would fit into chunkLenMiklos Vajna2021-07-081-0/+5
* wsd: http: handle invalid http versionsAshod Nakashian2021-06-191-6/+8
* wsd: http: do not set the state explicitly on parsing errorAshod Nakashian2021-06-131-7/+1
* available, off and end can be unsigned, they are byte positionsAndras Timar2021-04-301-3/+3
* Fix Debian 8 / gcc-4.9 warningsMiklos Vajna2021-04-301-3/+3
* Add version of std::atoi() that needs no extra allocationMiklos Vajna2021-04-261-9/+1
* Add a fuzzer for http::Response::readData()Miklos Vajna2021-04-231-0/+18
* StatusLine::parse: limit size of allocated stringMiklos Vajna2021-04-231-2/+8
* StatusLine::parse: handle non-null-terminated buffer with std::atoi()Miklos Vajna2021-04-231-1/+3
* StatusLine::parse: only feed integers to std::atoi()Miklos Vajna2021-04-231-0/+5
* Add a fuzzer for http::StatusLine::parse()Miklos Vajna2021-04-231-1/+7
* wsd: http: parse the host and validateAshod Nakashian2021-04-071-0/+42
* wsd: correct User-Agent usage in http headersAshod Nakashian2021-03-221-0/+2
* wsd: http: parse the http header onlyAshod Nakashian2021-03-221-11/+79
* wsd: http: StatusLine testsAshod Nakashian2021-03-161-4/+5
* wsd: http: define streaming operatorsAshod Nakashian2021-03-161-1/+0
* wsd: http::Request parserAshod Nakashian2021-03-161-0/+108
* wsd: http: normalize helper function APIAshod Nakashian2021-03-161-4/+4
* wsd: http: factor out whitespace checkAshod Nakashian2021-03-161-3/+6
* typo fixAndras Timar2021-03-141-3/+3
* wsd: read -> wroteAshod Nakashian2021-03-131-7/+7
* wsd: better loggingAshod Nakashian2021-03-131-0/+11
* wsd: better logging of hex data dumpsAshod Nakashian2021-03-131-8/+18
* wsd: simplify and document dumpHexAshod Nakashian2021-03-131-2/+2
* net: http version string may not be null-terminatedMiklos Vajna2021-01-271-1/+2
* wsd: asynchronous HTTP/1.1 implementationAshod Nakashian2021-01-211-0/+414