.gitignore
|
remove ubus.sock from .gitignore
|
2011-02-06 18:51:00 +01:00 |
cli.c
|
add options to override the ubus socket name for the cli and the example program
|
2011-02-06 18:50:07 +01:00 |
CMakeLists.txt
|
use the json to blobmsg library
|
2011-02-06 16:15:14 +01:00 |
libubus.c
|
rename publish to add_object
|
2011-02-06 21:33:03 +01:00 |
libubus.h
|
rename publish to add_object
|
2011-02-06 21:33:03 +01:00 |
ubus-example.c
|
rename publish to add_object
|
2011-02-06 21:33:03 +01:00 |
ubus_common.h
|
set the default socket name to /var/run/ubus.sock
|
2011-02-06 18:50:37 +01:00 |
ubusd.c
|
remove the socket when ubusd exits
|
2011-02-06 18:41:18 +01:00 |
ubusd.h
|
remove duplicate definition of UBUS_UNIX_SOCKET
|
2011-02-06 20:55:34 +01:00 |
ubusd_event.c
|
add functionality for registering anonymous objects as event listeners
|
2011-02-05 19:53:14 +01:00 |
ubusd_id.c
|
add some stub functionality for the ubus event switch
|
2011-02-05 01:29:52 +01:00 |
ubusd_id.h
|
add some stub functionality for the ubus event switch
|
2011-02-05 01:29:52 +01:00 |
ubusd_obj.c
|
fix event handler list initialization
|
2011-02-06 01:53:58 +01:00 |
ubusd_obj.h
|
add functionality for registering anonymous objects as event listeners
|
2011-02-05 19:53:14 +01:00 |
ubusd_proto.c
|
rename publish to add_object
|
2011-02-06 21:33:03 +01:00 |
ubusmsg.h
|
rename publish to add_object
|
2011-02-06 21:33:03 +01:00 |