summaryrefslogtreecommitdiff
path: root/project2/files
Commit message (Expand)AuthorAge
* Only attempt to clear caches if the directory existsDan Goodliffe2014-11-30
* Remove the continue on error options for plugables and add proper handling in...Dan Goodliffe2014-11-29
* Support content type on a file streamrandomdan2014-04-11
* Explicit instantiations of instance store/map/set to avoid multiple instantia...randomdan2014-01-04
* Support for options registering new options sourcesrandomdan2013-11-30
* Allow specification of log file access moderandomdan2013-11-30
* GCC 4.8 compat fixesrandomdan2013-10-08
* Allow instance registration to occur with different key typesrandomdan2013-09-15
* Massive refactor to remove the appEngine and environment complication and ins...randomdan2013-07-05
* 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
* 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
* Strip all uri parameter stuff from common, make it cgi onlyrandomdan2013-03-28
* Move pwd out of common into filesrandomdan2013-03-28
* 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
* Fix vector allocation bug in file based presenter cacherandomdan2012-05-11
* Process parameters each time to avoid serving up the same content everytimerandomdan2012-05-04
* Check presenter caches are at least as new as their source scripts (bug17)randomdan2012-04-25
* Unlinking cache file invalidates cache (bug18)randomdan2012-04-25
* Include content length when serving static contentrandomdan2012-04-24
* Add support for using boost::format for log messagesrandomdan2012-04-24
* Plugable loggersrandomdan2012-04-21
* View to stream... and stream to filerandomdan2012-04-03
* Remove lots of specific implementations and replace them with our new generic...randomdan2012-03-28
* Switch to the new stream style of thingsrandomdan2012-03-20
* Improved script component caching, performance tweaks and related fixes for p...randomdan2012-02-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
* Don't implicitally follow symlinksrandomdan2012-01-09
* Fix cut point in fsRows since fixes to fsRoot were maderandomdan2011-12-23
* Pluggable file system row filtersrandomdan2011-12-20
* Remove straggling references to XML and configuration from recent changesrandomdan2011-12-15
* Don't override Glib IOChannel interfaces in procrows, that's deprecated. Inst...randomdan2011-12-15
* Pluggable script enginesrandomdan2011-12-14
* Drop Boost::program_options in favour of our own, pluggable system which inte...randomdan2011-12-08
* Remove the need to implement loadComplete which is empty in most casesrandomdan2011-11-25
* The big reshufflerandomdan2011-08-31