Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update to C++23 and fix lots of warnings | Dan Goodliffe | 2025-06-13 |
| | |||
* | Don't pass trivially copyable params as const ref | Dan Goodliffe | 2023-07-29 |
| | |||
* | Reformat with new clang-format | Dan Goodliffe | 2023-07-26 |
| | |||
* | Fix all non-unittest warnings | Dan Goodliffe | 2022-02-06 |
| | |||
* | Non-allocating, non-FILE based, view based Accept parser | Dan Goodliffe | 2021-12-17 |
| | |||
* | Clang format and tidy | Dan Goodliffe | 2020-06-07 |
| | |||
* | 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 | ||
* | Cut 1 string_view | Dan Goodliffe | 2019-01-14 |
| | |||
* | Consts and formatters | Dan Goodliffe | 2018-05-23 |
| | | | | | Move lots of common strings into ICE consts. Move some expressions into formatters. | ||
* | 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. | ||
* | Don't delete the serializer factory | Dan Goodliffe | 2016-12-27 |
| | |||
* | Bad request on missing or invalid parameters | Dan Goodliffe | 2016-09-17 |
| | |||
* | Remove previous serializer before adding replacement | Dan Goodliffe | 2016-09-16 |
| | |||
* | No need to proxy getProxy through route handler now we have a core instance | Dan Goodliffe | 2016-09-02 |
| | |||
* | Initialize proxies once on start up | Dan Goodliffe | 2016-09-02 |
| | |||
* | Pass current Core instance to route handlers | Dan Goodliffe | 2016-09-01 |
| | |||
* | Register route handler factories, not route handlers so we can construct ↵ | Dan Goodliffe | 2016-08-30 |
| | | | | them as needed, with arguments, after system start up (incl. config load) | ||
* | Bit of a refactor around Accept / Content-Type and include Content-Type in ↵ | Dan Goodliffe | 2016-08-21 |
| | | | | response headers | ||
* | Add support for custom output serializers | Dan Goodliffe | 2016-08-21 |
| | |||
* | Don't store the plugin, just its implementation | Dan Goodliffe | 2016-08-20 |
| | |||
* | Add basic content negotiation | Dan Goodliffe | 2016-08-16 |
| | |||
* | Tidy up | Dan Goodliffe | 2016-06-26 |
| | |||
* | Add and test a request router | Dan Goodliffe | 2016-06-19 |
| | |||
* | Initial commit of IceSpider, implements basic route compiler | Dan Goodliffe | 2016-06-18 |