summaryrefslogtreecommitdiff
path: root/icespider/unittests/testFcgi.cpp
Commit message (Expand)AuthorAge
* Update to C++23 and fix lots of warningsDan Goodliffe2025-06-13
* Use faster std::from_chars over boost::lexical_cast if possibleDan Goodliffe2023-07-29
* Rename internal paramGet functions to disambiguate from the typed onesDan Goodliffe2023-07-29
* Remove perf like test from functional test moduleDan Goodliffe2023-07-27
* Simplified setup of CgiRequestBaseDan Goodliffe2023-07-27
* Simplified passing of CGI environment dataDan Goodliffe2023-07-26
* Reformat with new clang-formatDan Goodliffe2023-07-26
* Fix all non-unittest warningsDan Goodliffe2022-02-06
* xwwwFormUrlEncoded improvementsDan Goodliffe2020-06-17
* Clang format and tidyDan Goodliffe2020-06-07
* Set samesite=strict on cookiesDan Goodliffe2020-01-18
* Helper for testing for HTTPSDan Goodliffe2020-01-18
* Performance fixesicespider-0.6.2Dan Goodliffe2019-11-12
* Add clang-tidy rules and fix all the thingsDan Goodliffe2019-03-27
* HTTP headers are case insensitiveicespider-0.5.1Dan Goodliffe2019-01-22
* Add test case for response status lineDan Goodliffe2019-01-14
* Cut 4 string_view everything elseDan Goodliffe2019-01-14
* C++17 and Ice 3.7icespider-0.4Dan Goodliffe2018-04-15
* Refactor to make available some classes for testingDan Goodliffe2016-12-27
* Split implementation details (in CGI) of headers away from core functionalityDan Goodliffe2016-11-11
* Move XwwwFormUrlEncoded code into core from fcgi.Dan Goodliffe2016-10-12
* Add support for cookie parametersDan Goodliffe2016-10-09
* Use a single implementation for parsing www form url encoded data in post and...Dan Goodliffe2016-10-08
* Increased flexibility for reading post body content and support for deseriali...Dan Goodliffe2016-10-07
* Fix up lots of test coverageDan Goodliffe2016-09-17
* Add proper tests over the CGI base code and apply fixes as needed.Dan Goodliffe2016-08-24
* Very basic, probably buggy, incomplete [f]cgi implementationDan Goodliffe2016-06-22