index
:
Project2
main
Project2 application engine.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
project2
/
cgi
Commit message (
Expand
)
Author
Age
*
Introduce AppInstance for correctly scoping otherwise global things
Dan Goodliffe
2015-06-06
*
Work around the fact that webapp-config [might] tear down and replace in its ...
project2-1.1.2
Dan Goodliffe
2015-05-20
*
Use native for instead BOOST_FOREACH
Dan Goodliffe
2015-01-04
*
Support range requests and seekable streams
randomdan
2014-03-20
*
Add a stream presenter, allows output of any source stream
randomdan
2014-03-15
*
Improvements to popenrw and add popenrwe for the stderr pipe too
randomdan
2014-01-10
*
Explicit instantiations of instance store/map/set to avoid multiple instantia...
randomdan
2014-01-04
*
Tidy up the code for adding a help option
randomdan
2013-12-31
*
Allow instance registration to occur with different key types
randomdan
2013-09-15
*
Take local copies of settings, config reload can screw them over
randomdan
2013-08-19
*
Centralise and improve notfound and exception logging
randomdan
2013-08-19
*
Add logs for non-usercheck exceptions when processing CGI stages
randomdan
2013-08-18
*
Central various bits of the CGI start up process
randomdan
2013-07-10
*
Tidy up around hostname platform lookups
randomdan
2013-07-10
*
Massive refactor to remove the appEngine and environment complication and ins...
randomdan
2013-07-05
*
Move remaining options out of environment
randomdan
2013-06-23
*
Move script resolution out of environment into script reader
randomdan
2013-06-23
*
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
*
Remove the now pointless wrapper around UUIDs
randomdan
2013-05-31
*
Minor tidy up and localise
randomdan
2013-05-28
*
Don't precache variable conversion as it causes some currently inexplicable p...
randomdan
2013-04-13
*
GCC 4.6 workaround for vector of objects with consts
randomdan
2013-04-05
*
Move non p2 specific components into a supporting library, build libmisc into...
randomdan
2013-04-04
*
Rename p2web library to p2cgicommon
randomdan
2013-04-04
*
Fix pch header inclusions and missing headers for no-pch building
randomdan
2013-04-04
*
Split variable and variabletype code into separate files
randomdan
2013-03-29
*
Strip all uri parameter stuff from common, make it cgi only
randomdan
2013-03-28
*
Adds a presenter loader that performs basic HTTP content negotiation
randomdan
2013-03-23
*
Fix route parameter output
randomdan
2013-03-18
*
Fix the case where the routing table wasn't cleared before reload
randomdan
2013-03-16
*
Add a rowset that lists the routes configured in a programable router
randomdan
2013-03-15
*
Plugable CGI request routers
randomdan
2013-03-13
*
Minor fixes to work with GCC 4.7
randomdan
2013-03-03
*
Simple support for redirect on request complete
randomdan
2013-02-21
*
Fix issues with PQ connection errors not being handled correctly
randomdan
2013-01-27
*
Allow reading URL list from a file for bulk testing
randomdan
2013-01-26
*
Add transform code to default error stage
randomdan
2013-01-09
*
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
*
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
*
Bit of a tidy up
randomdan
2012-06-28
*
Fixes picked up by GCC 4.6
randomdan
2012-05-22
*
Move output encoding somewhere cacheable
randomdan
2012-05-14
*
Don't bother setting locale on writing HTTP headers
randomdan
2012-05-11
[next]