summaryrefslogtreecommitdiff
path: root/icespider/testing
Commit message (Collapse)AuthorAge
* 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
|
* Swap ifndef for pragma onceDan Goodliffe2023-07-26
|
* Reformat with new clang-formatDan Goodliffe2023-07-26
|
* Fix all non-unittest warningsDan Goodliffe2022-02-06
|
* Clang format and tidyDan Goodliffe2020-06-07
|
* 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
| | | | Note: something in here appears to break linking in release build
* Enable some clang-tidy checks and fix up accordinglyDan Goodliffe2019-03-27
|
* Cut 4 string_view everything elseDan Goodliffe2019-01-14
| | | | | | Use std::optional and std::string_view throughout the CGI parser and core. Removes some of the hacks and tidies up some of the error handling.
* Cut 2 string_viewDan Goodliffe2019-01-14
|
* Remove parameter setters from ihttpRequestDan Goodliffe2018-05-23
| | | | Only required for testing, always throw in production implementations.
* Standard header formattericespider-0.2.3.1Dan Goodliffe2018-03-03
| | | | Use CTFs in common library for formatting header output.
* Dump request details to stderr in case of unhandled exceptionicespider-0.2Dan Goodliffe2017-01-30
|
* Support for plugable error handlersDan Goodliffe2017-01-30
|
* Refactor to make available some classes for testingDan Goodliffe2016-12-27