index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
northbound_sysrepo.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-2
/
+2
*
mgmtd: Add MGMT Backend Interface Framework
Christian Hopps
2023-03-22
1
-1
/
+2
*
lib: fix init. use of nb_context to be by value not by reference
Christian Hopps
2023-02-24
1
-1
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
lib: Update sysrepo code with the latest API changes
Donatas Abraitis
2022-06-09
1
-7
/
+7
*
lib: support to sysrepo-2.0.41
Fabio Antonini
2022-03-15
1
-14
/
+14
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-5
/
+3
*
*: don't pass pointers to a local variables to thread_add_*
Igor Ryzhov
2021-10-07
1
-5
/
+4
*
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
1
-11
/
+11
*
lib: rename very_late_init hook to config_post
David Lamparter
2021-04-22
1
-2
/
+2
*
build: make builddir include path consistent
David Lamparter
2021-04-21
1
-1
/
+1
*
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
1
-1
/
+2
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-1
/
+1
*
lib: combine two YANG schema iteration functions into one
Renato Westphal
2020-10-23
1
-4
/
+4
*
lib: fix iteration over schema nodes of a single YANG module
Renato Westphal
2020-10-23
1
-0
/
+4
*
*: add errmsg to nb rpc
Chirag Shah
2020-10-05
1
-1
/
+4
*
lib: simplify handling of the sysrepo startup configuration
Renato Westphal
2020-09-15
1
-35
/
+22
*
lib: fix handling of deleted nodes in the sysrepo plugin
Renato Westphal
2020-09-15
1
-1
/
+1
*
lib: postpone the sysrepo plugin initialization
Renato Westphal
2020-09-15
1
-1
/
+8
*
lib: adapt plugin to use new Sysrepo version
Renato Westphal
2020-08-20
1
-240
/
+76
*
lib: don't ignore error messages generated during the commit apply phase
Renato Westphal
2020-08-15
1
-2
/
+5
*
lib: return human-readable error messages to the northbound clients
Renato Westphal
2020-05-29
1
-3
/
+15
*
lib: introduce the northbound context structure
Renato Westphal
2020-05-29
1
-4
/
+6
*
Revert "lib: introduce a read-write lock for northbound configurations"
Renato Westphal
2019-09-18
1
-5
/
+1
*
lib: Fix erroneously setting pointer values_cnt as NULL
Bi-Ruei, Chiu
2019-09-04
1
-1
/
+1
*
lib: introduce a read-write lock for northbound configurations
Renato Westphal
2019-04-26
1
-1
/
+5
*
lib: add API to allow northbound clients to lock/unlock the running configura...
Renato Westphal
2019-04-26
1
-3
/
+3
*
lib: sync sysrepo module with latest API changes
Renato Westphal
2019-04-18
1
-1
/
+1
*
lib: add fine-grained debugging in the northbound
Renato Westphal
2019-04-15
1
-10
/
+60
*
libs, rip, isis: change northbound operation enum to DESTROY
Mark Stapp
2019-02-11
1
-2
/
+2
*
lib: fix NETCONF network-wide transactions for confd and sysrepo
Renato Westphal
2018-12-07
1
-16
/
+74
*
lib, tests: major rework in the operational-data callbacks
Renato Westphal
2018-11-26
1
-116
/
+14
*
lib: rework the yang schema node iteration functions
Renato Westphal
2018-11-26
1
-19
/
+22
*
lib, tools: use CHECK_FLAG/SET_FLAG more often in the northbound code
Renato Westphal
2018-11-26
1
-2
/
+2
*
lib: don't fetch schema information when creating yang_data structures
Renato Westphal
2018-11-26
1
-2
/
+11
*
lib: add a new northbound plugin for Sysrepo
Renato Westphal
2018-10-27
1
-0
/
+899