summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Felix Fietkau [Mon, 31 Jan 2011 16:27:08 +0000 (17:27 +0100)]
cli: use ubus_invoke() instead of low level handling
Felix Fietkau [Mon, 31 Jan 2011 16:26:29 +0000 (17:26 +0100)]
make message data on invoke() optional
Felix Fietkau [Mon, 31 Jan 2011 16:18:10 +0000 (17:18 +0100)]
add support for data replies
Felix Fietkau [Mon, 31 Jan 2011 15:32:29 +0000 (16:32 +0100)]
cleanup, pass both data and status messages on to other clients
Felix Fietkau [Mon, 31 Jan 2011 15:25:22 +0000 (16:25 +0100)]
remove support for path based invoke, add object id validation for responses
Felix Fietkau [Mon, 31 Jan 2011 15:15:55 +0000 (16:15 +0100)]
add a callback for handling lost ubus connections
Felix Fietkau [Mon, 31 Jan 2011 02:53:09 +0000 (03:53 +0100)]
libubus: add method to policy
Felix Fietkau [Mon, 31 Jan 2011 02:26:53 +0000 (03:26 +0100)]
add working method calls
Felix Fietkau [Mon, 31 Jan 2011 02:07:42 +0000 (03:07 +0100)]
libubus: keep objects in an avl tree
Felix Fietkau [Mon, 31 Jan 2011 01:52:12 +0000 (02:52 +0100)]
add request cancelled flag
Felix Fietkau [Mon, 31 Jan 2011 01:41:32 +0000 (02:41 +0100)]
remove path based invoke functions, add stub implementation for invoking method calls
Felix Fietkau [Sun, 30 Jan 2011 22:57:14 +0000 (23:57 +0100)]
add stubs for invoke
Felix Fietkau [Mon, 6 Dec 2010 02:51:58 +0000 (03:51 +0100)]
Initial import