libubus: expose ubus_connect_ctx() in public API
[project/ubus.git] / ubusd.c
2014-07-03 Alexandru Ardeleanubusd: replace ubusd_msg_unshare() with ubus_msg_new...
2014-02-18 Felix Fietkauubusd: implement protocol support for passing file...
2013-09-28 Jo-Philipp Wichubusd: use umask of 0177 for now to prevent a world...
2011-06-17 Felix Fietkauadd copyright/license information
2011-02-07 Felix Fietkaumove more protocol related stuff to ubusd_proto.c
2011-02-07 Felix Fietkaumake ubus_msg_ref static
2011-02-07 Felix Fietkaumake ubusd_get_client_by_id static
2011-02-07 Felix Fietkaufix max message length handling - exclude the header
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 Fietkaufix message refcounting
2011-02-05 Felix Fietkauremove an unnecessary check
2011-02-05 Felix Fietkaufix message buffering
2011-02-04 Felix Fietkauadd functions for internal object allocation
2011-01-30 Felix FietkauInitial import