Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update to C++23 and fix lots of warnings | Dan Goodliffe | 2025-06-13 |
| | |||
* | Use faster std::from_chars over boost::lexical_cast if possible | Dan Goodliffe | 2023-07-29 |
| | |||
* | Rename internal paramGet functions to disambiguate from the typed ones | Dan Goodliffe | 2023-07-29 |
| | |||
* | Remove perf like test from functional test module | Dan Goodliffe | 2023-07-27 |
| | |||
* | Simplified setup of CgiRequestBase | Dan Goodliffe | 2023-07-27 |
| | | | | No need to call initialise() now all the environment data is passed to the constructor | ||
* | Simplified passing of CGI environment data | 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 |
| | |||
* | xwwwFormUrlEncoded improvements | Dan Goodliffe | 2020-06-17 |
| | | | | | Match chars stated in rfc, constexpr lookups for read and write, standardized iterator output. | ||
* | Clang format and tidy | Dan Goodliffe | 2020-06-07 |
| | |||
* | Set samesite=strict on cookies | Dan Goodliffe | 2020-01-18 |
| | |||
* | 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 | ||
* | HTTP headers are case insensitiveicespider-0.5.1 | Dan Goodliffe | 2019-01-22 |
| | |||
* | Add test case for response status line | Dan Goodliffe | 2019-01-14 |
| | |||
* | 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. | ||
* | C++17 and Ice 3.7icespider-0.4 | Dan Goodliffe | 2018-04-15 |
| | | | | | Update all code to be C++17 with Ice 3.7 and minor interface changes in keeping with C++CG and dependencies. | ||
* | Refactor to make available some classes for testing | Dan Goodliffe | 2016-12-27 |
| | |||
* | Split implementation details (in CGI) of headers away from core functionality | Dan Goodliffe | 2016-11-11 |
| | |||
* | Move XwwwFormUrlEncoded code into core from fcgi. | Dan Goodliffe | 2016-10-12 |
| | | | | | Add functions for encoding strings as well as just decoding them. Add wrapper functions for setting cookies. | ||
* | Add support for cookie parameters | Dan Goodliffe | 2016-10-09 |
| | |||
* | Use a single implementation for parsing www form url encoded data in post ↵ | Dan Goodliffe | 2016-10-08 |
| | | | | and query string | ||
* | Increased flexibility for reading post body content and support for ↵ | Dan Goodliffe | 2016-10-07 |
| | | | | deserializing x-www-form-urlencoded payloads | ||
* | Fix up lots of test coverage | Dan Goodliffe | 2016-09-17 |
| | |||
* | Add proper tests over the CGI base code and apply fixes as needed. | Dan Goodliffe | 2016-08-24 |
| | |||
* | Very basic, probably buggy, incomplete [f]cgi implementation | Dan Goodliffe | 2016-06-22 |