summaryrefslogtreecommitdiff
path: root/mgmtd/mgmt_fe_adapter.c
AgeCommit message (Expand)Author
2024-02-07mgmtd, vtysh: fix possible conflict when reading the configIgor Ryzhov
2024-02-01Merge pull request #15268 from LabNConsulting/chopps/quieter-codeIgor Ryzhov
2024-01-31mgmtd: convert MGMT_FE_ADAPTER_DBG() to __dbg()Christian Hopps
2024-01-31mgmtd: fix printing an empty data treeIgor Ryzhov
2024-01-31mgmtd: add ability to choose datastore to get data fromIgor Ryzhov
2024-01-31mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov
2024-01-30lib: mgmtd: add YANG notification supportChristian Hopps
2024-01-27lib, mgmtd: fix wrong mgmtd socket pathsDavid Lamparter
2024-01-26mgmtd: fix commit request overwriteIgor Ryzhov
2024-01-15lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov
2024-01-14lib, mgmtd: add separate get-data request for the frontendIgor Ryzhov
2024-01-11lib: fix coverity issuesChristian Hopps
2024-01-07lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps
2024-01-07lib: fix clang SA warningsChristian Hopps
2023-12-30lib: mgmtd: increase soft-max msg size to 64KChristian Hopps
2023-12-28lib: add dedicated API functions for native msgsChristian Hopps
2023-12-28mgmtd: step 6: remove old unfinished get-data codeChristian Hopps
2023-12-28mgmtd: step 5: add get-tree txn functionalityChristian Hopps
2023-12-28mgmtd: step 4: FE adapter get-tree functionalityChristian Hopps
2023-12-05mgmtd: enable conn debug when user enables mgmtd debugsChristian Hopps
2023-07-14lib: mgmtd: only clear pending for the in-progress commandChristian Hopps
2023-07-12mgmtd: adjust one unnecessary bool convertanlan_cs
2023-06-27mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps
2023-06-19mgmtd: KISS the locking codeChristian Hopps
2023-06-18mgmtd: simplify locking, removing read locksChristian Hopps
2023-06-18lib: mgmtd: use short-circuit for lockingChristian Hopps
2023-06-13lib: mgmtd: improvements in logging and commentaryChristian Hopps
2023-06-12lib: mgmtd: fix/stdize debug message macrosChristian Hopps
2023-05-30mgmtd: Add note to SETCFG_REQ and debug loggingChristian Hopps
2023-05-28mgmtd: lib: cleanup error and debug messagesChristian Hopps
2023-05-28lib: add short-circuit operation between same processChristian Hopps
2023-05-28lib: mgmtd: add a identifying tag to the debug messageChristian Hopps
2023-05-28lib: dont be tricky with session_id just make it a session_idChristian Hopps
2023-05-28mgmtd: fix cleanup of cleanup in FE adapter codeChristian Hopps
2023-05-28mgmtd: convert BE/FE adapter to use allocated connectionsChristian Hopps
2023-05-28lib: mgmtd: add server-side connection code to mgmt_msgChristian Hopps
2023-05-28lib: msg: refactor common connection code from mgmtdChristian Hopps
2023-05-28lib: mgmt msg: add version to messagesChristian Hopps
2023-05-28lib: remove write-on-off, just requeue to the back of the queueChristian Hopps
2023-05-04mgmtd: simplify commit id to just be a timeval stringChristian Hopps
2023-05-01mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps
2023-04-05mgmtd: Fixing style warningsrgirada
2023-03-27mgmtd: Remove unnecessary assertsDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-22lib: mgmtd: fix build warnings (as error)dev/mgmtdChristian Hopps
2023-03-22lib, mgmtd: Add few fixes for commit-check and rollbackPushpasis Sarkar