summaryrefslogtreecommitdiff
path: root/project2/cgi
Commit message (Expand)AuthorAge
...
* 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
* Fix issue with not creating unique session IDsrandomdan2011-10-05
* More flexible Curl helpers with boost::bindrandomdan2011-09-06
* Minor shufflerandomdan2011-09-02
* Add more precompiled headersrandomdan2011-09-01
* The big reshufflerandomdan2011-08-31
* Add missing resolveScript call in custom check handlingrandomdan2011-07-31
* Allow all plugable components to have settings injected into themrandomdan2011-07-31
* Strip out some useless wrappersrandomdan2011-07-29
* Half decent error handling in scripts with project2:handler[try/catch/finally]randomdan2011-07-28
* Fix compilation against old Boostrandomdan2011-07-20
* Push defined columns stuff into its own class, used from streamRowsrandomdan2011-07-19
* Add missing change to external resolveScriptrandomdan2011-07-19
* Don't call resolveScript quite so muchrandomdan2011-07-19