summaryrefslogtreecommitdiff
path: root/ubusd.h
Commit message (Expand)AuthorAgeFilesLines
* ubusd: add lookup command queuing supportHEADmasterDaniel Danzberger2022-06-151-0/+8
* ubusd: add per-client tx queue limitArnout Vandecappelle (Essensium/Mind)2021-05-311-0/+2
* ubusd: convert tx_queue to linked listArnout Vandecappelle (Essensium/Mind)2021-05-311-3/+8
* fix blob parsing vulnerability by using blob_parse_untrustedPetr Štetiar2019-12-191-1/+1
* refactor ubusd.c into reusable ubusd_libraryPetr Štetiar2019-12-161-0/+1
* ubusd: move global retmsg per clientAlexandru Ardelean2017-11-131-0/+2
* ubusd: don't free messages in ubus_send_msg() anymoreAlexandru Ardelean2017-11-131-1/+1
* ubusd: make ACL path configurable on the command lineFelix Fietkau2015-12-091-0/+2
* ubusd: add monitor supportFelix Fietkau2015-11-191-0/+4
* add acl codeJohn Crispin2015-06-181-0/+7
* make ubus_proto_send_msg_from_blob() none staticJohn Crispin2015-06-181-0/+2
* make ubus_parse_msg() none staticJohn Crispin2015-06-181-0/+1
* make ubusd_send_event() none staticJohn Crispin2015-06-181-0/+3
* ubusd: implement protocol support for passing file descriptors as part of req...Felix Fietkau2014-02-181-1/+3
* add copyright/license informationFelix Fietkau2011-06-171-0/+13
* add notifications for registered/unregistered objects with pathFelix Fietkau2011-02-101-0/+1
* move more protocol related stuff to ubusd_proto.cFelix Fietkau2011-02-071-3/+3
* make ubus_msg_ref staticFelix Fietkau2011-02-071-1/+0
* make ubusd_get_client_by_id staticFelix Fietkau2011-02-071-2/+1
* make ubus_parse_msg staticFelix Fietkau2011-02-071-2/+0
* add code for sending events and fix the code for receiving eventsFelix Fietkau2011-02-071-0/+2
* remove duplicate definition of UBUS_UNIX_SOCKETFelix Fietkau2011-02-061-1/+0
* fix message bufferingFelix Fietkau2011-02-051-14/+8
* add some stub functionality for the ubus event switchFelix Fietkau2011-02-051-0/+3
* Initial importFelix Fietkau2011-01-301-0/+64