summaryrefslogtreecommitdiff
path: root/icespider/core/irouteHandler.cpp
Commit message (Collapse)AuthorAge
* Update to C++23 and fix lots of warningsDan Goodliffe2025-06-13
|
* Don't pass trivially copyable params as const refDan Goodliffe2023-07-29
|
* Reformat with new clang-formatDan Goodliffe2023-07-26
|
* Fix all non-unittest warningsDan Goodliffe2022-02-06
|
* Non-allocating, non-FILE based, view based Accept parserDan Goodliffe2021-12-17
|
* Clang format and tidyDan Goodliffe2020-06-07
|
* Add clang-tidy rules and fix all the thingsDan Goodliffe2019-03-27
| | | | Note: something in here appears to break linking in release build
* Cut 1 string_viewDan Goodliffe2019-01-14
|
* Consts and formattersDan Goodliffe2018-05-23
| | | | | Move lots of common strings into ICE consts. Move some expressions into formatters.
* Route Optionsicespider-0.4.1Dan Goodliffe2018-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.4Dan Goodliffe2018-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 factoryDan Goodliffe2016-12-27
|
* Bad request on missing or invalid parametersDan Goodliffe2016-09-17
|
* Remove previous serializer before adding replacementDan Goodliffe2016-09-16
|
* No need to proxy getProxy through route handler now we have a core instanceDan Goodliffe2016-09-02
|
* Initialize proxies once on start upDan Goodliffe2016-09-02
|
* Pass current Core instance to route handlersDan Goodliffe2016-09-01
|
* Register route handler factories, not route handlers so we can construct ↵Dan Goodliffe2016-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 Goodliffe2016-08-21
| | | | response headers
* Add support for custom output serializersDan Goodliffe2016-08-21
|
* Don't store the plugin, just its implementationDan Goodliffe2016-08-20
|
* Add basic content negotiationDan Goodliffe2016-08-16
|
* Tidy upDan Goodliffe2016-06-26
|
* Add and test a request routerDan Goodliffe2016-06-19
|
* Initial commit of IceSpider, implements basic route compilerDan Goodliffe2016-06-18