summaryrefslogtreecommitdiff
path: root/project2/cgi
Commit message (Expand)AuthorAge
...
* 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
* Fixed memory leak in HtmlDocument (free doc)randomdan2012-04-27
* Check presenter caches are at least as new as their source scripts (bug17)randomdan2012-04-25
* Handy little lazy pointer class for last minute default initialisationrandomdan2012-04-24
* Include content length when serving static contentrandomdan2012-04-24
* 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
* Create 404s when row sets optionally don't return rowsrandomdan2012-03-15
* Strip clutter from CGI stagesrandomdan2012-03-15
* Finer control over output to presenters, addresses issues with JSON output an...randomdan2012-02-17
* 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
* Lazy session ID creationrandomdan2012-02-13
* Adds support for presenter level caching modules and implements a file based ...randomdan2012-02-12
* Add some configurability to the Html2Text transformrandomdan2012-01-09
* Fix another memory leak (better methods possibly available, but this will suf...randomdan2012-01-06
* Address memory leaks that have snook in over timerandomdan2012-01-04
* Allowing specification of output encodingrandomdan2012-01-03
* Regeneralise some coderandomdan2012-01-01
* Add type safety to XML documentsrandomdan2011-12-27
* Store options set namerandomdan2011-12-20
* Split check and test functionality... if and check now take tests as children...randomdan2011-12-20
* Improvements to the handling of command line argumentsrandomdan2011-12-16
* 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
* Add component events for process begin and before requestrandomdan2011-12-02
* Add some sensible defaults and actually use themrandomdan2011-12-01
* Allow specifying default CGI output options in the config filerandomdan2011-12-01
* Control what application engine data is added to the output presenterrandomdan2011-12-01
* Make ContentPresenter a mix-inrandomdan2011-11-29
* Groundwork for common presenter layerrandomdan2011-11-28
* Get rid of the multi presenter mess in viewHost and replace it with a single ...randomdan2011-11-26
* Don't needlessly write empty sessionsrandomdan2011-11-25
* Remove the need to implement loadComplete which is empty in most casesrandomdan2011-11-25
* Make many things use variables instead of preread valuesrandomdan2011-11-02
* Remove session implementations per container, not pointrandomdan2011-10-19
* The session ID is an attribute of it, not a member of itrandomdan2011-10-10