summaryrefslogtreecommitdiff
path: root/src/lib/process/testutils
AgeCommit message (Collapse)Author
2018-09-07[#25,!14] libprocess no longer depends on libdhcpsrvTomek Mrugalski
- DCfgContextBase is now derived from ConfigBase - Calls to CfgMgr related to loggers are replaced by Deamon calls
2018-01-30Merge branch 'master' into HEADRazvan Becheriu
2017-12-15[5389] References to spec_config.h removed.Tomek Mrugalski
2017-08-17Merge branch 'isc-master' into minor-changesAndrei Pavel
2017-07-23spelling: initiatedJosh Soref
2017-07-23spelling: additionalJosh Soref
2017-04-07[5211] libkea-process is no longer dependent on cryptolinkThomas Markwalder
DControllerBase was modified to support a means for derivations to contribute additional information to extended version info returned by DControllerBase::getVersion(true). This removes the need to link process lib with libraries it does not need. src/bin/d2/d2_controller.h src/bin/d2/d2_controller.cc D2Controller::getVersionAddendum() - new method which reports D2 dependencies (currently only cryptolink) src/lib/process/Makefile.am Removed temporary link to cryptolink src/lib/process/d_controller.h src/lib/process/d_controller.cc DControllerBase::getVersionAddendum() - new virtual method so derivations can contribute to extended version information DControllerBase::getVersion(bool extended) - modified to call getVersionAddendum(), removed explict calls for crypto and RDBMs versions Added unit test support
2017-03-17[5150a] RebasedFrancis Dupont
2017-03-17[102b] rebasedFrancis Dupont
2017-03-13[5152] Introduced checkConfig()Francis Dupont
2017-03-11[5152] Done (at the exception of unit tests)Francis Dupont
2017-03-08[5114] Minor correctionsTomek Mrugalski
- spelling errors - overly wrapped text unwrapped - obsolete @todo removed
2017-03-07[fdunparse2] Some fixes, did D2, began CAFrancis Dupont
2017-03-02[master] Merge branch 'trac5134_rebase'Tomek Mrugalski
# Conflicts: # src/bin/agent/Makefile.am # src/bin/agent/ca_cfg_mgr.cc # src/bin/agent/tests/.gitignore # src/bin/agent/tests/Makefile.am # src/bin/agent/tests/ca_cfg_mgr_unittests.cc # src/lib/process/tests/d_cfg_mgr_unittests.cc
2017-03-02[5134_rebase] Changes after review:Tomek Mrugalski
- stub implementation for parse added - unit-test for simpleParseConfig added - isc::hooks namespace added
2017-02-27[5134] Fixed some typos, commentaries and copyright dates.Marcin Siodelski
2017-02-22[5110_fix] re-applying patch made on trac5110Tomek Mrugalski
2017-02-17[5134] Configuration parsing implemented in CATomek Mrugalski
2017-01-11Added mysql_execute_scriptAndrei Pavel
Doxygen documentation other minor changes
2016-12-14Corrected typosAndrei Pavel
2016-12-01[5074] Files in libkea-process moved to isc::process namespace.Marcin Siodelski
2016-12-01[5074] Rename d2_logger to dctl_logger in libkea-process.Marcin Siodelski
2016-12-01[5074] Created libkea-process library.Marcin Siodelski