cli: register event handler first, then do lookup
[project/ubus.git] / ubusd.c
2016-06-01 John Crispinubusd: remove systemd socket activation support
2016-06-01 Matthias Schifferubusd: fix systemd socket activation support
2016-02-28 Eyal Birgerubus: use network order in ubus message header fields
2015-12-09 Felix Fietkauubusd: make ACL path configurable on the command line
2015-11-19 Felix Fietkauubusd: add monitor support
2015-07-06 Felix Fietkauubusd: fix offset calculation (based on patch by Yang...
2015-06-18 John Crispinchange socket permission to allow !root users to connect
2015-06-18 John Crispinmake ubusd load the acl on start and HUP
2015-06-18 John Crispincall openlog on startup
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