Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don't pass trivially copyable params as const ref | Dan Goodliffe | 2023-07-29 |
| | |||
* | Rename internal paramGet functions to disambiguate from the typed ones | Dan Goodliffe | 2023-07-29 |
| | |||
* | Swap ifndef for pragma once | Dan Goodliffe | 2023-07-26 |
| | |||
* | Reformat with new clang-format | Dan Goodliffe | 2023-07-26 |
| | |||
* | Fix all non-unittest warnings | Dan Goodliffe | 2022-02-06 |
| | |||
* | Clang format and tidy | Dan Goodliffe | 2020-06-07 |
| | |||
* | Helper for testing for HTTPS | Dan Goodliffe | 2020-01-18 |
| | |||
* | Performance fixesicespider-0.6.2 | Dan Goodliffe | 2019-11-12 |
| | |||
* | Add clang-tidy rules and fix all the things | Dan Goodliffe | 2019-03-27 |
| | | | | Note: something in here appears to break linking in release build | ||
* | Enable some clang-tidy checks and fix up accordingly | Dan Goodliffe | 2019-03-27 |
| | |||
* | Cut 4 string_view everything else | Dan Goodliffe | 2019-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_view | Dan Goodliffe | 2019-01-14 |
| | |||
* | Remove parameter setters from ihttpRequest | Dan Goodliffe | 2018-05-23 |
| | | | | Only required for testing, always throw in production implementations. | ||
* | Standard header formattericespider-0.2.3.1 | Dan Goodliffe | 2018-03-03 |
| | | | | Use CTFs in common library for formatting header output. | ||
* | Dump request details to stderr in case of unhandled exceptionicespider-0.2 | Dan Goodliffe | 2017-01-30 |
| | |||
* | Support for plugable error handlers | Dan Goodliffe | 2017-01-30 |
| | |||
* | Refactor to make available some classes for testing | Dan Goodliffe | 2016-12-27 |