Commit graph

  • da11ec6b9d remove duplicate definition of UBUS_UNIX_SOCKET Felix Fietkau 2011-02-06 20:55:34 +0100
  • c6affabb03 remove ubus.sock from .gitignore Felix Fietkau 2011-02-06 18:50:57 +0100
  • 5fde74d12a set the default socket name to /var/run/ubus.sock Felix Fietkau 2011-02-06 18:50:37 +0100
  • 7a56ab0411 add options to override the ubus socket name for the cli and the example program Felix Fietkau 2011-02-06 18:50:07 +0100
  • 8c8a8ba34f remove the socket when ubusd exits Felix Fietkau 2011-02-06 18:41:18 +0100
  • da9a7518f6 add support for overriding the socket name Felix Fietkau 2011-02-06 18:40:47 +0100
  • 45c873325e cli: display proper types for the method signatures Felix Fietkau 2011-02-06 16:48:58 +0100
  • 8c81142828 use the json to blobmsg library Felix Fietkau 2011-02-06 16:14:36 +0100
  • 2e83a5fab2 fix SIGINT handling Felix Fietkau 2011-02-06 02:19:54 +0100
  • 4534209ea8 rename listener to ubus-example Felix Fietkau 2011-02-06 02:15:10 +0100
  • 4864ab6397 listener: add a more complex example using parsing Felix Fietkau 2011-02-06 02:08:30 +0100
  • 9a03063aee fix event handler list initialization Felix Fietkau 2011-02-06 01:53:58 +0100
  • 88411527be fix message refcounting Felix Fietkau 2011-02-06 01:45:21 +0100
  • 4ae1159f62 add support for parsing method calls with json arguments Felix Fietkau 2011-02-06 01:22:54 +0100
  • ed4b742f3f implement code for receiving events Felix Fietkau 2011-02-05 23:23:44 +0100
  • f87a9dc69e cli: wait for incoming events on listen Felix Fietkau 2011-02-05 23:01:48 +0100
  • 32436bf25f remove an unnecessary check Felix Fietkau 2011-02-05 20:56:50 +0100
  • a84c6cac9a fix message buffering Felix Fietkau 2011-02-05 20:50:08 +0100
  • f6a6b0d492 add functionality for registering anonymous objects as event listeners Felix Fietkau 2011-02-05 19:53:14 +0100
  • fa989780bd add some stub functionality for the ubus event switch Felix Fietkau 2011-02-05 01:29:52 +0100
  • d80ebf55af add functions for internal object allocation Felix Fietkau 2011-02-05 00:21:27 +0100
  • ba6082bab5 install header files Felix Fietkau 2011-02-05 00:06:28 +0100
  • f0d75430d2 cli: return the ubus ret code Felix Fietkau 2011-02-05 00:02:22 +0100
  • 598c2103ae use the new blobmsg string buffer functions Felix Fietkau 2011-02-04 21:58:22 +0100
  • 875619ed4e add install targets Felix Fietkau 2011-01-31 21:17:33 +0100
  • 659a98c810 add an inline function to add the ubus socket to uloop Felix Fietkau 2011-01-31 20:00:39 +0100
  • 4f8b3c8d46 remove obsolete debug msgs Felix Fietkau 2011-01-31 19:55:07 +0100
  • 7d4fd754af remove an obsolete define Felix Fietkau 2011-01-31 19:53:55 +0100
  • ea76fb270d make libubus a dynamic library Felix Fietkau 2011-01-31 19:32:58 +0100
  • 768d282ae9 make ubus_parse_msg static Felix Fietkau 2011-01-31 18:28:14 +0100
  • 36b1a80b07 make ubus_start_request static Felix Fietkau 2011-01-31 18:27:23 +0100
  • 83a6386ede libubus: add generic lookup code Felix Fietkau 2011-01-31 18:26:24 +0100
  • 480a3d66a7 export the object type through lookup calls Felix Fietkau 2011-01-31 18:26:09 +0100
  • 23c9984a6c cli: use ubus_invoke() instead of low level handling Felix Fietkau 2011-01-31 17:27:08 +0100
  • 57615abd9b make message data on invoke() optional Felix Fietkau 2011-01-31 17:26:29 +0100
  • 1555e4610f add support for data replies Felix Fietkau 2011-01-31 17:18:10 +0100
  • 2e92ac29c1 cleanup, pass both data and status messages on to other clients Felix Fietkau 2011-01-31 16:32:29 +0100
  • a03acea49c remove support for path based invoke, add object id validation for responses Felix Fietkau 2011-01-31 16:25:22 +0100
  • 7b262aec38 add a callback for handling lost ubus connections Felix Fietkau 2011-01-31 16:15:55 +0100
  • c55408c4d0 libubus: add method to policy Felix Fietkau 2011-01-31 03:53:09 +0100
  • 1a871e1e89 add working method calls Felix Fietkau 2011-01-31 03:26:53 +0100
  • 44096a0a34 libubus: keep objects in an avl tree Felix Fietkau 2011-01-31 03:07:42 +0100
  • 749aaf3b6d add request cancelled flag Felix Fietkau 2011-01-31 02:52:12 +0100
  • 527d252333 remove path based invoke functions, add stub implementation for invoking method calls Felix Fietkau 2011-01-31 02:41:32 +0100
  • 8321f8c523 add stubs for invoke Felix Fietkau 2011-01-30 23:57:14 +0100
  • dbd4c2f121 Initial import Felix Fietkau 2010-12-06 03:51:58 +0100