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
Commit message (
Expand
)
Author
Age
*
Update to new Slicer interface
HEAD
icespider-0.9.0
main
Dan Goodliffe
2023-09-30
*
Don't discard response, smoke test it
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
*
Anonymous namespace over static
Dan Goodliffe
2023-07-27
*
Remove need for C memory management with STL backing store
Dan Goodliffe
2023-07-27
*
Remove perf like test from functional test module
Dan Goodliffe
2023-07-27
*
Simplified setup of CgiRequestBase
Dan Goodliffe
2023-07-27
*
Restructure FCGI libs
Dan Goodliffe
2023-07-27
*
Simplified passing of CGI environment data
Dan Goodliffe
2023-07-26
*
getInput/OutputStream should be no discard
Dan Goodliffe
2023-07-26
*
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
*
Simplified C++17 namespaces
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
*
Initialize var
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
*
Fix writing of XML document after XSL transform
icespider-0.8.2
Dan Goodliffe
2023-04-06
*
Move to b2 install path
icespider-0.8.1
Dan Goodliffe
2022-09-09
*
Smart ptrs in xslt output
icespider-0.8.0
Dan Goodliffe
2022-08-07
*
Enable all cppcheck checks and fixup config
Dan Goodliffe
2022-08-07
*
Use simplified XmlDocumentSerializer interface
Dan Goodliffe
2022-08-07
*
Don't use same name for consts as instances in the base
Dan Goodliffe
2022-08-02
*
constexpr and member initial all/most parameter specification vars where poss...
icespider-0.7.2
Dan Goodliffe
2022-05-17
*
Remove unrequired boost/lexical_cast include
Dan Goodliffe
2022-05-17
*
Always have a non-null fall-back PATH env
Dan Goodliffe
2022-05-17
*
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
*
Remove dependency of AdHocUtil internals
icespider-0.7
Dan Goodliffe
2022-02-15
*
Fix IWYU on generated code
Dan Goodliffe
2022-02-07
*
unique_ptr over ScopeExit
Dan Goodliffe
2022-02-06
*
Install ice to new standard path
Dan Goodliffe
2022-02-06
*
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
[next]