.gitignore
|
remove ubus.sock from .gitignore
|
2011-02-06 18:51:00 +01:00 |
cli.c
|
add support for timeouts on synchronous requests
|
2011-02-11 02:40:39 +01:00 |
CMakeLists.txt
|
suppress -rdynamic when linking ubus
|
2011-02-07 18:54:27 +01:00 |
libubus.c
|
add support for timeouts on synchronous requests
|
2011-02-11 02:40:39 +01:00 |
libubus.h
|
add support for timeouts on synchronous requests
|
2011-02-11 02:40:39 +01:00 |
ubus-example.c
|
remove some verbosity from the ubus example
|
2011-02-07 02:13:41 +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
|
move more protocol related stuff to ubusd_proto.c
|
2011-02-07 02:59:09 +01:00 |
ubusd.h
|
add notifications for registered/unregistered objects with path
|
2011-02-10 01:31:52 +01:00 |
ubusd_event.c
|
remove separate catch all list, always require a pattern argument for registering events, even if it is just *
|
2011-02-11 01:21:07 +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
|
add notifications for registered/unregistered objects with path
|
2011-02-10 01:31:52 +01:00 |
ubusd_obj.h
|
implement event pattern matching
|
2011-02-07 03:51:00 +01:00 |
ubusd_proto.c
|
remove some duplication
|
2011-02-07 03:01:36 +01:00 |
ubusmsg.h
|
add support for timeouts on synchronous requests
|
2011-02-11 02:40:39 +01:00 |