summaryrefslogtreecommitdiffstats
path: root/src/lib/hooks/hooks_manager.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#1602] remove duplicate includesAndrei Pavel2020-12-301-1/+0
* [#1282] Addressed commentsFrancis Dupont2020-06-301-16/+11
* [#1282] Addressed commentsFrancis Dupont2020-06-291-9/+4
* [#1282] Fixed a corner case raceFrancis Dupont2020-06-281-2/+8
* [#1282] Checkpoint: todo HA new testFrancis Dupont2020-06-271-0/+8
* [#1282] Checkpoint: hooks library done - correct use to doFrancis Dupont2020-06-271-5/+48
* [#1282] Improved clearParkingLotsFrancis Dupont2020-06-271-0/+2
* [#1249] release changesMichal Nowikowski2020-05-251-1/+1
* [#1127] addressed reviewRazvan Becheriu2020-05-151-15/+5
* [#1127] addressed reviewRazvan Becheriu2020-05-151-4/+13
* [#1127] removed shared callout managerRazvan Becheriu2020-05-151-17/+6
* [#1127] addressed reviewRazvan Becheriu2020-05-151-4/+7
* [#1127] never update lm_collection_ outside init functionsRazvan Becheriu2020-05-151-38/+37
* [master] Copyright update to 2018Wlodek Wencel2018-05-241-1/+1
* [master] Merge branch 'trac5457'Marcin Siodelski2018-03-061-0/+1
|\
| * [5457] Implemented PoC for packets parking.Marcin Siodelski2018-01-221-0/+1
* | Merge branch 'isc-master' into config-hAndrei Pavel2017-08-171-3/+34
|\|
| * [5329] Removed odd "return void" construct which horrifies Thomas.Marcin Siodelski2017-07-141-2/+2
| * [5329] HooksManager now support functions for registering command handlers.Marcin Siodelski2017-07-131-0/+25
| * [5095] Moved the shared callout manager to HooksManager singleton instanceFrancis Dupont2017-01-111-1/+7
* | Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
|/
* [4297] Unit-tests for parameters implemented.Tomek Mrugalski2016-03-101-1/+7
* [4297] storage for library parameters implemented.Tomek Mrugalski2016-03-091-4/+9
* [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
* [3054] Changes as a result of reviewStephen Morris2013-07-191-1/+1
* [3054] Added a "validate libraries" functionStephen Morris2013-07-151-2/+29
* [2980] Added pre-callout and post-callout function registrationStephen Morris2013-06-241-0/+24
* [2980] Added conditional initialization.Stephen Morris2013-06-241-31/+33
* [2980] Added HooksManager load/unload libraries methodsStephen Morris2013-06-241-9/+47
* [2980] Checkpoint - HooksManager class partially workingStephen Morris2013-06-211-0/+109