index
:
Project2
main
Project2 application engine.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
project2
/
cgi
/
cgiStagePresent.cpp
Commit message (
Expand
)
Author
Age
*
Massive refactor to remove the appEngine and environment complication and ins...
randomdan
2013-07-05
*
Fix the gch usage quirk with a silly hack and a load of small changes
randomdan
2013-06-21
*
Fix pch header inclusions and missing headers for no-pch building
randomdan
2013-04-04
*
Minor fixes to work with GCC 4.7
randomdan
2013-03-03
*
Use media-type for content type of XSL transformed documents
randomdan
2013-01-04
*
Fix creation of default error XML document style
randomdan
2012-07-22
*
Fixes suggested by cppcheck
randomdan
2012-07-09
*
Write sha1 hashes onto presenter cache files and validate client caches with ...
randomdan
2012-07-04
*
Add support for client side caching and revalidation (HTTP If-Modified-Since,...
randomdan
2012-06-29
*
Check presenter caches are at least as new as their source scripts (bug17)
randomdan
2012-04-25
*
Handy little lazy pointer class for last minute default initialisation
randomdan
2012-04-24
*
Remove lots of specific implementations and replace them with our new generic...
randomdan
2012-03-28
*
Create 404s when row sets optionally don't return rows
randomdan
2012-03-15
*
Strip clutter from CGI stages
randomdan
2012-03-15
*
Adds support for presenter level caching modules and implements a file based ...
randomdan
2012-02-12
*
Fix another memory leak (better methods possibly available, but this will suf...
randomdan
2012-01-06
*
Allowing specification of output encoding
randomdan
2012-01-03
*
Regeneralise some code
randomdan
2012-01-01
*
Pluggable script engines
randomdan
2011-12-14
*
Control what application engine data is added to the output presenter
randomdan
2011-12-01
*
Make ContentPresenter a mix-in
randomdan
2011-11-29
*
Get rid of the multi presenter mess in viewHost and replace it with a single ...
randomdan
2011-11-26
*
Minor shuffle
randomdan
2011-09-02
*
Add more precompiled headers
randomdan
2011-09-01
*
Don't call resolveScript quite so much
randomdan
2011-07-19
*
Allow references to scripts deep in the tree
randomdan
2011-07-18
*
Make *Host parse their XML document on first run of components, fixes sendmai...
randomdan
2011-07-15
*
All new dynamic transformations and processing and tidyup and stuff
randomdan
2011-07-14
*
Allow scripts to propergate messages from parameter checks into the presentat...
randomdan
2011-03-10
*
Allow specifying all sorts of previously hardcoded things, most importantly p...
randomdan
2011-03-09