summaryrefslogtreecommitdiffstats
path: root/mgmtd/mgmt_fe_adapter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgmtd, vtysh: fix possible conflict when reading the configIgor Ryzhov2024-02-071-3/+0
* Merge pull request #15268 from LabNConsulting/chopps/quieter-codeIgor Ryzhov2024-02-011-154/+122
|\
| * mgmtd: convert MGMT_FE_ADAPTER_DBG() to __dbg()Christian Hopps2024-02-011-154/+122
* | mgmtd: fix printing an empty data treeIgor Ryzhov2024-01-311-8/+0
* | mgmtd: add ability to choose datastore to get data fromIgor Ryzhov2024-01-311-1/+20
* | mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov2024-01-311-6/+27
|/
* lib: mgmtd: add YANG notification supportChristian Hopps2024-01-301-12/+28
* lib, mgmtd: fix wrong mgmtd socket pathsDavid Lamparter2024-01-271-3/+6
* mgmtd: fix commit request overwriteIgor Ryzhov2024-01-261-1/+4
* lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov2024-01-151-3/+3
* lib, mgmtd: add separate get-data request for the frontendIgor Ryzhov2024-01-141-6/+6
* lib: fix coverity issuesChristian Hopps2024-01-111-1/+1
* lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps2024-01-071-7/+36
* lib: fix clang SA warningsChristian Hopps2024-01-071-1/+1
* 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-4/+4
* mgmtd: step 6: remove old unfinished get-data codeChristian Hopps2023-12-281-12/+4
* mgmtd: step 5: add get-tree txn functionalityChristian Hopps2023-12-281-8/+0
* mgmtd: step 4: FE adapter get-tree functionalityChristian Hopps2023-12-281-3/+272
* mgmtd: enable conn debug when user enables mgmtd debugsChristian Hopps2023-12-051-0/+11
* lib: mgmtd: only clear pending for the in-progress commandChristian Hopps2023-07-151-3/+2
* mgmtd: adjust one unnecessary bool convertanlan_cs2023-07-121-2/+1
* mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps2023-06-281-310/+129
* mgmtd: KISS the locking codeChristian Hopps2023-06-191-172/+63
* mgmtd: simplify locking, removing read locksChristian Hopps2023-06-181-183/+80
* lib: mgmtd: use short-circuit for lockingChristian Hopps2023-06-181-3/+4
* lib: mgmtd: improvements in logging and commentaryChristian Hopps2023-06-131-28/+33
* lib: mgmtd: fix/stdize debug message macrosChristian Hopps2023-06-121-1/+1
* mgmtd: Add note to SETCFG_REQ and debug loggingChristian Hopps2023-05-301-2/+11
* mgmtd: lib: cleanup error and debug messagesChristian Hopps2023-05-281-43/+59
* lib: add short-circuit operation between same processChristian Hopps2023-05-281-8/+10
* lib: mgmtd: add a identifying tag to the debug messageChristian Hopps2023-05-281-3/+3
* lib: dont be tricky with session_id just make it a session_idChristian Hopps2023-05-281-38/+44
* mgmtd: fix cleanup of cleanup in FE adapter codeChristian Hopps2023-05-281-48/+41
* mgmtd: convert BE/FE adapter to use allocated connectionsChristian Hopps2023-05-281-24/+20
* lib: mgmtd: add server-side connection code to mgmt_msgChristian Hopps2023-05-281-180/+89
* lib: msg: refactor common connection code from mgmtdChristian Hopps2023-05-281-2/+2
* 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-40/+2
* mgmtd: simplify commit id to just be a timeval stringChristian Hopps2023-05-041-2/+2
* mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps2023-05-011-16/+8
* mgmtd: Fixing style warningsrgirada2023-04-051-11/+15
* mgmtd: Remove unnecessary assertsDonald Sharp2023-03-271-6/+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-6/+6
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-8/+8
* lib: mgmtd: fix build warnings (as error)Christian Hopps2023-03-221-7/+9
* lib, mgmtd: Add few fixes for commit-check and rollbackPushpasis Sarkar2023-03-221-2/+4