Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#3237] release changes | Wlodek Wencel | 2024-01-29 | 1 | -1/+1 |
| | |||||
* | [#3119] use range based for loop or BOOST_FOREACH | Razvan Becheriu | 2024-01-22 | 1 | -5/+5 |
| | |||||
* | [#2809] release changesKea-2.3.6 | Marcin Godzina | 2023-03-24 | 1 | -1/+1 |
| | |||||
* | [#2799] call setMode only on config-set | Razvan Becheriu | 2023-03-24 | 1 | -5/+5 |
| | |||||
* | [#1282] Addressed comments | Francis Dupont | 2020-06-29 | 1 | -1/+1 |
| | |||||
* | [#1282] Checkpoint: hooks library done - correct use to do | Francis Dupont | 2020-06-27 | 1 | -5/+17 |
| | |||||
* | [#1127] addressed review | Razvan Becheriu | 2020-05-15 | 1 | -6/+1 |
| | |||||
* | [#1127] addressed review | Razvan Becheriu | 2020-05-15 | 1 | -3/+1 |
| | |||||
* | [#1127] removed shared callout manager | Razvan Becheriu | 2020-05-15 | 1 | -3/+0 |
| | |||||
* | [#1127] addressed review | Razvan Becheriu | 2020-05-15 | 1 | -4/+4 |
| | |||||
* | [#1127] never update lm_collection_ outside init functions | Razvan Becheriu | 2020-05-15 | 1 | -5/+5 |
| | |||||
* | [#1128] 1.7.4 pre prelease changes | Wlodek Wencel | 2020-02-25 | 1 | -1/+1 |
| | |||||
* | [#957] refactored hooks manager classes to be unsed in multi-threading | Razvan Becheriu | 2020-02-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'isc-master' into config-h | Andrei Pavel | 2017-08-17 | 1 | -11/+29 |
|\ | |||||
| * | [5095] spelling | Francis Dupont | 2017-02-09 | 1 | -1/+1 |
| | | |||||
| * | [5095] Updated loadLibraries comment | Francis Dupont | 2017-01-24 | 1 | -11/+20 |
| | | |||||
| * | [5095] Moved the shared callout manager to HooksManager singleton instance | Francis Dupont | 2017-01-11 | 1 | -2/+3 |
| | | |||||
| * | [5095] spelling | Francis Dupont | 2017-01-01 | 1 | -1/+1 |
| | | |||||
| * | [5095] Second attempt with a shared callout manager | Francis Dupont | 2016-12-31 | 1 | -1/+9 |
| | | |||||
* | | Added #include <config.h> to all .cc files. | Andrei Pavel | 2016-12-14 | 1 | -0/+2 |
|/ | |||||
* | [4297] storage for library parameters implemented. | Tomek Mrugalski | 2016-03-09 | 1 | -1/+11 |
| | |||||
* | [4236] Updated copyright dates in all files. | Marcin Siodelski | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | [4236] Replaced license text in all files containing it. | Marcin Siodelski | 2015-12-16 | 1 | -11/+3 |
| | |||||
* | [3833] some signed for loop variables aka #3833 | Francis Dupont | 2015-05-12 | 1 | -2/+2 |
| | |||||
* | [3054] Changes as a result of review | Stephen Morris | 2013-07-19 | 1 | -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" function | Stephen Morris | 2013-07-15 | 1 | -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 repository | Stephen Morris | 2013-06-24 | 1 | -0/+114 |