summaryrefslogtreecommitdiff
path: root/project2/cgi/cgiAppEngine.h
Commit message (Expand)AuthorAge
* Central various bits of the CGI start up processrandomdan2013-07-10
* Tidy up around hostname platform lookupsrandomdan2013-07-10
* Massive refactor to remove the appEngine and environment complication and ins...randomdan2013-07-05
* Remove the now pointless wrapper around UUIDsrandomdan2013-05-31
* Minor tidy up and localiserandomdan2013-05-28
* Simple support for redirect on request completerandomdan2013-02-21
* Fixes picked up by GCC 4.6randomdan2012-05-22
* Handy little lazy pointer class for last minute default initialisationrandomdan2012-04-24
* Create 404s when row sets optionally don't return rowsrandomdan2012-03-15
* Strip clutter from CGI stagesrandomdan2012-03-15
* Persist the CGI Environment over many iterations of the app engine, reloading...randomdan2012-02-13
* Adds support for presenter level caching modules and implements a file based ...randomdan2012-02-12
* Fix another memory leak (better methods possibly available, but this will suf...randomdan2012-01-06
* Allowing specification of output encodingrandomdan2012-01-03
* Regeneralise some coderandomdan2012-01-01
* Split check and test functionality... if and check now take tests as children...randomdan2011-12-20
* Remove straggling references to XML and configuration from recent changesrandomdan2011-12-15
* Pluggable script enginesrandomdan2011-12-14
* Drop Boost::program_options in favour of our own, pluggable system which inte...randomdan2011-12-08
* Control what application engine data is added to the output presenterrandomdan2011-12-01
* Groundwork for common presenter layerrandomdan2011-11-28
* More flexible Curl helpers with boost::bindrandomdan2011-09-06
* The big reshufflerandomdan2011-08-31
* Strip out some useless wrappersrandomdan2011-07-29
* Don't call resolveScript quite so muchrandomdan2011-07-19
* All new dynamic transformations and processing and tidyup and stuffrandomdan2011-07-14
* Fix surplus local pointers causing random crashesrandomdan2011-03-10
* Allow specifying all sorts of previously hardcoded things, most importantly p...randomdan2011-03-09
* Split appData and envDatarandomdan2011-03-08
* Add support for local error handlingrandomdan2011-02-28
* Build a common base for loading p2 xml scripts with proper error checkingrandomdan2011-02-25
* Tidy up the class hierarchy and reduce header dependenciesrandomdan2011-02-19
* Tidied up XML loader using boost::multi_indexrandomdan2011-02-15
* Fix silly bug loading readonly RDBMS config entriesrandomdan2011-02-10
* Add concept of runtime configuration, set by HTTP hostname or environment var...randomdan2011-02-04
* Fix Presenter's inheritance of CommonObjectsrandomdan2011-01-25
* Add wrappers and Jam for building with UUIDs from OSSP instead of Boostrandomdan2011-01-21
* Do some renaming and reorganising at lastrandomdan2010-12-18
* All new fangled iterators, views, row engines, exceptions, the list goes onrandomdan2010-12-14
* Whole new low dependency object loaderrandomdan2010-08-24
* Move CGI code into its own folderrandomdan2010-08-07