summaryrefslogtreecommitdiff
path: root/icespider/core/irouteHandler.cpp
Commit message (Expand)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
* Cut 1 string_viewDan Goodliffe2019-01-14
* Consts and formattersDan Goodliffe2018-05-23
* Route Optionsicespider-0.4.1Dan Goodliffe2018-04-16
* C++17 and Ice 3.7icespider-0.4Dan Goodliffe2018-04-15
* 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 them...Dan Goodliffe2016-08-30
* Bit of a refactor around Accept / Content-Type and include Content-Type in re...Dan Goodliffe2016-08-21
* 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