Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use AdHoc case_less, not Slicericespider-0.6.4.1 | Dan Goodliffe | 2020-11-17 |
| | |||
* | 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 |
| | |||
* | Enable some clang-tidy checks and fix up accordingly | Dan Goodliffe | 2019-03-27 |
| | |||
* | Move result strings around when unencoding x-www-form data | Dan Goodliffe | 2019-02-09 |
| | |||
* | HTTP headers are case insensitiveicespider-0.5.1 | Dan Goodliffe | 2019-01-22 |
| | |||
* | Remove unrequired header | Dan Goodliffe | 2019-01-22 |
| | |||
* | 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. | ||
* | Route Optionsicespider-0.4.1 | Dan Goodliffe | 2018-04-16 |
| | | | | | | Provide an irouteOptions constructor that takes new class RouteOptions for finer grained control over the setup process. This currently provides the option to not add the default serializers. | ||
* | 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. | ||
* | Dedupe map dumpingicespider-0.3 | Dan Goodliffe | 2018-03-03 |
| | |||
* | Use a variadic template map lookup that's copy-free | Dan Goodliffe | 2018-03-03 |
| | |||
* | Dedupe mapping of vars | Dan Goodliffe | 2018-03-03 |
| | |||
* | Switch move things to string_view | Dan Goodliffe | 2018-03-03 |
| | |||
* | Env import can be const now | Dan Goodliffe | 2018-03-03 |
| | |||
* | Replace string/char* quirks with string_view | Dan Goodliffe | 2018-03-03 |
| | |||
* | 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 |
| | |||
* | Add missing link for dependencies | Dan Goodliffe | 2016-12-11 |
| | |||
* | 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. | ||
* | Tidy creation of strings from ranges | Dan Goodliffe | 2016-10-09 |
| | |||
* | Add support for cookie parameters | Dan Goodliffe | 2016-10-09 |
| | |||
* | Imrpove ability to load/parse properties | Dan Goodliffe | 2016-10-08 |
| | |||
* | 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 | ||
* | Build slicer bits for http into common | Dan Goodliffe | 2016-10-05 |
| | |||
* | Fix where to find uploaded content type | Dan Goodliffe | 2016-10-04 |
| | |||
* | Slicer 1.4 compatibility fix | Dan Goodliffe | 2016-09-24 |
| | |||
* | Fix up lots of test coverage | Dan Goodliffe | 2016-09-17 |
| | |||
* | Get HTTP method from env | Dan Goodliffe | 2016-09-01 |
| | |||
* | Add proper tests over the CGI base code and apply fixes as needed. | Dan Goodliffe | 2016-08-24 |
| | |||
* | Fix query string parameter map builder | Dan Goodliffe | 2016-08-22 |
| | |||
* | Tidy up | Dan Goodliffe | 2016-06-26 |
| | |||
* | URL parameters by index internally, not key | Dan Goodliffe | 2016-06-26 |
| | |||
* | Pass command line args through to Ice | Dan Goodliffe | 2016-06-23 |
| | |||
* | Very basic, probably buggy, incomplete [f]cgi implementation | Dan Goodliffe | 2016-06-22 |
| | |||
* | Initial commit of IceSpider, implements basic route compiler | Dan Goodliffe | 2016-06-18 |