summaryrefslogtreecommitdiffstats
path: root/src/bin/netconf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#3119] use auto const& whenever possibleRazvan Becheriu2024-01-225-12/+12
|
* [#3112] renamed getIOService to getInternalIOServiceRazvan Becheriu2023-12-113-6/+6
|
* [#3112] renamed run_one and get_io_service to camelCaseRazvan Becheriu2023-12-114-16/+16
|
* [#3087] release changesMarcin Godzina2023-09-253-23/+22
|
* [#3004] regenerated parsersRazvan Becheriu2023-09-181-20/+21
|
* [#3003] output_options alias for output-optionsRazvan Becheriu2023-09-186-13/+13
|
* [#3029] release changesKea-2.5.1Wlodek Wencel2023-08-281-1/+0
|
* [#3003] Fixed more indentationFrancis Dupont2023-08-081-14/+14
|
* [#3003] disabled ddns config in yang ut and fixed indentationRazvan Becheriu2023-08-081-24/+22
|
* [#3003] Regen flexFrancis Dupont2023-08-072-506/+534
|
* [#3003] Removed commentsFrancis Dupont2023-08-071-1/+0
|
* [#3003] Added output-options aliasFrancis Dupont2023-08-072-0/+21
|
* [#2970] Regen flexFrancis Dupont2023-08-072-82/+84
|
* [#2970] Added cstdint includeFrancis Dupont2023-08-071-1/+2
|
* Rebase v2_4 onto master after the release.Marcin Godzina2023-07-041-1/+1
|
* [#2833] Fix typoSuzanne Goldlust2023-06-271-1/+1
|
* [#2889] release changesAndrei Pavel2023-05-292-2/+1
|
* [#2862] Regen bison filesFrancis Dupont2023-05-172-233/+239
|
* [#2862] Push before regenFrancis Dupont2023-05-171-1/+6
|
* [#2798] fixed compilation warningsRazvan Becheriu2023-05-021-2/+2
|
* [#2809] release changesKea-2.3.6Marcin Godzina2023-03-243-3/+3
|
* [#2799] fixed crash on Listener stop if start throwsRazvan Becheriu2023-03-241-1/+1
|
* [#2799] call setMode only on config-setRazvan Becheriu2023-03-241-2/+2
|
* [#2722] config set follows the same path as config test and can rollbackRazvan Becheriu2023-03-161-1/+1
|
* [#2769] release changesAndrei Pavel2023-02-172-2/+2
|
* [#2704] fixed clang TSAN warnings by startong thread pools after setting up ↵Razvan Becheriu2023-02-161-5/+5
| | | | connections
* [#2742] run no tests when gtest is disabledAndrei Pavel2023-02-141-3/+7
| | | | What this provides is really the ability to run a testless distcheck.
* [#2702] remove reference to config_reportRazvan Becheriu2023-02-111-3/+0
|
* [#2702] moved cfgrpt inside process folderRazvan Becheriu2023-02-111-1/+1
|
* [#2702] removed link dependencies to fix odr violationRazvan Becheriu2023-02-112-2/+0
|
* [#2702] fix static linking with libcfgrpt.la multiple timesRazvan Becheriu2023-02-102-8/+2
|
* [#2732] release changesKea-2.3.4Wlodek Wencel2023-01-231-1/+1
|
* [#2688] Fixed failing parser testMarcin Siodelski2023-01-171-1/+6
|
* [#2617] fixed warnings on macos clang c++20Razvan Becheriu2022-12-061-1/+1
|
* [#2651] fix test reference files to match commentsKea-2.3.3Andrei Pavel2022-11-261-1/+1
|
* [#2651] release changesAndrei Pavel2022-11-251-6/+6
|
* [#2601] address review commentsAndrei Pavel2022-11-257-10/+5
| | | | | | | | | | | | * make all-keys.json loadable by Kea again * formatting * EXPECT_NO_THROW -> EXPECT_NO_THROW_LOG * add missing YANG tests for i64 and ui64 * memmove -> memcpy * fix doxygen comments * make checking of empty containers consistent when retrieving YANG data * remove unnecessary setting of v6 YANG nodes for v4 modules * fix hash of keatest-module.yang
* [#2601] remove the use of const_pointer_cast in NETCONF codeAndrei Pavel2022-11-2519-102/+113
| | | | | If the casted element is mutated after the fact, there may be undefined behavior.
* [#2601] fix doxygen and add override finalAndrei Pavel2022-11-258-37/+35
|
* [#2601] remove std:: prefix from .cc filesAndrei Pavel2022-11-257-55/+53
|
* [#2601] remove schema node checking from translatorAndrei Pavel2022-11-2518-18/+18
|
* [#2601] make Translator aware of all leaf base typesAndrei Pavel2022-11-251-2/+2
| | | | | Also add leafrefs and the empty leaf to the keatest-module. And add tests for those, and also unions, dec64, int64, uint64.
* [#2601] rename TranslatorBasic to TranslatorAndrei Pavel2022-11-251-2/+2
|
* [#2601] remove std:: prefix from .cc filesAndrei Pavel2022-11-2513-93/+95
|
* [#2601] use checkAnd{Get,Set} where possibleAndrei Pavel2022-11-251-1/+1
|
* [#2601] make NETCONF_SUBSCRIBE_NOTIFICATIONS_FAILED a warningAndrei Pavel2022-11-255-51/+53
|
* [#2601] clean up header includes and makefiles in NETCONF codeAndrei Pavel2022-11-2540-260/+268
|
* [#2601] renames in NETCONF codeAndrei Pavel2022-11-253-24/+28
| | | | | | | | | * subscribeConfig -> subscribeToDataChanges And mainly to appease doxygen: * translate(DataNode, string) -> translateFromYang(DataNode, string) * translate(ElementPtr, LeafBaseType) -> translateToYang(ElementPtr, LeafBaseType) * get*(xpath) -> get*FromAbsoluteXpath(xpath)
* [#2601] use std smart pointers where possibleAndrei Pavel2022-11-2512-23/+18
|
* [#2601] typedef -> usingAndrei Pavel2022-11-2512-23/+23
|