index
:
Project2
main
Project2 application engine.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
project2
/
json
Commit message (
Expand
)
Author
Age
*
Remove boost::filesystem in favour of std::filesystem
Dan Goodliffe
2019-02-07
*
C++17 JSON
project2-1.3.1
Dan Goodliffe
2018-05-06
*
C++17 and Ice 3.7
project2-1.3.0
Dan Goodliffe
2018-04-28
*
Export exposed components
project2-1.2.5
Dan Goodliffe
2016-01-25
*
Slash the amount of inclusion in pre-compiled headers
Dan Goodliffe
2015-10-01
*
Use AdHoc plugins for scriptable things and remove legacy plugin support
Dan Goodliffe
2015-09-30
*
Use libadhocutil
project2-1.1.5
Dan Goodliffe
2015-09-02
*
Delete couchSession for being a mess... and using couchdb
Dan Goodliffe
2015-09-02
*
Use native for instead BOOST_FOREACH
Dan Goodliffe
2015-01-04
*
Remove the continue on error options for plugables and add proper handling in...
Dan Goodliffe
2014-11-29
*
Switch to external jsonpp library
randomdan
2014-07-04
*
Support range requests and seekable streams
randomdan
2014-03-20
*
Adds native support for time_duration as a variable type
randomdan
2014-03-03
*
Optimize json objects and output
randomdan
2013-12-19
*
Massive refactor to remove the appEngine and environment complication and ins...
randomdan
2013-07-05
*
Fix the gch usage quirk with a silly hack and a load of small changes
randomdan
2013-06-21
*
Move options into the global scope
randomdan
2013-06-20
*
Remove the now pointless wrapper around UUIDs
randomdan
2013-05-31
*
GCC 4.6 workaround for vector of objects with consts
randomdan
2013-04-05
*
Move non p2 specific components into a supporting library, build libmisc into...
randomdan
2013-04-04
*
Fix pch header inclusions and missing headers for no-pch building
randomdan
2013-04-04
*
Fix creation of default error XML document style
randomdan
2012-07-22
*
Fixes suggested by cppcheck
randomdan
2012-07-09
*
Fix default default value to not always be 'false', there can be no default
randomdan
2012-03-30
*
Remove lots of specific implementations and replace them with our new generic...
randomdan
2012-03-28
*
Add init function to presenter because none default ones get cached between r...
randomdan
2012-03-19
*
Increased control over nesting and output; allows cut down output suitable fo...
randomdan
2012-03-18
*
Finer control over output to presenters, addresses issues with JSON output an...
randomdan
2012-02-17
*
Lazy session ID creation
randomdan
2012-02-13
*
Adds support for presenter level caching modules and implements a file based ...
randomdan
2012-02-12
*
Fix missing email message content
randomdan
2012-01-06
*
Allowing specification of output encoding
randomdan
2012-01-03
*
Regeneralise some code
randomdan
2012-01-01
*
Remove straggling references to XML and configuration from recent changes
randomdan
2011-12-15
*
Pluggable script engines
randomdan
2011-12-14
*
Don't write JSON numbers in scientific notation, use native C++ boolalpha for...
randomdan
2011-12-14
*
Drop Boost::program_options in favour of our own, pluggable system which inte...
randomdan
2011-12-08
*
Send the expiry time to CouchDB when deleting old sessions (it's time seems o...
randomdan
2011-12-02
*
Serialize JSON objects to a stream, removes need to temp string in transform
randomdan
2011-11-29
*
Make ContentPresenter a mix-in
randomdan
2011-11-29
*
Tweak the JS map function used to find expired sessions, even if I can't expl...
randomdan
2011-11-28
*
New memoryCache implementation
randomdan
2011-11-27
*
Don't needlessly write empty sessions
randomdan
2011-11-25
*
Make many things use variables instead of preread values
randomdan
2011-11-02
*
Remove session implementations per container, not point
randomdan
2011-10-19
*
Adds the JSON and CouchDB module
randomdan
2011-10-17