summaryrefslogtreecommitdiff
path: root/project2/json
Commit message (Expand)AuthorAge
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-07
* C++17 JSONproject2-1.3.1Dan Goodliffe2018-05-06
* C++17 and Ice 3.7project2-1.3.0Dan Goodliffe2018-04-28
* Export exposed componentsproject2-1.2.5Dan Goodliffe2016-01-25
* Slash the amount of inclusion in pre-compiled headersDan Goodliffe2015-10-01
* Use AdHoc plugins for scriptable things and remove legacy plugin supportDan Goodliffe2015-09-30
* Use libadhocutilproject2-1.1.5Dan Goodliffe2015-09-02
* Delete couchSession for being a mess... and using couchdbDan Goodliffe2015-09-02
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-04
* Remove the continue on error options for plugables and add proper handling in...Dan Goodliffe2014-11-29
* Switch to external jsonpp libraryrandomdan2014-07-04
* Support range requests and seekable streamsrandomdan2014-03-20
* Adds native support for time_duration as a variable typerandomdan2014-03-03
* Optimize json objects and outputrandomdan2013-12-19
* Massive refactor to remove the appEngine and environment complication and ins...randomdan2013-07-05
* Fix the gch usage quirk with a silly hack and a load of small changesrandomdan2013-06-21
* Move options into the global scoperandomdan2013-06-20
* Remove the now pointless wrapper around UUIDsrandomdan2013-05-31
* GCC 4.6 workaround for vector of objects with constsrandomdan2013-04-05
* Move non p2 specific components into a supporting library, build libmisc into...randomdan2013-04-04
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
* Fix creation of default error XML document stylerandomdan2012-07-22
* Fixes suggested by cppcheckrandomdan2012-07-09
* Fix default default value to not always be 'false', there can be no defaultrandomdan2012-03-30
* Remove lots of specific implementations and replace them with our new generic...randomdan2012-03-28
* Add init function to presenter because none default ones get cached between r...randomdan2012-03-19
* Increased control over nesting and output; allows cut down output suitable fo...randomdan2012-03-18
* Finer control over output to presenters, addresses issues with JSON output an...randomdan2012-02-17
* Lazy session ID creationrandomdan2012-02-13
* Adds support for presenter level caching modules and implements a file based ...randomdan2012-02-12
* Fix missing email message contentrandomdan2012-01-06
* Allowing specification of output encodingrandomdan2012-01-03
* Regeneralise some coderandomdan2012-01-01
* Remove straggling references to XML and configuration from recent changesrandomdan2011-12-15
* Pluggable script enginesrandomdan2011-12-14
* Don't write JSON numbers in scientific notation, use native C++ boolalpha for...randomdan2011-12-14
* Drop Boost::program_options in favour of our own, pluggable system which inte...randomdan2011-12-08
* Send the expiry time to CouchDB when deleting old sessions (it's time seems o...randomdan2011-12-02
* Serialize JSON objects to a stream, removes need to temp string in transformrandomdan2011-11-29
* Make ContentPresenter a mix-inrandomdan2011-11-29
* Tweak the JS map function used to find expired sessions, even if I can't expl...randomdan2011-11-28
* New memoryCache implementationrandomdan2011-11-27
* Don't needlessly write empty sessionsrandomdan2011-11-25
* Make many things use variables instead of preread valuesrandomdan2011-11-02
* Remove session implementations per container, not pointrandomdan2011-10-19
* Adds the JSON and CouchDB modulerandomdan2011-10-17