summaryrefslogtreecommitdiffstats
path: root/src/lib/hooks/library_manager_collection.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#3237] release changesWlodek Wencel2024-01-291-1/+1
|
* [#3119] use range based for loop or BOOST_FOREACHRazvan Becheriu2024-01-221-5/+5
|
* [#2809] release changesKea-2.3.6Marcin Godzina2023-03-241-1/+1
|
* [#2799] call setMode only on config-setRazvan Becheriu2023-03-241-5/+5
|
* [#1282] Addressed commentsFrancis Dupont2020-06-291-1/+1
|
* [#1282] Checkpoint: hooks library done - correct use to doFrancis Dupont2020-06-271-5/+17
|
* [#1127] addressed reviewRazvan Becheriu2020-05-151-6/+1
|
* [#1127] addressed reviewRazvan Becheriu2020-05-151-3/+1
|
* [#1127] removed shared callout managerRazvan Becheriu2020-05-151-3/+0
|
* [#1127] addressed reviewRazvan Becheriu2020-05-151-4/+4
|
* [#1127] never update lm_collection_ outside init functionsRazvan Becheriu2020-05-151-5/+5
|
* [#1128] 1.7.4 pre prelease changesWlodek Wencel2020-02-251-1/+1
|
* [#957] refactored hooks manager classes to be unsed in multi-threadingRazvan Becheriu2020-02-071-1/+1
|
* Merge branch 'isc-master' into config-hAndrei Pavel2017-08-171-11/+29
|\
| * [5095] spellingFrancis Dupont2017-02-091-1/+1
| |
| * [5095] Updated loadLibraries commentFrancis Dupont2017-01-241-11/+20
| |
| * [5095] Moved the shared callout manager to HooksManager singleton instanceFrancis Dupont2017-01-111-2/+3
| |
| * [5095] spellingFrancis Dupont2017-01-011-1/+1
| |
| * [5095] Second attempt with a shared callout managerFrancis Dupont2016-12-311-1/+9
| |
* | Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
|/
* [4297] storage for library parameters implemented.Tomek Mrugalski2016-03-091-1/+11
|
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
|
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
|
* [3833] some signed for loop variables aka #3833Francis Dupont2015-05-121-2/+2
|
* [3054] Changes as a result of reviewStephen Morris2013-07-191-6/+3
| | | | | | The main change is that the list of libraries failing validation is returned as a vector of strings instead of as a single comma-separated string.
* [3054] Added a "validate libraries" functionStephen Morris2013-07-151-13/+31
| | | | | | | When the BIND 10 configuration is changed, any changes to the hooks libraries need to be validated. The validation includes checking that the libraries exist, that the "version()" function is present, and that it returns the correct value.
* [2980] Added missing LibraryManagerCollection files to the repositoryStephen Morris2013-06-241-0/+114