summaryrefslogtreecommitdiffstats
path: root/lib/mgmt_fe_client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: add native RPC processing to mgmt frontend clientIgor Ryzhov2024-04-221-0/+45
* mgmtd: add support for native 'edit' operationIgor Ryzhov2024-03-261-0/+54
* lib: fix processing of notifications on mgmt fe clientIgor Ryzhov2024-02-231-16/+14
* lib: mgmtd: add xpath arg to notification messageChristian Hopps2024-02-191-15/+12
* Merge pull request #15268 from LabNConsulting/chopps/quieter-codeIgor Ryzhov2024-02-011-83/+68
|\
| * mgmtd: convert MGMTD_FE_CLIENT_DBG() to debug_fe_client()Christian Hopps2024-02-011-83/+68
* | mgmtd: add ability to choose datastore to get data fromIgor Ryzhov2024-01-311-2/+3
* | mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov2024-01-311-3/+5
|/
* lib: mgmtd: add YANG notification supportChristian Hopps2024-01-301-8/+51
* lib, mgmtd: fix wrong mgmtd socket pathsDavid Lamparter2024-01-271-1/+4
* lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov2024-01-151-3/+4
* lib, mgmtd: add separate get-data request for the frontendIgor Ryzhov2024-01-141-7/+7
* lib: mgmtd: increase soft-max msg size to 64KChristian Hopps2023-12-301-1/+1
* lib: add dedicated API functions for native msgsChristian Hopps2023-12-281-19/+11
* lib: step 1: mgmtd: add FE get-tree functionalityChristian Hopps2023-12-281-0/+121
* lib: fix the ASAN OneDefinitionRule violation.Christian Hopps2023-12-121-8/+9
* lib: mgmtd: enable conn debugs when user enables client debugChristian Hopps2023-12-051-12/+28
* lib: mgmtd: fix debug cli commands and memleaksChristian Hopps2023-11-111-2/+2
* lib: mgmtd: only clear pending for the in-progress commandChristian Hopps2023-07-151-0/+5
* mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps2023-06-281-85/+32
* mgmtd: KISS the locking codeChristian Hopps2023-06-191-0/+1
* lib: mgmtd: use short-circuit for lockingChristian Hopps2023-06-181-2/+2
* lib: mgmtd: improvements in logging and commentaryChristian Hopps2023-06-131-10/+27
* lib: mgmtd: session create and destroy both short-circuitChristian Hopps2023-06-121-4/+1
* lib: mgmtd: remove obfuscating abstraction layer and other cleanupChristian Hopps2023-06-041-320/+146
* lib: mgmtd: fixes for startup config file processingChristian Hopps2023-05-301-2/+38
* mgmtd: fix reading of config file[s]Christian Hopps2023-05-301-8/+0
* lib: enable short circuit for FE client/adapter connectionChristian Hopps2023-05-281-2/+3
* lib: add short-circuit operation between same processChristian Hopps2023-05-281-11/+16
* lib: mgmtd: add a identifying tag to the debug messageChristian Hopps2023-05-281-2/+3
* lib: dont be tricky with session_id just make it a session_idChristian Hopps2023-05-281-230/+168
* lib: msg: refactor common connection code from mgmtdChristian Hopps2023-05-281-181/+42
* lib: mgmt msg: add version to messagesChristian Hopps2023-05-281-3/+3
* lib: remove write-on-off, just requeue to the back of the queueChristian Hopps2023-05-281-44/+2
* mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps2023-05-011-19/+64
* mgmtd: Fixing style warningsrgirada2023-04-051-13/+16
* lib: Remove unneeded asserts in mgmt codeDonald Sharp2023-03-271-4/+0
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-2/+2
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-10/+10
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-5/+5
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-10/+10
* lib: mgmtd: fix build warnings (as error)Christian Hopps2023-03-221-4/+5
* mgmtd: lib: utilize msglib constructed from the removed codeChristian Hopps2023-03-221-339/+74
* mgmtd: Add MGMT Frontend Interface FrameworkChristian Hopps2023-03-221-0/+1340