index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mgmtd
/
mgmt_txn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: mgmtd: add `changed` and `created` to edit-reply msg
Christian Hopps
2024-09-17
1
-3
/
+7
*
lib: mgmtd: cleanup error value for native messaging
Christian Hopps
2024-09-17
1
-4
/
+6
*
*: Fix spelling errors found
Donald Sharp
2024-08-15
1
-1
/
+1
*
lib: move non-error from __log_err to __dbg
Christian Hopps
2024-07-22
1
-3
/
+3
*
mgmtd: some cleanup from original RPC commit
Christian Hopps
2024-05-07
1
-13
/
+28
*
mgmtd: add native RPC processing
Igor Ryzhov
2024-04-22
1
-0
/
+219
*
mgmtd: add backend xpath map for RPC
Igor Ryzhov
2024-04-22
1
-1
/
+3
*
mgmtd: add support for native 'edit' operation
Igor Ryzhov
2024-03-26
1
-4
/
+82
*
mgmtd: remove unused event type
Igor Ryzhov
2024-03-22
1
-10
/
+0
*
mgmtd: change error message
Igor Ryzhov
2024-03-06
1
-7
/
+3
*
mgmtd: remove unused commit phase SEND_CFG
Christian Hopps
2024-02-12
1
-26
/
+2
*
mgmtd, vtysh: fix possible conflict when reading the config
Igor Ryzhov
2024-02-07
1
-3
/
+25
*
Merge pull request #15268 from LabNConsulting/chopps/quieter-code
Igor Ryzhov
2024-02-01
1
-198
/
+163
|
\
|
*
mgmtd: convert MGMT_TXN_DBG() to __dbg()
Christian Hopps
2024-02-01
1
-198
/
+163
*
|
mgmtd: add ability to choose datastore to get data from
Igor Ryzhov
2024-01-31
1
-5
/
+13
*
|
mgmtd: add support for with-defaults parameter to get-data
Igor Ryzhov
2024-01-31
1
-2
/
+5
|
/
*
mgmtd: fix get-data transaction hangup
Igor Ryzhov
2024-01-28
1
-0
/
+4
*
mgmtd: fix commit request overwrite
Igor Ryzhov
2024-01-26
1
-13
/
+6
*
mgmtd: fix memleak
Igor Ryzhov
2024-01-26
1
-0
/
+1
*
mgmtd: cleanup txn without scheduling
Igor Ryzhov
2024-01-26
1
-26
/
+3
*
mgmtd: fix sending the same value to multiple clients
Igor Ryzhov
2024-01-26
1
-1
/
+0
*
mgmtd: remove unguarded debug log
Igor Ryzhov
2024-01-23
1
-2
/
+0
*
lib: better conditionalize leaf-list predicate xpath addition
Christian Hopps
2024-01-19
1
-2
/
+2
*
lib, mgmtd: add ability to request the exact node in get-data request
Igor Ryzhov
2024-01-15
1
-1
/
+9
*
lib, mgmtd: add ability to set content type in get-data request
Igor Ryzhov
2024-01-15
1
-1
/
+53
*
Merge pull request #15135 from idryzhov/mgmt-unused
Donatas Abraitis
2024-01-13
1
-45
/
+22
|
\
|
*
mgmtd: remove redundant next_phase variable
Igor Ryzhov
2024-01-12
1
-42
/
+22
|
*
mgmtd: remove unused pending_be_proc variable
Igor Ryzhov
2024-01-11
1
-3
/
+0
*
|
Merge pull request #14542 from idryzhov/nb-op-cb-split
Christian Hopps
2024-01-12
1
-14
/
+36
|
\
\
|
*
|
mgmt, lib: implement REPLACE operation
Igor Ryzhov
2024-01-11
1
-0
/
+3
|
*
|
mgmt, lib: differentiate DELETE and REMOVE operations
Igor Ryzhov
2024-01-11
1
-1
/
+4
|
*
|
mgmtd, lib: implement CREATE_EXCL operation
Igor Ryzhov
2024-01-11
1
-12
/
+28
|
*
|
lib: split nb_operation into two types
Igor Ryzhov
2024-01-11
1
-1
/
+1
|
|
/
*
/
mgmtd: don't try to send config to disconnected clients
Igor Ryzhov
2024-01-11
1
-8
/
+8
|
/
*
lib: use libyang functions if they are present
Christian Hopps
2024-01-07
1
-2
/
+3
*
lib: mgmtd: implement full XPath 1.0 predicate functionality
Christian Hopps
2024-01-07
1
-9
/
+22
*
mgmtd: fix coverity CID 1574980
Christian Hopps
2023-12-30
1
-4
/
+3
*
mgmtd: fix coverity CID 1574978
Christian Hopps
2023-12-30
1
-8
/
+1
*
lib: add dedicated API functions for native msgs
Christian Hopps
2023-12-28
1
-7
/
+8
*
lib: northbound: add yielding and batching to oper-state queries
Christian Hopps
2023-12-28
1
-1
/
+2
*
mgmtd: step 6: remove old unfinished get-data code
Christian Hopps
2023-12-28
1
-107
/
+2
*
mgmtd: step 5: add get-tree txn functionality
Christian Hopps
2023-12-28
1
-9
/
+329
*
mgmtd: validate candidate yang tree before creating a config diff
Igor Ryzhov
2023-11-30
1
-18
/
+19
*
mgmtd: fix reply when running ds is not locked
Igor Ryzhov
2023-11-21
1
-3
/
+6
*
Merge pull request #14657 from idryzhov/mgmtd-remove-batch-ids
Christian Hopps
2023-11-18
1
-226
/
+33
|
\
|
*
mgmtd, lib: remove batch ids from all messages
Igor Ryzhov
2023-11-12
1
-226
/
+33
*
|
lib, mgmtd: respect base xpath in mgmtd
Igor Ryzhov
2023-11-12
1
-2
/
+2
|
/
*
Merge pull request #14525 from LabNConsulting/chopps/mgmtd-simplify-xpaths
Igor Ryzhov
2023-11-08
1
-31
/
+20
|
\
|
*
mgmtd: simplify xpath registries
Christian Hopps
2023-11-06
1
-31
/
+20
*
|
Merge pull request #14544 from idryzhov/mgmt-scratch-buffer
Donald Sharp
2023-11-08
1
-19
/
+5
|
\
\
[next]