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
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-1
/
+1
*
Merge pull request #13074 from donaldsharp/hash_clean_and_free
Donatas Abraitis
2023-03-23
1
-2
/
+1
|
\
|
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-2
/
+1
*
|
lib: staticd: vtysh: apply frrbot style requirements
Christian Hopps
2023-03-22
1
-14
/
+12
*
|
mgmtd: Add MGMT Transaction Framework
Yash Ranjan
2023-03-22
1
-5
/
+7
*
|
mgmtd: Add MGMT Backend Interface Framework
Christian Hopps
2023-03-22
1
-27
/
+272
*
|
mgmtd: Bringup MGMTD daemon and datastore module support
Christian Hopps
2023-03-22
1
-0
/
+2
|
/
*
lib: fix init. use of nb_context to be by value not by reference
Christian Hopps
2023-02-24
1
-10
/
+9
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
lib: Add missing enum's to northbound.c
Donald Sharp
2023-01-31
1
-11
/
+27
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-1
/
+2
*
lib: fix iteration over YANG presence containers
Renato Westphal
2022-03-02
1
-5
/
+16
*
lib: Do not use sizeof() on `size_t errmsg_len`.
zyxwvu Shi
2021-11-18
1
-2
/
+1
*
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
[next]