Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#969] Improve allocator parsing code | Marcin Siodelski | 2023-01-07 | 2 | -0/+4 |
| | |||||
* | [#969] DHCPv6 allocators configurable | Marcin Siodelski | 2023-01-07 | 12 | -4195/+5063 |
| | |||||
* | [#969] Configure allocator for DHCPv4 | Marcin Siodelski | 2023-01-07 | 9 | -4184/+4694 |
| | |||||
* | [#2672] Changed to call setAppendedParameters once | Francis Dupont | 2022-12-07 | 2 | -4/+6 |
| | |||||
* | [#2617] fixed warnings on macos clang c++20 | Razvan Becheriu | 2022-12-06 | 2 | -4/+4 |
| | |||||
* | [#2621] fixed UT compilation on with clang and c++20 | Razvan Becheriu | 2022-12-01 | 2 | -32/+32 |
| | |||||
* | [#2651] fix test reference files to match commentsKea-2.3.3 | Andrei Pavel | 2022-11-26 | 2 | -2/+2 |
| | |||||
* | [#2651] release changes | Andrei Pavel | 2022-11-25 | 3 | -9/+9 |
| | |||||
* | [#2619] addressed review comments | Razvan Becheriu | 2022-11-25 | 1 | -12/+22 |
| | |||||
* | [#2619] use enum instead of bool | Razvan Becheriu | 2022-11-25 | 7 | -78/+90 |
| | |||||
* | [#2601] address review comments | Andrei Pavel | 2022-11-25 | 9 | -10/+7 |
| | | | | | | | | | | | | * 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 code | Andrei Pavel | 2022-11-25 | 19 | -102/+113 |
| | | | | | If the casted element is mutated after the fact, there may be undefined behavior. | ||||
* | [#2601] fix doxygen and add override final | Andrei Pavel | 2022-11-25 | 8 | -37/+35 |
| | |||||
* | [#2601] remove std:: prefix from .cc files | Andrei Pavel | 2022-11-25 | 7 | -55/+53 |
| | |||||
* | [#2601] remove schema node checking from translator | Andrei Pavel | 2022-11-25 | 18 | -18/+18 |
| | |||||
* | [#2601] make Translator aware of all leaf base types | Andrei Pavel | 2022-11-25 | 1 | -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 Translator | Andrei Pavel | 2022-11-25 | 1 | -2/+2 |
| | |||||
* | [#2601] remove std:: prefix from .cc files | Andrei Pavel | 2022-11-25 | 13 | -93/+95 |
| | |||||
* | [#2601] use checkAnd{Get,Set} where possible | Andrei Pavel | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | [#2601] make NETCONF_SUBSCRIBE_NOTIFICATIONS_FAILED a warning | Andrei Pavel | 2022-11-25 | 5 | -51/+53 |
| | |||||
* | [#2601] clean up header includes and makefiles in NETCONF code | Andrei Pavel | 2022-11-25 | 40 | -260/+268 |
| | |||||
* | [#2601] renames in NETCONF code | Andrei Pavel | 2022-11-25 | 3 | -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 possible | Andrei Pavel | 2022-11-25 | 12 | -23/+18 |
| | |||||
* | [#2601] typedef -> using | Andrei Pavel | 2022-11-25 | 12 | -23/+23 |
| | |||||
* | [#2601] remove empty constructors and destructors | Andrei Pavel | 2022-11-25 | 35 | -111/+88 |
| | |||||
* | [#2601] EXPECT_THROW -> EXPECT_THROW_MSG | Andrei Pavel | 2022-11-25 | 5 | -10/+15 |
| | |||||
* | [#2601] EXPECT_NO_THROW -> EXPECT_NO_THROW_LOG | Andrei Pavel | 2022-11-25 | 6 | -69/+68 |
| | |||||
* | [#2601] aliases for service_pair.{first,second} | Andrei Pavel | 2022-11-25 | 1 | -72/+87 |
| | |||||
* | [#2601] renames in NETCONF code | Andrei Pavel | 2022-11-25 | 1 | -1/+1 |
| | | | | | | | | * s_val -> data_node or value * SysrepoError -> NetconfError * sysrepo_error.h -> netconf_error.h * TranslatorBasic::delItem() -> TranslatorBasic::deleteItem() * TranslatorBasic::value() -> TranslatorBasic::translate() | ||||
* | [#2348] Addressed review comments | Marcin Siodelski | 2022-11-21 | 1 | -1/+1 |
| | | | | | | | - Remove unused AllocEngine ctor parameter - Simplify locks - Use default keyword instead of an empty implementation in dtors - Fix typos | ||||
* | [#2348] Removed type from engine constructor | Marcin Siodelski | 2022-11-21 | 2 | -3/+2 |
| | |||||
* | [#2348] Allocator is a subnet property | Marcin Siodelski | 2022-11-21 | 6 | -31/+29 |
| | |||||
* | [#2606] added missing unittests | Razvan Becheriu | 2022-11-18 | 2 | -2/+61 |
| | |||||
* | [#2606] added documentation for template-classes | Razvan Becheriu | 2022-11-18 | 1 | -2/+0 |
| | |||||
* | [#2615] add ALL class before all hookpoints | Razvan Becheriu | 2022-11-17 | 2 | -2/+8 |
| | |||||
* | [#2615] fixed limits with built-in classes | Razvan Becheriu | 2022-11-17 | 1 | -0/+2 |
| | |||||
* | [#2625] Changed sprintf to snprintf | Francis Dupont | 2022-11-03 | 2 | -2/+2 |
| | |||||
* | [#2548] reordered unittests | Razvan Becheriu | 2022-10-27 | 2 | -1558/+1559 |
| | |||||
* | [#2610] release changes | Wlodek Wencel | 2022-10-25 | 15 | -80/+77 |
| | |||||
* | [#2548] added tests with infinite leases | Razvan Becheriu | 2022-10-25 | 3 | -5/+269 |
| | |||||
* | [#2548] addressed comments | Razvan Becheriu | 2022-10-25 | 6 | -87/+79 |
| | |||||
* | [#2548] addressed comments | Razvan Becheriu | 2022-10-25 | 9 | -200/+281 |
| | |||||
* | [#2548] reverted moving tests | Razvan Becheriu | 2022-10-25 | 2 | -1558/+1558 |
| | |||||
* | [#2548] addressed review comments | Razvan Becheriu | 2022-10-25 | 5 | -28/+37 |
| | |||||
* | [#2548] set valid_lft_ and preferred_lft_ to 0 instead of setting cltt_ | Razvan Becheriu | 2022-10-25 | 6 | -14/+25 |
| | |||||
* | [#2548] updated documentation | Razvan Becheriu | 2022-10-25 | 2 | -0/+6 |
| | |||||
* | [#2548] expire lease on release if affinity is enabled | Razvan Becheriu | 2022-10-25 | 20 | -1935/+2875 |
| | |||||
* | [#248] addressed comments | Razvan Becheriu | 2022-10-24 | 1 | -1/+1 |
| | |||||
* | [#248] regenerated parsers | Razvan Becheriu | 2022-10-24 | 6 | -6379/+6464 |
| | |||||
* | [#248] template classes can add regular classes | Razvan Becheriu | 2022-10-24 | 12 | -43/+49 |
| |