index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
northbound.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: do not attempt to create default nodes from NULL tree node
Christian Hopps
2021-06-12
1
-2
/
+2
*
northbound: KISS always batch yang config (file read), it's faster
Christian Hopps
2021-06-02
1
-7
/
+28
*
lib: fix northbound merge code (libyang)
Christian Hopps
2021-05-20
1
-1
/
+1
*
lib: fix coverity warnings
Igor Ryzhov
2021-05-19
1
-0
/
+2
*
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
1
-136
/
+241
*
lib: get rid of flog() usage in NB code
David Lamparter
2021-03-22
1
-20
/
+20
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-3
/
+3
*
lib: fix crash when iterating over nb operational data
Igor Ryzhov
2021-02-26
1
-0
/
+10
*
lib: add ability to register dependencies between northbound nodes
Igor Ryzhov
2021-02-22
1
-4
/
+56
*
lib: add API to load YANG modules on demand
Renato Westphal
2020-10-23
1
-15
/
+25
*
lib: combine two YANG schema iteration functions into one
Renato Westphal
2020-10-23
1
-3
/
+3
*
lib: fix iteration over schema nodes of a single YANG module
Renato Westphal
2020-10-23
1
-4
/
+8
*
*: add errmsg to nb rpc
Chirag Shah
2020-10-05
1
-1
/
+4
*
lib: Tell the compiler we don't care about the return code
Donald Sharp
2020-09-24
1
-3
/
+3
*
Merge pull request #7079 from opensourcerouting/nested-yang-augmentations
Donald Sharp
2020-09-19
1
-2
/
+3
|
\
|
*
lib: better support for nested YANG augmentations
Renato Westphal
2020-09-11
1
-2
/
+3
*
|
lib: fix crashes with leafrefs that point to non-implemented modules
Renato Westphal
2020-09-11
1
-2
/
+14
|
/
*
*: record transaction based on control flag
Chirag Shah
2020-08-20
1
-2
/
+6
*
Merge pull request #6945 from qlyoung/nb-more-messages
Renato Westphal
2020-08-20
1
-1
/
+5
|
\
|
*
lib: fill nb errmsg when no changes during prep
Quentin Young
2020-08-19
1
-1
/
+5
*
|
lib: don't ignore error messages generated during the commit apply phase
Renato Westphal
2020-08-15
1
-11
/
+9
|
/
*
lib: add possibility to search non-recursively for NB node entries
GalaxyGorilla
2020-08-07
1
-3
/
+22
*
Merge pull request #6414 from opensourcerouting/nb-error-handling
Santosh P K
2020-06-10
1
-85
/
+285
|
\
|
*
lib: detect and log unexpected return values from northbound callbacks
Renato Westphal
2020-05-29
1
-5
/
+135
|
*
lib: return human-readable error messages to the northbound clients
Renato Westphal
2020-05-29
1
-59
/
+109
|
*
lib: introduce the northbound context structure
Renato Westphal
2020-05-29
1
-36
/
+57
|
*
lib: northbound style fixes
Renato Westphal
2020-05-29
1
-6
/
+5
*
|
lib: move all userdata when changing node xpath
Quentin Young
2020-06-05
1
-0
/
+24
|
/
*
*: change the signature of the northbound callbacks to be more flexible
Renato Westphal
2020-04-23
1
-11
/
+56
*
lib: create a wrapper function for all northbound callbacks
Renato Westphal
2020-04-23
1
-93
/
+129
*
lib: consolidate flexible array hack in a single place
Renato Westphal
2020-04-04
1
-0
/
+7
*
*: Use short version of bool expressions
Donatas Abraitis
2020-03-04
1
-1
/
+1
*
*: make frr_yang_module_info const
David Lamparter
2019-11-30
1
-1
/
+2
*
lib: reduce memory allocation when processing large config transactions
Renato Westphal
2019-10-12
1
-13
/
+13
*
lib: fix processing of the 'apply_finish' callbacks
Renato Westphal
2019-10-12
1
-5
/
+22
*
lib: avoid expensive operations when editing a candidate config
Renato Westphal
2019-10-12
1
-11
/
+0
*
lib: add an exception in the northbound for operational data callbacks
Renato Westphal
2019-09-18
1
-1
/
+12
*
lib: fix ordering issues in the northbound
Renato Westphal
2019-09-18
1
-13
/
+18
*
lib: fix corner case when iterating over YANG-modeled operational data
Renato Westphal
2019-09-18
1
-3
/
+21
*
Revert "lib: introduce a read-write lock for northbound configurations"
Renato Westphal
2019-09-18
1
-97
/
+54
*
lib: introduce new 'pre_validate' northbound callback
Renato Westphal
2019-09-18
1
-6
/
+44
*
lib: add frr_with_mutex() block-wrapper
David Lamparter
2019-09-03
1
-9
/
+4
*
Merge pull request #4088 from opensourcerouting/bump-libyang-requirement-vers
Jafar Al-Gharaibeh
2019-07-09
1
-9
/
+2
|
\
|
*
lib: use flag from new libyang version to simplify the code
Renato Westphal
2019-07-02
1
-9
/
+2
*
|
lib: fix a couple of yang validation issues
Renato Westphal
2019-07-02
1
-2
/
+5
|
/
*
lib: Fix gcc 9 warning -> error issue
Donald Sharp
2019-05-31
1
-1
/
+1
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-1
/
+1
*
lib: add new gRPC-based northbound plugin
Renato Westphal
2019-04-26
1
-0
/
+2
*
lib: introduce a read-write lock for northbound configurations
Renato Westphal
2019-04-26
1
-54
/
+98
*
lib: add API to allow northbound clients to lock/unlock the running configura...
Renato Westphal
2019-04-26
1
-9
/
+90
[next]