summaryrefslogtreecommitdiffstats
path: root/test/UnitHTTP.cpp
Commit message (Expand)AuthorAgeFilesLines
* wsd: test: logging fixupAshod Nakashian2022-12-311-1/+1
* rename: remaining lool->cool changesAndras Timar2021-11-181-1/+1
* test: rename 'lool' -> 'cool'Henry Castro2021-11-171-2/+2
* wsd: test: log more in UnitHTTPAshod Nakashian2021-04-111-0/+5
* wsd: test: convert cerr to proper logging in UnitHTTPAshod Nakashian2021-04-071-10/+14
* wsd: test: catch and fail WSD tests when exceptions are thrownAshod Nakashian2020-12-281-1/+1
* fix license headersAndras Timar2020-10-011-2/+0
* wsd: single-char string literals -> charAshod Nakashian2020-06-021-3/+4
* typo fixes in comments and codeAndras Timar2020-04-261-1/+1
* wsd: test assertion macrosAshod Nakashian2020-03-141-4/+4
* test: fix random failure of unit-http test.Tamás Zolnai2020-02-241-0/+6
* test: fix unit-httpMiklos Vajna2019-11-261-2/+2
* test: improve unit-testsAshod Nakashian2019-11-251-2/+7
* test: clean up not needed memset()Miklos Vajna2019-11-251-5/+4
* Cosmetic change in a memset invocation.Jan Holesovsky2019-11-131-1/+1
* typo fixes in comments and codeAndras Timar2019-10-081-1/+1
* keep the project buildable with poco 1.7.8Andras Timar2019-07-081-2/+3
* test: avoid unnecessary copy in expectString()Miklos Vajna2019-06-131-1/+1
* test: avoid not needed copyMiklos Vajna2019-06-061-1/+1
* test: avoid variable-sized object initializationMiklos Vajna2019-05-221-1/+2
* tests for chunked transfer encoding parser.Michael Meeks2019-05-221-4/+131
* Initial HTTP Expect: 100-continue implementation.Michael Meeks2019-05-221-0/+97