summaryrefslogtreecommitdiffstats
path: root/Dangerfile (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-25[#2651] release changesAndrei Pavel47-117/+119
2022-11-25[#2650] make bump-lib-versions.sh write ChangeLog entry tooAndrei Pavel1-0/+14
2022-11-25[#2650] 2.3.3 release: bump library versionsAndrei Pavel7-7/+12
2022-11-25[#2619] addressed review commentsRazvan Becheriu1-12/+22
2022-11-25[#2619] use enum instead of boolRazvan Becheriu7-78/+90
2022-11-25[#2601] addressed review commentsRazvan Becheriu8-35/+42
2022-11-25[#2601] address review commentsAndrei Pavel42-128/+141
2022-11-25[#2601] restore unnecessary changes in all-keys-netconf.jsonAndrei Pavel2-2/+36
2022-11-25[#2601] fix YANG compilation: use SubnetIDSet from dhcpsrvAndrei Pavel5-11/+13
2022-11-25[#2601] bump versions of libyang and sysrepo dependenciesAndrei Pavel3-23/+36
2022-11-25[#2601] add ChangeLog entryAndrei Pavel1-1/+8
2022-11-25[#2601] remove the use of const_pointer_cast in NETCONF codeAndrei Pavel36-153/+166
2022-11-25[#2601] fix typos in NETCONF codeAndrei Pavel5-6/+6
2022-11-25[#2601] update YANG developer guideAndrei Pavel4-104/+152
2022-11-25[#2601] fix doxygen and add override finalAndrei Pavel10-57/+52
2022-11-25[#2601] remove std:: prefix from .cc filesAndrei Pavel12-68/+66
2022-11-25[#2601] add Translator::checkAndSetAndrei Pavel5-115/+132
2022-11-25[#2601] remove schema node checking from translatorAndrei Pavel73-600/+679
2022-11-25[#2601] make Translator aware of all leaf base typesAndrei Pavel10-48/+394
2022-11-25[#2601] rename TranslatorBasic to TranslatorAndrei Pavel25-142/+143
2022-11-25[#2601] remove std:: prefix from .cc filesAndrei Pavel20-106/+108
2022-11-25[#2601] update the YANG modules with three extra nodesAndrei Pavel17-75/+138
2022-11-25[#2601] use checkAnd{Get,Set} where possibleAndrei Pavel21-1571/+1144
2022-11-25[#2601] make NETCONF_SUBSCRIBE_NOTIFICATIONS_FAILED a warningAndrei Pavel5-51/+53
2022-11-25[#2601] clean up header includes and makefiles in NETCONF codeAndrei Pavel103-377/+403
2022-11-25[#2601] renames in NETCONF codeAndrei Pavel41-237/+242
2022-11-25[#2601] use std smart pointers where possibleAndrei Pavel14-30/+23
2022-11-25[#2601] typedef -> usingAndrei Pavel15-27/+27
2022-11-25[#2601] remove empty constructors and destructorsAndrei Pavel98-467/+266
2022-11-25[#2601] EXPECT_THROW -> EXPECT_THROW_MSGAndrei Pavel9-33/+53
2022-11-25[#2601] EXPECT_NO_THROW -> EXPECT_NO_THROW_LOGAndrei Pavel24-413/+410
2022-11-25[#2601] decode64 and encode64 are now methods in TranslatorBasicAndrei Pavel2-20/+34
2022-11-25[#2601] aliases for service_pair.{first,second}Andrei Pavel1-72/+87
2022-11-25[#2601] renames in NETCONF codeAndrei Pavel36-370/+370
2022-11-25[#2472] update flex-id ignore-iaid documentationAndrei Pavel1-7/+20
2022-11-24[#2472] updated documentationRazvan Becheriu6-13/+15
2022-11-24[#2472] updated documentation for ignore-iaid parameter in flex_id hooks libraryRazvan Becheriu1-3/+18
2022-11-22[#2600] Added commentsFrancis Dupont1-0/+5
2022-11-22[#2600] Added testsFrancis Dupont3-4/+211
2022-11-22[#2600] Checkpoint: code done, tests to doFrancis Dupont4-1/+51
2022-11-22[#2348] fix portable compilation issueAndrei Pavel1-4/+4
2022-11-21[#2643] Addressed commentsFrancis Dupont4-4/+26
2022-11-21[#2643] Done: ported code and testsFrancis Dupont2-0/+163
2022-11-21[#2643] Checkpoint: ported code, tests to portFrancis Dupont5-1/+63
2022-11-21[#2348] Deleted subnet c-ctor and assignment opMarcin Siodelski1-0/+12
2022-11-21[#2348] Addressed review commentsMarcin Siodelski16-198/+143
2022-11-21[#2348] Code alignment fixMarcin Siodelski1-1/+1
2022-11-21[#2348] Removed unused variableMarcin Siodelski1-1/+0
2022-11-21[#2348] Doxygen cleanupMarcin Siodelski6-39/+44
2022-11-21[#2348] Removed type from engine constructorMarcin Siodelski10-245/+179