summaryrefslogtreecommitdiff
path: root/project2/daemon
Commit message (Collapse)AuthorAge
* 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
|
* Use AdHoc plugins for options sourcesDan Goodliffe2015-09-29
|
* Use AdHoc plugins for daemonsDan Goodliffe2015-09-28
|
* Use libadhocutilproject2-1.1.5Dan Goodliffe2015-09-02
|
* Split daemon run into setup, run, teardown to avoid race conditions waiting ↵Dan Goodliffe2015-07-21
| | | | for run to complete setup steps
* Don't start the daemon components until options have been processed and ↵project2-1.1.4.3Dan Goodliffe2015-06-18
| | | | process has been called
* Ensure an AppInstance exists before processing optionsproject2-1.1.4.2Dan Goodliffe2015-06-17
|
* Introduce AppInstance for correctly scoping otherwise global thingsDan Goodliffe2015-06-06
|
* Remove the continue on error options for plugables and add proper handling ↵Dan Goodliffe2014-11-29
| | | | into implementations where errors can be ignored
* Assert on attempt to load components of the same name into the same instance ↵randomdan2014-11-08
| | | | | | store Unit tests over load/unload libraries
* Add beginnings of UT toolkit and a few tiny UTs over the ice client/compilerrandomdan2014-11-04
|
* Don't create the app engine instance before forkingrandomdan2014-02-08
|
* Explicit instantiations of instance store/map/set to avoid multiple ↵randomdan2014-01-04
| | | | instantiatation in different compilation units
* Tidy up the code for adding a help optionrandomdan2013-12-31
|
* Add support for writing a pidfile, drop user privs and forking into a daemonrandomdan2013-12-31
|
* Improved signal handlerrandomdan2013-12-20
| | | | Basic scheduler that fires periodic component handlers
* Change signal handling to be more helpful and properrandomdan2013-12-08
|
* Allow registration of a standalone componentrandomdan2013-11-30
| | | | | | | Move help display into basics lib Use onConfigLoad to trigger help after all options have been parsed (enables showing help of libraries defined in config files) Create a trivial options target for setting a boolean flag Add help support to p2daemon
* Allow instance registration to occur with different key typesrandomdan2013-09-15
|
* Add a module for preloading libraries, which supersedes that in daemonrandomdan2013-09-13
|
* Explicit daemon destruction in orderrandomdan2013-09-07
| | | | Client linking fix
* Add signal handler to p2daemonrandomdan2013-09-07
|
* Basics for p2daemonsrandomdan2013-09-06