summaryrefslogtreecommitdiff
path: root/project2/files
Commit message (Collapse)AuthorAge
* Export exposed componentsproject2-1.2.5Dan Goodliffe2016-01-25
|
* Partially tested global visibility hidden in all projectsDan Goodliffe2016-01-24
|
* Make source object a virtual base of row setDan Goodliffe2015-11-23
|
* Fix loading dynamically added option sourcesDan Goodliffe2015-10-23
|
* Remove legacy definedDirs.h in favour of adhocutils'Dan Goodliffe2015-10-13
|
* Big tidy up of loggers and logger factoriesDan Goodliffe2015-10-01
|
* Rename some of the things badly named LoaderDan Goodliffe2015-10-01
|
* Merge Plugable and ComponentLoader into new LifeCycle classDan Goodliffe2015-10-01
|
* Slash the amount of inclusion in pre-compiled headersDan Goodliffe2015-10-01
|
* Use AdHoc plugins for scriptable things and remove legacy plugin supportDan Goodliffe2015-09-30
|
* Remove NoOutputExecute for not being a thingDan Goodliffe2015-09-29
|
* Use AdHoc plugins for options sourcesDan Goodliffe2015-09-29
|
* Use AdHoc plugins for variable implementationsDan Goodliffe2015-09-26
|
* Use libadhocutilproject2-1.1.5Dan Goodliffe2015-09-02
|
* Explicit conversion for boost-1.57 compatproject2-1.1.4.4Dan Goodliffe2015-07-28
|
* Move row values stack in ExecContextDan Goodliffe2015-06-06
| | | | Introduce TestAppInstane to provide an AppInstance and ExecContext during UT runs
* Add some experience to the flex, prefixesDan Goodliffe2015-05-31
|
* Parse .p2 config files with flexDan Goodliffe2015-05-29
|
* Initialize the gcrypt library on start upDan Goodliffe2015-05-27
|
* A single ycm config that gets its args from b2Dan Goodliffe2015-01-04
|
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-03
|
* Correctly resolve file options path to an absolute pathDan Goodliffe2014-12-11
|
* Use time based logic controlled from OptionsSource to determine if ↵Dan Goodliffe2014-12-11
| | | | configurations need reloading and if loading was successful
* Only attempt to clear caches if the directory existsDan Goodliffe2014-11-30
|
* Remove the continue on error options for plugables and add proper handling ↵Dan Goodliffe2014-11-29
| | | | into implementations where errors can be ignored
* Support content type on a file streamrandomdan2014-04-11
|
* Explicit instantiations of instance store/map/set to avoid multiple ↵randomdan2014-01-04
| | | | instantiatation in different compilation units
* Support for options registering new options sourcesrandomdan2013-11-30
|
* Allow specification of log file access moderandomdan2013-11-30
|
* GCC 4.8 compat fixesrandomdan2013-10-08
|
* Allow instance registration to occur with different key typesrandomdan2013-09-15
|
* 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
* Move logger initialisation and optionSource loading out of environment into ↵randomdan2013-06-23
| | | | their respective components
* Fix the gch usage quirk with a silly hack and a load of small changesrandomdan2013-06-21
|
* Split the plugable stuff into its own files/classesrandomdan2013-06-21
|
* Move options into the global scoperandomdan2013-06-20
|
* Move non p2 specific components into a supporting library, build libmisc ↵randomdan2013-04-04
| | | | into this too
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
|
* Strip all uri parameter stuff from common, make it cgi onlyrandomdan2013-03-28
| | | | | Add component to get a unique cgi request ID Change file presenter cache to use a configurable component to determine its ID
* Move pwd out of common into filesrandomdan2013-03-28
|
* Regig output flow in CGI app engine to serve cached content when first ↵randomdan2012-07-18
| | | | | | created, addresses bug23 Minor tweak to file presenter cache to allow reopening of just generated content
* Fixes suggested by cppcheckrandomdan2012-07-09
|
* Write sha1 hashes onto presenter cache files and validate client caches with ↵randomdan2012-07-04
| | | | them via etag
* Add support for client side caching and revalidation (HTTP ↵randomdan2012-06-29
| | | | If-Modified-Since, must-revalidate and 304 Not Modified)
* Fix vector allocation bug in file based presenter cacherandomdan2012-05-11
|
* Process parameters each time to avoid serving up the same content everytimerandomdan2012-05-04
| | | | | Close cache handles on idle and config load Bugs 21 and 21
* Check presenter caches are at least as new as their source scripts (bug17)randomdan2012-04-25
|
* Unlinking cache file invalidates cache (bug18)randomdan2012-04-25
| | | | | Fix possible race condition truncating cache file on update Correct config section name
* Include content length when serving static contentrandomdan2012-04-24
|
* Add support for using boost::format for log messagesrandomdan2012-04-24
| | | | Fix initialisation of console logger