Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove boost::filesystem in favour of std::filesystem | Dan Goodliffe | 2019-02-07 |
| | |||
* | Merge Plugable and ComponentLoader into new LifeCycle class | Dan Goodliffe | 2015-10-01 |
| | |||
* | Use AdHoc plugins for scriptable things and remove legacy plugin support | Dan Goodliffe | 2015-09-30 |
| | |||
* | Work around the fact that webapp-config [might] tear down and replace in its ↵project2-1.1.2 | Dan Goodliffe | 2015-05-20 |
| | | | | entirely the document root, leaving existing fcgi apps homeless | ||
* | Central various bits of the CGI start up process | randomdan | 2013-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 lookups | randomdan | 2013-07-10 |
| | |||
* | Massive refactor to remove the appEngine and environment complication and ↵ | randomdan | 2013-07-05 |
| | | | | instead have an execution context that's passed around from the original call site | ||
* | Split the plugable stuff into its own files/classes | randomdan | 2013-06-21 |
| | |||
* | Don't precache variable conversion as it causes some currently inexplicable ↵ | randomdan | 2013-04-13 |
| | | | | | | problem with sessions Call FCGI finish to flush output to the client before calling post and iteration tasks | ||
* | Bit of a tidy up | randomdan | 2012-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, ↵ | randomdan | 2012-02-13 |
| | | | | reloading the configuration only when needed | ||
* | Remove straggling references to XML and configuration from recent changes | randomdan | 2011-12-15 |
| | |||
* | Add component events for process begin and before request | randomdan | 2011-12-02 |
| | | | | Store XML sessions in a single folder, one file per session, not one big file | ||
* | The big reshuffle | randomdan | 2011-08-31 |
| | |||
* | Allow all plugable components to have settings injected into them | randomdan | 2011-07-31 |
| | | | | Add settings to SendMailTask and SessionXML | ||
* | Allow specifying all sorts of previously hardcoded things, most importantly ↵ | randomdan | 2011-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 entries | randomdan | 2011-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 ↵ | randomdan | 2010-12-22 |
now identical shared core implementation |