summaryrefslogtreecommitdiff
path: root/project2/daemon/lib
Commit message (Collapse)AuthorAge
* C++17 and Ice 3.7project2-1.3.0Dan Goodliffe2018-04-28
| | | | | Updates all code to work with C++17 and Ice 3.7 and related updates in used libraries.
* Partially tested global visibility hidden in all projectsDan Goodliffe2016-01-24
|
* 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
* Explicit instantiations of instance store/map/set to avoid multiple ↵randomdan2014-01-04
| | | | instantiatation in different compilation units
* Allow instance registration to occur with different key typesrandomdan2013-09-15
|
* Explicit daemon destruction in orderrandomdan2013-09-07
| | | | Client linking fix
* Add signal handler to p2daemonrandomdan2013-09-07
|
* Basics for p2daemonsrandomdan2013-09-06