summaryrefslogtreecommitdiff
path: root/lib/northbound.c
AgeCommit message (Expand)Author
2023-11-14lib: fix possible freeing of libyang dataIgor Ryzhov
2023-09-20lib: random make-coverity-happy nitsDavid Lamparter
2023-06-05mgmtd: rm unused/unneeded code add couple commentsChristian Hopps
2023-04-17lib: fix broken "show yang operational-data" functionalityChristian Hopps
2023-04-17lib: add and use new yang function for finding schema nodesChristian Hopps
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-23Merge pull request #13074 from donaldsharp/hash_clean_and_freeDonatas Abraitis
2023-03-22lib: staticd: vtysh: apply frrbot style requirementsChristian Hopps
2023-03-21mgmtd: Add MGMT Transaction FrameworkYash Ranjan
2023-03-21mgmtd: Add MGMT Backend Interface FrameworkChristian Hopps
2023-03-21mgmtd: Bringup MGMTD daemon and datastore module supportChristian Hopps
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-23lib: fix init. use of nb_context to be by value not by referenceChristian Hopps
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31lib: Add missing enum's to northbound.cDonald Sharp
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-03-02lib: fix iteration over YANG presence containersRenato Westphal
2021-11-18lib: Do not use sizeof() on `size_t errmsg_len`.zyxwvu Shi
2021-06-12lib: do not attempt to create default nodes from NULL tree nodeChristian Hopps
2021-06-02northbound: KISS always batch yang config (file read), it's fasterChristian Hopps
2021-05-20lib: fix northbound merge code (libyang)Christian Hopps
2021-05-19lib: fix coverity warningsIgor Ryzhov
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-03-22lib: get rid of flog() usage in NB codeDavid Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-26lib: fix crash when iterating over nb operational dataIgor Ryzhov
2021-02-22lib: add ability to register dependencies between northbound nodesIgor Ryzhov
2020-10-23lib: add API to load YANG modules on demandRenato Westphal
2020-10-23lib: combine two YANG schema iteration functions into oneRenato Westphal
2020-10-23lib: fix iteration over schema nodes of a single YANG moduleRenato Westphal
2020-10-05*: add errmsg to nb rpcChirag Shah
2020-09-24lib: Tell the compiler we don't care about the return codeDonald Sharp
2020-09-18Merge pull request #7079 from opensourcerouting/nested-yang-augmentationsDonald Sharp
2020-09-11lib: better support for nested YANG augmentationsRenato Westphal
2020-09-11lib: fix crashes with leafrefs that point to non-implemented modulesRenato Westphal
2020-08-20*: record transaction based on control flagChirag Shah
2020-08-19Merge pull request #6945 from qlyoung/nb-more-messagesRenato Westphal
2020-08-19lib: fill nb errmsg when no changes during prepQuentin Young
2020-08-14lib: don't ignore error messages generated during the commit apply phaseRenato Westphal
2020-08-07lib: add possibility to search non-recursively for NB node entriesGalaxyGorilla
2020-06-10Merge pull request #6414 from opensourcerouting/nb-error-handlingSantosh P K
2020-06-04lib: move all userdata when changing node xpathQuentin Young
2020-05-28lib: detect and log unexpected return values from northbound callbacksRenato Westphal
2020-05-28lib: return human-readable error messages to the northbound clientsRenato Westphal
2020-05-28lib: introduce the northbound context structureRenato Westphal
2020-05-28lib: northbound style fixesRenato Westphal
2020-04-23*: change the signature of the northbound callbacks to be more flexibleRenato Westphal
2020-04-23lib: create a wrapper function for all northbound callbacksRenato Westphal
2020-04-03lib: consolidate flexible array hack in a single placeRenato Westphal