change the ubus signature type to int instead of the enum, as there are possible...
[project/ubus.git] / libubus.c
2011-02-11 Felix Fietkauadd support for timeouts on synchronous requests
2011-02-11 Felix Fietkauremove separate catch all list, always require a patter...
2011-02-10 Felix Fietkauadd writev_retry to avoid incomplete writes
2011-02-07 Felix Fietkauadd sender side length checks
2011-02-07 Felix Fietkauremove unnecessary debug stuff
2011-02-07 Felix Fietkaufix max message length handling - exclude the header
2011-02-07 Felix Fietkauadd code for sending events and fix the code for receiv...
2011-02-06 Felix Fietkaumake ubus_default_connection_lost static
2011-02-06 Felix Fietkauadd ubus_remove_object to libubus
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 Fietkaufix SIGINT handling
2011-02-05 Felix Fietkauimplement code for receiving events
2011-02-05 Felix Fietkauadd functionality for registering anonymous objects...
2011-01-31 Felix Fietkauremove obsolete debug msgs
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 Fietkaumake message data on invoke() optional
2011-01-31 Felix Fietkauadd support for data replies
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