summaryrefslogtreecommitdiff
path: root/project2/cgi
Commit message (Expand)AuthorAge
* Introduce AppInstance for correctly scoping otherwise global thingsDan Goodliffe2015-06-06
* Work around the fact that webapp-config [might] tear down and replace in its ...project2-1.1.2Dan Goodliffe2015-05-20
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-04
* Support range requests and seekable streamsrandomdan2014-03-20
* Add a stream presenter, allows output of any source streamrandomdan2014-03-15
* Improvements to popenrw and add popenrwe for the stderr pipe toorandomdan2014-01-10
* Explicit instantiations of instance store/map/set to avoid multiple instantia...randomdan2014-01-04
* Tidy up the code for adding a help optionrandomdan2013-12-31
* Allow instance registration to occur with different key typesrandomdan2013-09-15
* Take local copies of settings, config reload can screw them overrandomdan2013-08-19
* Centralise and improve notfound and exception loggingrandomdan2013-08-19
* Add logs for non-usercheck exceptions when processing CGI stagesrandomdan2013-08-18
* 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
* Move remaining options out of environmentrandomdan2013-06-23
* Move script resolution out of environment into script readerrandomdan2013-06-23
* Move logger initialisation and optionSource loading out of environment into t...randomdan2013-06-23
* Fix the gch usage quirk with a silly hack and a load of small changesrandomdan2013-06-21
* Split the plugable stuff into its own files/classesrandomdan2013-06-21
* Move options into the global scoperandomdan2013-06-20
* Remove the now pointless wrapper around UUIDsrandomdan2013-05-31
* Minor tidy up and localiserandomdan2013-05-28
* Don't precache variable conversion as it causes some currently inexplicable p...randomdan2013-04-13
* 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
* Rename p2web library to p2cgicommonrandomdan2013-04-04
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
* Split variable and variabletype code into separate filesrandomdan2013-03-29
* Strip all uri parameter stuff from common, make it cgi onlyrandomdan2013-03-28
* Adds a presenter loader that performs basic HTTP content negotiationrandomdan2013-03-23
* Fix route parameter outputrandomdan2013-03-18
* Fix the case where the routing table wasn't cleared before reloadrandomdan2013-03-16
* Add a rowset that lists the routes configured in a programable routerrandomdan2013-03-15
* Plugable CGI request routersrandomdan2013-03-13
* Minor fixes to work with GCC 4.7randomdan2013-03-03
* Simple support for redirect on request completerandomdan2013-02-21
* Fix issues with PQ connection errors not being handled correctlyrandomdan2013-01-27
* Allow reading URL list from a file for bulk testingrandomdan2013-01-26
* Add transform code to default error stagerandomdan2013-01-09
* Use media-type for content type of XSL transformed documentsrandomdan2013-01-04
* Fix creation of default error XML document stylerandomdan2012-07-22
* Regig output flow in CGI app engine to serve cached content when first create...randomdan2012-07-18
* Fixes suggested by cppcheckrandomdan2012-07-09
* Write sha1 hashes onto presenter cache files and validate client caches with ...randomdan2012-07-04
* Add support for client side caching and revalidation (HTTP If-Modified-Since,...randomdan2012-06-29
* Bit of a tidy uprandomdan2012-06-28
* Fixes picked up by GCC 4.6randomdan2012-05-22
* Move output encoding somewhere cacheablerandomdan2012-05-14
* Don't bother setting locale on writing HTTP headersrandomdan2012-05-11