Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#3209] Initial commit | Thomas Markwalder | 2024-02-07 | 1 | -1/+1 |
| | | | | | | | | | | | Rewrote encoding/decoding. src/lib/util/Makefile.am Removed old files, added encode.cc, encode.h src/lib/util/encode/encode.* New implemenentation encoding and decoding not based on boost. | ||||
* | [#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 | -3/+2 |
| | |||||
* | [#2947] Extra updates | Francis Dupont | 2023-06-29 | 1 | -1/+5 |
| | |||||
* | [#2947] Bug fixed | Francis Dupont | 2023-06-29 | 1 | -2/+2 |
| | |||||
* | [#2707] hash calc moved to common method | Tomek Mrugalski | 2023-06-22 | 1 | -0/+27 |
| | |||||
* | [#2388] release changes | Marcin Godzina | 2022-04-25 | 1 | -1/+1 |
| | |||||
* | [#687] Revert addition of COMMAND_RECEIVED_FROM log message to ↵ | Dan Theisen | 2022-04-22 | 1 | -13/+2 |
| | | | | base_command_mgr.cc | ||||
* | [#687] Moved the setRemote location breaking many UTs | Francis Dupont | 2022-04-22 | 1 | -2/+13 |
| | |||||
* | [#687] Revert addition of COMMAND_RECEIVED_FROM log message to ↵ | Dan Theisen | 2022-04-22 | 1 | -13/+2 |
| | | | | base_command_mgr.cc | ||||
* | [#687] Moved the setRemote location breaking many UTs | Francis Dupont | 2022-04-22 | 1 | -2/+13 |
| | |||||
* | [#1308] Less _1 ambiguities | Francis Dupont | 2020-08-13 | 1 | -3/+3 |
| | |||||
* | [#1308] Got rid of boost function/bind | Francis Dupont | 2020-08-13 | 1 | -5/+6 |
| | |||||
* | [5521] Used a different script that skips generated files | Thomas Markwalder | 2018-05-18 | 1 | -0/+2 |
| | | | | Added config.h to non-generated cc files only | ||||
* | Revert "[5521] Missing config.h includes added" | Thomas Markwalder | 2018-05-18 | 1 | -2/+0 |
| | | | | This reverts commit 26a40b480c6b427973402613fda290ad249efddd. | ||||
* | [5521] Missing config.h includes added | Tomek Mrugalski | 2018-05-16 | 1 | -0/+2 |
| | |||||
* | [master] Merge branch 'trac5470' | Marcin Siodelski | 2018-03-28 | 1 | -1/+1 |
|\ | |||||
| * | [5470] Lower logging level for certain config messages. | Marcin Siodelski | 2018-03-23 | 1 | -1/+1 |
| | | |||||
* | | fixed unit tests | Razvan Becheriu | 2018-02-21 | 1 | -1/+1 |
|/ | |||||
* | [5111] Correct segfault in agent unit test | Thomas Markwalder | 2017-09-18 | 1 | -3/+22 |
| | | | | | | | src/lib/config/base_command_mgr.h src/lib/config/base_command_mgr.cc Moved the hook point registration ouf of the BaseCommandMgr ctor and into static module space. | ||||
* | [5111] Replaced hypen with underscore in command_processed hook name | Thomas Markwalder | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | [5111] Added "command-processed" hook point to BaseCommandMgr | Thomas Markwalder | 2017-08-30 | 1 | -1/+27 |
| | | | | | | | | | | | | src/lib/config/base_command_mgr.cc - BaseCommandMgr::BaseCommandMgr() - registers command-processed hookpoint - BaseCommandMgr::processCommand() - invokes command-processed callouts src/lib/config/tests/command_mgr_unittests.cc - Cleanup and renaming to avoid confusion - Added new tests to verify hookpoint callout TEST_F(CommandMgrTest, commandProcessedHook) TEST_F(CommandMgrTest, commandProcessedHookReplaceResponse) | ||||
* | [5078] Implemented commands forwarding in Control Agent. | Marcin Siodelski | 2017-03-29 | 1 | -5/+31 |
| | |||||
* | [102b] rebased | Francis Dupont | 2017-03-17 | 1 | -52/+0 |
| | |||||
* | [5100] Spelling, missing space and ignored argument | Francis Dupont | 2017-01-07 | 1 | -2/+2 |
| | |||||
* | [5100] Combine commands lists returned by hook libraries. | Marcin Siodelski | 2017-01-04 | 1 | -0/+52 |
| | |||||
* | [5100] Implemented HookedCommandMgr class. | Marcin Siodelski | 2017-01-03 | 1 | -9/+15 |
| | |||||
* | [5100] Extracted command management into BaseCommandMgr class. | Marcin Siodelski | 2017-01-03 | 1 | -0/+111 |