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
*
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
*
Use constexpr TypeName to find interface property names
Dan Goodliffe
2020-12-19
*
Constexpr typename helpers
Dan Goodliffe
2020-12-19
*
Fix util.h includes
Dan Goodliffe
2020-12-19
*
Bail early if accept header is empty or all WS
Dan Goodliffe
2020-12-17
*
xwwwFormUrlEncoded improvements
Dan Goodliffe
2020-06-17
*
Slicer 1.10 compat fix
Dan Goodliffe
2020-06-16
*
Clang format and tidy
Dan Goodliffe
2020-06-07
*
Set samesite=strict on cookies
Dan Goodliffe
2020-01-18
*
Helper for testing for HTTPS
Dan Goodliffe
2020-01-18
*
Performance fixes
icespider-0.6.2
Dan Goodliffe
2019-11-12
*
Add clang-tidy rules and fix all the things
Dan Goodliffe
2019-03-27
*
Enable some clang-tidy checks and fix up accordingly
Dan Goodliffe
2019-03-27
*
Move result strings around when unencoding x-www-form data
Dan Goodliffe
2019-02-09
*
Extract the real function parameter type
Dan Goodliffe
2019-02-08
*
Properly generic parameter extraction
Dan Goodliffe
2019-02-08
*
Update boost::function to std::function
Dan Goodliffe
2019-02-03
*
Remove boost::filesystem in favour of std::filesystem
Dan Goodliffe
2019-02-03
*
Fix-up setCookie and add urlencodeto direct to stream
Dan Goodliffe
2019-01-22
*
Fix optional type of getBodyParam
icespider-0.5
Dan Goodliffe
2019-01-15
*
Cut 4 string_view everything else
Dan Goodliffe
2019-01-14
*
Cut 3 string_view (accept parser)
Dan Goodliffe
2019-01-14
*
Move Accept header parsing into a testable place and test it
Dan Goodliffe
2019-01-14
*
Cut 2 string_view
Dan Goodliffe
2019-01-14
*
Cut 1 string_view
Dan Goodliffe
2019-01-14
*
Remove parameter setters from ihttpRequest
Dan Goodliffe
2018-05-23
[next]