summaryrefslogtreecommitdiff
path: root/icespider/fcgi/cgiRequestBase.cpp
Commit message (Expand)AuthorAge
* Update to C++23 and fix lots of warningsDan Goodliffe2025-06-13
* Don't pass trivially copyable params as const refDan Goodliffe2023-07-29
* Rename internal paramGet functions to disambiguate from the typed onesDan Goodliffe2023-07-29
* 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
* Use flatmap for qs and cookie mapsDan Goodliffe2021-12-17
* Simpler HTTPS constDan Goodliffe2021-12-17
* Add contains to flatmapDan Goodliffe2021-12-17
* constexpr string_view some more stuffDan Goodliffe2021-12-17
* Clang format and tidyDan Goodliffe2020-06-07
* Helper for testing for HTTPSDan Goodliffe2020-01-18
* Performance fixesicespider-0.6.2Dan Goodliffe2019-11-12
* Enable some clang-tidy checks and fix up accordinglyDan Goodliffe2019-03-27
* Move result strings around when unencoding x-www-form dataDan Goodliffe2019-02-09
* HTTP headers are case insensitiveicespider-0.5.1Dan Goodliffe2019-01-22
* Cut 4 string_view everything elseDan Goodliffe2019-01-14
* Cut 2 string_viewDan Goodliffe2019-01-14
* Remove parameter setters from ihttpRequestDan Goodliffe2018-05-23
* C++17 and Ice 3.7icespider-0.4Dan Goodliffe2018-04-15
* Dedupe map dumpingicespider-0.3Dan Goodliffe2018-03-03
* Use a variadic template map lookup that's copy-freeDan Goodliffe2018-03-03
* Dedupe mapping of varsDan Goodliffe2018-03-03
* Switch move things to string_viewDan Goodliffe2018-03-03
* Env import can be const nowDan Goodliffe2018-03-03
* Replace string/char* quirks with string_viewDan Goodliffe2018-03-03
* Standard header formattericespider-0.2.3.1Dan Goodliffe2018-03-03
* Dump request details to stderr in case of unhandled exceptionicespider-0.2Dan Goodliffe2017-01-30
* Support for plugable error handlersDan Goodliffe2017-01-30
* Split implementation details (in CGI) of headers away from core functionalityDan Goodliffe2016-11-11
* Tidy creation of strings from rangesDan Goodliffe2016-10-09
* 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
* Fix where to find uploaded content typeDan Goodliffe2016-10-04
* Slicer 1.4 compatibility fixDan Goodliffe2016-09-24
* Fix up lots of test coverageDan Goodliffe2016-09-17
* Get HTTP method from envDan Goodliffe2016-09-01
* Add proper tests over the CGI base code and apply fixes as needed.Dan Goodliffe2016-08-24
* Fix query string parameter map builderDan Goodliffe2016-08-22
* Tidy upDan Goodliffe2016-06-26
* URL parameters by index internally, not keyDan Goodliffe2016-06-26
* Very basic, probably buggy, incomplete [f]cgi implementationDan Goodliffe2016-06-22