project/ubus.git
2011-02-06 Felix Fietkauadd ubus_remove_object to libubus
2011-02-06 Felix Fietkauimplement a handler for UBUS_MSG_REMOVE_OBJECT
2011-02-06 Felix Fietkaufollow blob_get_int* -> blob_get_u* rename
2011-02-06 Felix Fietkaurename publish to add_object
2011-02-06 Felix Fietkauremove duplicate definition of UBUS_UNIX_SOCKET
2011-02-06 Felix Fietkauremove ubus.sock from .gitignore
2011-02-06 Felix Fietkauset the default socket name to /var/run/ubus.sock
2011-02-06 Felix Fietkauadd options to override the ubus socket name for the...
2011-02-06 Felix Fietkauremove the socket when ubusd exits
2011-02-06 Felix Fietkauadd support for overriding the socket name
2011-02-06 Felix Fietkaucli: display proper types for the method signatures
2011-02-06 Felix Fietkauuse the json to blobmsg library
2011-02-06 Felix Fietkaufix SIGINT handling
2011-02-06 Felix Fietkaurename listener to ubus-example
2011-02-06 Felix Fietkaulistener: add a more complex example using parsing
2011-02-06 Felix Fietkaufix event handler list initialization
2011-02-06 Felix Fietkaufix message refcounting
2011-02-06 Felix Fietkauadd support for parsing method calls with json arguments
2011-02-05 Felix Fietkauimplement code for receiving events
2011-02-05 Felix Fietkaucli: wait for incoming events on listen
2011-02-05 Felix Fietkauremove an unnecessary check
2011-02-05 Felix Fietkaufix message buffering
2011-02-05 Felix Fietkauadd functionality for registering anonymous objects...
2011-02-05 Felix Fietkauadd some stub functionality for the ubus event switch
2011-02-04 Felix Fietkauadd functions for internal object allocation
2011-02-04 Felix Fietkauinstall header files
2011-02-04 Felix Fietkaucli: return the ubus ret code
2011-02-04 Felix Fietkauuse the new blobmsg string buffer functions
2011-01-31 Felix Fietkauadd install targets
2011-01-31 Felix Fietkauadd an inline function to add the ubus socket to uloop
2011-01-31 Felix Fietkauremove obsolete debug msgs
2011-01-31 Felix Fietkauremove an obsolete define
2011-01-31 Felix Fietkaumake libubus a dynamic library
2011-01-31 Felix Fietkaumake ubus_parse_msg static
2011-01-31 Felix Fietkaumake ubus_start_request static
2011-01-31 Felix Fietkaulibubus: add generic lookup code
2011-01-31 Felix Fietkauexport the object type through lookup calls
2011-01-31 Felix Fietkaucli: use ubus_invoke() instead of low level handling
2011-01-31 Felix Fietkaumake message data on invoke() optional
2011-01-31 Felix Fietkauadd support for data replies
2011-01-31 Felix Fietkaucleanup, pass both data and status messages on to other...
2011-01-31 Felix Fietkauremove support for path based invoke, add object id...
2011-01-31 Felix Fietkauadd a callback for handling lost ubus connections
2011-01-31 Felix Fietkaulibubus: add method to policy
2011-01-31 Felix Fietkauadd working method calls
2011-01-31 Felix Fietkaulibubus: keep objects in an avl tree
2011-01-31 Felix Fietkauadd request cancelled flag
2011-01-31 Felix Fietkauremove path based invoke functions, add stub implementa...
2011-01-30 Felix Fietkauadd stubs for invoke
2011-01-30 Felix FietkauInitial import