Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | Move remaining options out of environment | randomdan | 2013-06-23 |
| | |||
* | Move script resolution out of environment into script reader | randomdan | 2013-06-23 |
| | |||
* | 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 |
| | |||
* | Fix creation of default error XML document style | randomdan | 2012-07-22 |
| | | | | | Fix hack used in script tidy up by not creating a mess in the first place (pass default or scripted to objects on creation) Fix bug where a cached script that failed on first run would succeed wrongly on subsequent runs due to excessive tidy up (above) | ||
* | Initialise flags properly and only use script when there is one | randomdan | 2012-01-07 |
| | |||
* | Fix another memory leak (better methods possibly available, but this will ↵ | randomdan | 2012-01-06 |
| | | | | suffice for now) | ||
* | Address memory leaks that have snook in over time | randomdan | 2012-01-04 |
| | |||
* | Regeneralise some code | randomdan | 2012-01-01 |
| | | | | | Fully customisable output chain Minor supporting tweaks here and there | ||
* | Remove straggling references to XML and configuration from recent changes | randomdan | 2011-12-15 |
| | |||
* | Pluggable script engines | randomdan | 2011-12-14 |
| | | | | | | XML script parser moved to XML module Script parsing object multiple instantiation bug fix Scripts changed to match new standardized format and layout | ||
* | Allow specifying different loader classes when setting up script parsers ↵ | randomdan | 2011-11-29 |
| | | | | (allows defining presenter modules from within a script) | ||
* | New memoryCache implementation | randomdan | 2011-11-27 |
| | | | | New mapFind helper function | ||
* | More flexible Curl helpers with boost::bind | randomdan | 2011-09-06 |
| | | | | | | Remove lots of duplicate code with safeMapFind Rework the session code into something slightly more sensible Add a doobry for forcing a CGI error | ||
* | Add precompiled headers to common | randomdan | 2011-09-01 |
| | |||
* | The big reshuffle | randomdan | 2011-08-31 |