summaryrefslogtreecommitdiff
path: root/project2/cgi/p2webFCgi.cpp
Commit message (Collapse)AuthorAge
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-07
|
* Merge Plugable and ComponentLoader into new LifeCycle classDan Goodliffe2015-10-01
|
* Use AdHoc plugins for scriptable things and remove legacy plugin supportDan Goodliffe2015-09-30
|
* Work around the fact that webapp-config [might] tear down and replace in its ↵project2-1.1.2Dan Goodliffe2015-05-20
| | | | entirely the document root, leaving existing fcgi apps homeless
* Central various bits of the CGI start up processrandomdan2013-07-10
| | | | | Move the command line arguments option source into a new cli library Extend testCgi with newly available features
* Tidy up around hostname platform lookupsrandomdan2013-07-10
|
* Massive refactor to remove the appEngine and environment complication and ↵randomdan2013-07-05
| | | | instead have an execution context that's passed around from the original call site
* Split the plugable stuff into its own files/classesrandomdan2013-06-21
|
* Don't precache variable conversion as it causes some currently inexplicable ↵randomdan2013-04-13
| | | | | | problem with sessions Call FCGI finish to flush output to the client before calling post and iteration tasks
* Bit of a tidy uprandomdan2012-06-28
| | | | Add a class interface for getting access to any environment variable not provided by Cgicc
* Persist the CGI Environment over many iterations of the app engine, ↵randomdan2012-02-13
| | | | reloading the configuration only when needed
* Remove straggling references to XML and configuration from recent changesrandomdan2011-12-15
|
* Add component events for process begin and before requestrandomdan2011-12-02
| | | | Store XML sessions in a single folder, one file per session, not one big file
* The big reshufflerandomdan2011-08-31
|
* Allow all plugable components to have settings injected into themrandomdan2011-07-31
| | | | Add settings to SendMailTask and SessionXML
* Allow specifying all sorts of previously hardcoded things, most importantly ↵randomdan2011-03-09
| | | | | | | paths Rework the CGI stage structure to support custom presentations in the event of errors Changes to the Jamfile to ensure each component is complete in itself
* Fix silly bug loading readonly RDBMS config entriesrandomdan2011-02-10
| | | | | | | Add centralised logging system Add code for runtime configuration Add support for configuring logging Move all existing logging to new logging system
* Split the plain CGI and the FastCGI variants into separate programs with a ↵randomdan2010-12-22
now identical shared core implementation