index
:
Project2
main
Project2 application engine.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
project2
/
files
Commit message (
Expand
)
Author
Age
*
Only attempt to clear caches if the directory exists
Dan Goodliffe
2014-11-30
*
Remove the continue on error options for plugables and add proper handling in...
Dan Goodliffe
2014-11-29
*
Support content type on a file stream
randomdan
2014-04-11
*
Explicit instantiations of instance store/map/set to avoid multiple instantia...
randomdan
2014-01-04
*
Support for options registering new options sources
randomdan
2013-11-30
*
Allow specification of log file access mode
randomdan
2013-11-30
*
GCC 4.8 compat fixes
randomdan
2013-10-08
*
Allow instance registration to occur with different key types
randomdan
2013-09-15
*
Massive refactor to remove the appEngine and environment complication and ins...
randomdan
2013-07-05
*
Move logger initialisation and optionSource loading out of environment into t...
randomdan
2013-06-23
*
Fix the gch usage quirk with a silly hack and a load of small changes
randomdan
2013-06-21
*
Split the plugable stuff into its own files/classes
randomdan
2013-06-21
*
Move options into the global scope
randomdan
2013-06-20
*
Move non p2 specific components into a supporting library, build libmisc into...
randomdan
2013-04-04
*
Fix pch header inclusions and missing headers for no-pch building
randomdan
2013-04-04
*
Strip all uri parameter stuff from common, make it cgi only
randomdan
2013-03-28
*
Move pwd out of common into files
randomdan
2013-03-28
*
Regig output flow in CGI app engine to serve cached content when first create...
randomdan
2012-07-18
*
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
*
Fix vector allocation bug in file based presenter cache
randomdan
2012-05-11
*
Process parameters each time to avoid serving up the same content everytime
randomdan
2012-05-04
*
Check presenter caches are at least as new as their source scripts (bug17)
randomdan
2012-04-25
*
Unlinking cache file invalidates cache (bug18)
randomdan
2012-04-25
*
Include content length when serving static content
randomdan
2012-04-24
*
Add support for using boost::format for log messages
randomdan
2012-04-24
*
Plugable loggers
randomdan
2012-04-21
*
View to stream... and stream to file
randomdan
2012-04-03
*
Remove lots of specific implementations and replace them with our new generic...
randomdan
2012-03-28
*
Switch to the new stream style of things
randomdan
2012-03-20
*
Improved script component caching, performance tweaks and related fixes for p...
randomdan
2012-02-15
*
Persist the CGI Environment over many iterations of the app engine, reloading...
randomdan
2012-02-13
*
Adds support for presenter level caching modules and implements a file based ...
randomdan
2012-02-12
*
Don't implicitally follow symlinks
randomdan
2012-01-09
*
Fix cut point in fsRows since fixes to fsRoot were made
randomdan
2011-12-23
*
Pluggable file system row filters
randomdan
2011-12-20
*
Remove straggling references to XML and configuration from recent changes
randomdan
2011-12-15
*
Don't override Glib IOChannel interfaces in procrows, that's deprecated. Inst...
randomdan
2011-12-15
*
Pluggable script engines
randomdan
2011-12-14
*
Drop Boost::program_options in favour of our own, pluggable system which inte...
randomdan
2011-12-08
*
Remove the need to implement loadComplete which is empty in most cases
randomdan
2011-11-25
*
The big reshuffle
randomdan
2011-08-31