summaryrefslogtreecommitdiff
path: root/icespider/core
Commit message (Expand)AuthorAge
* Update to C++23 and fix lots of warningsDan Goodliffe2025-06-13
* Fix compilation with gcc-15icespider-0.9.1Dan Goodliffe2025-05-03
* Update to new Slicer interfaceicespider-0.9.0Dan Goodliffe2023-09-30
* Use standard convert function when parsing accept stringsDan Goodliffe2023-07-30
* Inline functions for removing trailing/leading charsDan Goodliffe2023-07-30
* Append chunks of plain data in urldecodeDan Goodliffe2023-07-29
* Simplified convert interfaceDan Goodliffe2023-07-29
* getURLParam needn't go through the optional helpersDan Goodliffe2023-07-29
* Centralise lots of value conversion functionsDan Goodliffe2023-07-29
* Use std::to_string in setCooke if possibleDan Goodliffe2023-07-29
* Use faster std::from_chars over boost::lexical_cast if possibleDan Goodliffe2023-07-29
* Remove unused boost::lexical_cast wrappersDan Goodliffe2023-07-29
* Don't pass trivially copyable params as const refDan Goodliffe2023-07-29
* Don't need a specific handler for string_view->stringDan Goodliffe2023-07-29
* Rename internal paramGet functions to disambiguate from the typed onesDan Goodliffe2023-07-29
* Remove magic number and string resize hackDan Goodliffe2023-07-27
* PathElements can be string_viewsDan Goodliffe2023-07-27
* Restructure FCGI libsDan Goodliffe2023-07-27
* Move operator/= for pathparts matching as a Path member, reimplement with std...Dan Goodliffe2023-07-26
* Define http500 exception, replace magic numbersDan Goodliffe2023-07-26
* Anonymous namespace over staticDan Goodliffe2023-07-26
* std::count is constexpr these daysDan Goodliffe2023-07-26
* Swap ifndef for pragma onceDan Goodliffe2023-07-26
* Reformat with new clang-formatDan Goodliffe2023-07-26
* If Accept header specifies no preference first, shortcut to default serializericespider-0.8.3Dan Goodliffe2023-04-06
* Don't use same name for consts as instances in the baseDan Goodliffe2022-08-02
* Work around weird GCC 11.3 error const-expr copying an optionalDan Goodliffe2022-05-16
* Fix handling of accept parametersicespider-0.7.1Dan Goodliffe2022-03-12
* Fix all non-unittest warningsDan Goodliffe2022-02-06
* requiredParameterNotFound is noreturnDan Goodliffe2022-02-06
* Concession to cppcheck, which crashes on this lineDan Goodliffe2021-12-17
* Single arg constructor should be explicitDan Goodliffe2021-12-17
* Introduce MaybeStringDan Goodliffe2021-12-17
* Add -Wconversion and -Wsign-conversionDan Goodliffe2021-12-17
* Add missing virtual destructorDan Goodliffe2021-12-17
* Non-allocating, non-FILE based, view based Accept parserDan Goodliffe2021-12-17
* Utils for trimming string_viewDan Goodliffe2021-12-17
* Const only operations in flatmapDan Goodliffe2021-12-17
* Fix const weirdness in flatmapDan Goodliffe2021-12-17
* constexpr consts in xwwwFormUrlEncodedDan Goodliffe2021-12-17
* Add at to flatmapDan Goodliffe2021-12-17
* Add contains to flatmapDan Goodliffe2021-12-17
* Don't assume compare typeDan Goodliffe2021-12-17
* Introduce lightweight flatmapDan Goodliffe2021-12-17
* Add missing optional includesicespider-0.6.7.2Dan Goodliffe2021-12-14
* Simplify and fix fallback/error handlers for missing parametersicespider-0.6.7Dan Goodliffe2020-12-28
* Remove unused helper functionicespider-0.6.6Dan Goodliffe2020-12-28
* Add moving variant of operator/ for optionalsDan Goodliffe2020-12-28
* Allow recursion betwen process and handleErroricespider-0.6.5Dan Goodliffe2020-12-27
* Forbid templates in type_names helperDan Goodliffe2020-12-19