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
/
compile
Commit message (
Expand
)
Author
Age
*
Cut 1 string_view
Dan Goodliffe
2019-01-14
*
C++17 and Ice 3.7
icespider-0.4
Dan Goodliffe
2018-04-15
*
Serializers should be members to avoid memory leak
icespider-0.2.1
Dan Goodliffe
2017-03-16
*
Fix case where operation returns void but has declared exception list (return...
Dan Goodliffe
2017-01-30
*
Make mutator into a collection (mutators)
Dan Goodliffe
2016-12-11
*
Pass the request into the mutator function
Dan Goodliffe
2016-10-28
*
Add option for allowing ice prefix
Dan Goodliffe
2016-10-27
*
Support setting a mutator function to operate on response model before return...
Dan Goodliffe
2016-10-27
*
Create response model as a local var that we can operate on if desired
Dan Goodliffe
2016-10-27
*
Add basic support for base classes for routes
Dan Goodliffe
2016-10-25
*
Move includes into header
Dan Goodliffe
2016-10-24
*
Refactor route processor into smaller functions
Dan Goodliffe
2016-10-24
*
Start writing some bits to a .h file
Dan Goodliffe
2016-10-24
*
Increased flexibility for reading post body content and support for deseriali...
Dan Goodliffe
2016-10-07
*
Build slicer bits for http into common
Dan Goodliffe
2016-10-05
*
Rename output file
Dan Goodliffe
2016-10-04
*
Routes and output serializers as compact json object maps
Dan Goodliffe
2016-09-25
*
Parameters should be a map, not a list
Dan Goodliffe
2016-09-17
*
Fix up lots of test coverage
Dan Goodliffe
2016-09-17
*
If a mashup member isn't a defined operation, assume it is a local variable f...
Dan Goodliffe
2016-09-11
*
Fix defaults in mash up
Dan Goodliffe
2016-09-11
*
No need to proxy getProxy through route handler now we have a core instance
Dan Goodliffe
2016-09-02
*
Initialize proxies once on start up
Dan Goodliffe
2016-09-02
*
Pass current Core instance to route handlers
Dan Goodliffe
2016-09-01
*
Use Slicer enum helper for writing enumerated values
Dan Goodliffe
2016-08-31
*
Register route handler factories, not route handlers so we can construct them...
Dan Goodliffe
2016-08-30
*
Add support for mash up routes that call multiple services
Dan Goodliffe
2016-08-29
*
Find operation by name, not route
Dan Goodliffe
2016-08-28
*
Add support for custom output serializers
Dan Goodliffe
2016-08-21
*
Allow inclusion of user headers
Dan Goodliffe
2016-08-21
*
Add basic content negotiation
Dan Goodliffe
2016-08-16
*
Tidy up
Dan Goodliffe
2016-06-26
*
URL parameters by index internally, not key
Dan Goodliffe
2016-06-26
*
Default parameter expressions
Dan Goodliffe
2016-06-25
*
Add missing CR
Dan Goodliffe
2016-06-23
*
Use operation definition to pass parameters, ensures correct order
Dan Goodliffe
2016-06-23
*
Add missing include flags for icespider actions
Dan Goodliffe
2016-06-23
*
Add a status line to the output, including a 404 handler
Dan Goodliffe
2016-06-23
*
Parameters can be optional
Dan Goodliffe
2016-06-20
*
Pass search path to slice parser
Dan Goodliffe
2016-06-19
*
Add and test a request router
Dan Goodliffe
2016-06-19
*
Constify route parameter names
Dan Goodliffe
2016-06-19
*
Pass operation response back to the request
Dan Goodliffe
2016-06-19
*
Add start of test app using an as real world built route file
Dan Goodliffe
2016-06-19
*
Working icespider compiler command line app
Dan Goodliffe
2016-06-19
*
Initial commit of IceSpider, implements basic route compiler
Dan Goodliffe
2016-06-18