index
:
ICE Spider
embedded-server
main
Tools and library for creating ICE API backed REST services and websites.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
icespider
/
core
Commit message (
Expand
)
Author
Age
*
Update to C++23 and fix lots of warnings
Dan Goodliffe
2025-06-13
*
Fix compilation with gcc-15
icespider-0.9.1
Dan Goodliffe
2025-05-03
*
Update to new Slicer interface
icespider-0.9.0
Dan Goodliffe
2023-09-30
*
Use standard convert function when parsing accept strings
Dan Goodliffe
2023-07-30
*
Inline functions for removing trailing/leading chars
Dan Goodliffe
2023-07-30
*
Append chunks of plain data in urldecode
Dan Goodliffe
2023-07-29
*
Simplified convert interface
Dan Goodliffe
2023-07-29
*
getURLParam needn't go through the optional helpers
Dan Goodliffe
2023-07-29
*
Centralise lots of value conversion functions
Dan Goodliffe
2023-07-29
*
Use std::to_string in setCooke if possible
Dan Goodliffe
2023-07-29
*
Use faster std::from_chars over boost::lexical_cast if possible
Dan Goodliffe
2023-07-29
*
Remove unused boost::lexical_cast wrappers
Dan Goodliffe
2023-07-29
*
Don't pass trivially copyable params as const ref
Dan Goodliffe
2023-07-29
*
Don't need a specific handler for string_view->string
Dan Goodliffe
2023-07-29
*
Rename internal paramGet functions to disambiguate from the typed ones
Dan Goodliffe
2023-07-29
*
Remove magic number and string resize hack
Dan Goodliffe
2023-07-27
*
PathElements can be string_views
Dan Goodliffe
2023-07-27
*
Restructure FCGI libs
Dan Goodliffe
2023-07-27
*
Move operator/= for pathparts matching as a Path member, reimplement with std...
Dan Goodliffe
2023-07-26
*
Define http500 exception, replace magic numbers
Dan Goodliffe
2023-07-26
*
Anonymous namespace over static
Dan Goodliffe
2023-07-26
*
std::count is constexpr these days
Dan Goodliffe
2023-07-26
*
Swap ifndef for pragma once
Dan Goodliffe
2023-07-26
*
Reformat with new clang-format
Dan Goodliffe
2023-07-26
*
If Accept header specifies no preference first, shortcut to default serializer
icespider-0.8.3
Dan Goodliffe
2023-04-06
*
Don't use same name for consts as instances in the base
Dan Goodliffe
2022-08-02
*
Work around weird GCC 11.3 error const-expr copying an optional
Dan Goodliffe
2022-05-16
*
Fix handling of accept parameters
icespider-0.7.1
Dan Goodliffe
2022-03-12
*
Fix all non-unittest warnings
Dan Goodliffe
2022-02-06
*
requiredParameterNotFound is noreturn
Dan Goodliffe
2022-02-06
*
Concession to cppcheck, which crashes on this line
Dan Goodliffe
2021-12-17
*
Single arg constructor should be explicit
Dan Goodliffe
2021-12-17
*
Introduce MaybeString
Dan Goodliffe
2021-12-17
*
Add -Wconversion and -Wsign-conversion
Dan Goodliffe
2021-12-17
*
Add missing virtual destructor
Dan Goodliffe
2021-12-17
*
Non-allocating, non-FILE based, view based Accept parser
Dan Goodliffe
2021-12-17
*
Utils for trimming string_view
Dan Goodliffe
2021-12-17
*
Const only operations in flatmap
Dan Goodliffe
2021-12-17
*
Fix const weirdness in flatmap
Dan Goodliffe
2021-12-17
*
constexpr consts in xwwwFormUrlEncoded
Dan Goodliffe
2021-12-17
*
Add at to flatmap
Dan Goodliffe
2021-12-17
*
Add contains to flatmap
Dan Goodliffe
2021-12-17
*
Don't assume compare type
Dan Goodliffe
2021-12-17
*
Introduce lightweight flatmap
Dan Goodliffe
2021-12-17
*
Add missing optional includes
icespider-0.6.7.2
Dan Goodliffe
2021-12-14
*
Simplify and fix fallback/error handlers for missing parameters
icespider-0.6.7
Dan Goodliffe
2020-12-28
*
Remove unused helper function
icespider-0.6.6
Dan Goodliffe
2020-12-28
*
Add moving variant of operator/ for optionals
Dan Goodliffe
2020-12-28
*
Allow recursion betwen process and handleError
icespider-0.6.5
Dan Goodliffe
2020-12-27
*
Forbid templates in type_names helper
Dan Goodliffe
2020-12-19
[next]