index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
northbound_grpc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
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
-2
/
+2
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-3
/
+2
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-5
/
+5
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
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
-2
/
+2
*
*: manual SPDX License ID conversions
David Lamparter
2023-02-09
1
-14
/
+1
*
lib, vrrpd: Use THREAD_ARG
Donald Sharp
2022-07-21
1
-1
/
+1
*
lib: grpc: fix covevrity warnings
Christian Hopps
2022-03-16
1
-1
/
+3
*
lib: grpc: rework RPC handlers improve code clarity
Christian Hopps
2022-03-14
1
-475
/
+337
*
lib: grpc: use candiate ID to delete rather than pointer to candiate
Christian Hopps
2022-03-14
1
-7
/
+15
*
lib: call protobuf clean up on exit
Rafael Zalamena
2022-03-14
1
-0
/
+5
*
Merge pull request #10741 from LabNConsulting/chopps/critfixgrpc
Donald Sharp
2022-03-07
1
-50
/
+92
|
\
|
*
lib: grpc: fix handling of "empty" yang type
Christian Hopps
2022-03-06
1
-5
/
+5
|
*
lib: grpc: fix shutdown code
Christian Hopps
2022-03-06
1
-39
/
+80
|
*
lib: grpc: initialize uninitialized member variables
Christian Hopps
2022-03-06
1
-5
/
+4
|
*
lib: grpc: do not remove candidate entry too soon
Christian Hopps
2022-03-06
1
-1
/
+1
|
*
lib: tweak northbound gRPC default timeout
Rafael Zalamena
2022-03-06
1
-0
/
+2
*
|
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-5
/
+4
|
/
*
lib: prevent gRPC assert on missing YANG node
Rafael Zalamena
2021-10-05
1
-0
/
+4
*
lib: cleanup and stop grpc pthread
Mark Stapp
2021-06-15
1
-12
/
+30
*
lib: fix threading bug in GRPC code
Christian Hopps
2021-06-01
1
-1175
/
+1138
*
lib: libyang2 add missed conversion
Christian Hopps
2021-05-18
1
-44
/
+56
*
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
1
-1
/
+1
*
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
*
*: add errmsg to nb rpc
Chirag Shah
2020-10-05
1
-1
/
+2
*
Merge pull request #6945 from qlyoung/nb-more-messages
Renato Westphal
2020-08-20
1
-0
/
+11
|
\
|
*
lib: fill nb errmsg when no changes during prep
Quentin Young
2020-08-19
1
-14
/
+6
|
*
lib: add better zlogging to gRPC Commit RPC
Quentin Young
2020-08-18
1
-0
/
+19
*
|
lib: don't ignore error messages generated during the commit apply phase
Renato Westphal
2020-08-15
1
-3
/
+10
|
/
*
lib: fix issue were a few gRPC RPCs were being logged twice
Renato Westphal
2020-05-29
1
-15
/
+14
*
lib: return human-readable error messages to the northbound clients
Renato Westphal
2020-05-29
1
-53
/
+36
*
lib: introduce the northbound context structure
Renato Westphal
2020-05-29
1
-4
/
+8
*
lib: remove unnecessary rpc request in grpc
Quentin Young
2020-05-11
1
-41
/
+18
*
lib: fix undue warning during gRPC module initialization
Renato Westphal
2020-05-09
1
-0
/
+2
*
lib: convert GRPC plugin to async
Quentin Young
2020-05-08
1
-423
/
+894
*
lib: use frr_pthread to spawn grpc pthread
Chirag Shah
2020-05-08
1
-4
/
+21
*
lib: create a wrapper function for all northbound callbacks
Renato Westphal
2020-04-23
1
-1
/
+2
*
lib: defer grpc plugin initialization to post fork
Quentin Young
2020-03-30
1
-5
/
+16
*
lib: silence compiler warning in the gRPC plugin
Renato Westphal
2019-10-16
1
-0
/
+5
*
lib: fix gRPC northbound plugin build
Quentin Young
2019-10-08
1
-3
/
+2
*
Revert "lib: introduce a read-write lock for northbound configurations"
Renato Westphal
2019-09-18
1
-14
/
+5
*
lib: add new gRPC-based northbound plugin
Renato Westphal
2019-04-26
1
-0
/
+936