summaryrefslogtreecommitdiffstats
path: root/mgmtd/mgmt_fe_adapter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* mgmtd: lib: utilize msglib constructed from the removed codeChristian Hopps2023-03-221-267/+61
* mgmtd: Add MGMT Transaction FrameworkYash Ranjan2023-03-221-163/+126
* mgmtd: Add MGMT Frontend Interface FrameworkChristian Hopps2023-03-221-0/+2147