summaryrefslogtreecommitdiff
path: root/ubusd.c
Commit message (Expand)AuthorAgeFilesLines
* ubusd: fix tx_queue linked list usageAlexander Van Parys2021-06-301-1/+1
* ubusd: add per-client tx queue limitArnout Vandecappelle (Essensium/Mind)2021-05-311-0/+5
* ubusd: convert tx_queue to linked listArnout Vandecappelle (Essensium/Mind)2021-05-311-4/+16
* ubusd/libubus-io: fix socket descriptor passingPetr Štetiar2019-12-271-17/+18
* refactor ubusd.c into reusable ubusd_libraryPetr Štetiar2019-12-161-268/+1
* iron out all extra compiler warningsPetr Štetiar2019-12-161-7/+7
* ubusd/libubus-io: fix variable sized struct position warningPetr Štetiar2019-12-161-2/+2
* ubusd: fix comparison of integers of different signsPetr Štetiar2019-12-161-3/+5
* ubusd: retry sending messages on EINTRFelix Fietkau2019-04-231-6/+12
* ubusd: don't free messages in ubus_send_msg() anymoreAlexandru Ardelean2017-11-131-6/+2
* ubusd: fix incomplete copy of shared buf during queue-ingAlexandru Ardelean2017-02-071-2/+9
* ubusd: fix issue caused by an implicit castMihai Richard2017-01-201-2/+3
* ubusd: remove systemd socket activation supportJohn Crispin2016-06-011-32/+7
* ubusd: fix systemd socket activation supportMatthias Schiffer2016-06-011-7/+32
* ubus: use network order in ubus message header fieldsEyal Birger2016-02-281-2/+12
* ubusd: make ACL path configurable on the command lineFelix Fietkau2015-12-091-1/+5
* ubusd: add monitor supportFelix Fietkau2015-11-191-0/+5
* ubusd: fix offset calculation (based on patch by Yang Chao)Felix Fietkau2015-07-061-1/+1
* change socket permission to allow !root users to connectJohn Crispin2015-06-181-1/+1
* make ubusd load the acl on start and HUPJohn Crispin2015-06-181-0/+7
* call openlog on startupJohn Crispin2015-06-181-0/+2
* ubusd: replace ubusd_msg_unshare() with ubus_msg_new() to prevent invalid fre...Alexandru Ardelean2014-07-031-13/+1
* ubusd: implement protocol support for passing file descriptors as part of req...Felix Fietkau2014-02-181-4/+70
* ubusd: use umask of 0177 for now to prevent a world- and group-writable unix ...Jo-Philipp Wich2013-09-281-0/+2
* add copyright/license informationFelix Fietkau2011-06-171-0/+13
* move more protocol related stuff to ubusd_proto.cFelix Fietkau2011-02-071-31/+7
* make ubus_msg_ref staticFelix Fietkau2011-02-071-1/+1
* make ubusd_get_client_by_id staticFelix Fietkau2011-02-071-12/+1
* fix max message length handling - exclude the headerFelix Fietkau2011-02-071-1/+1
* remove the socket when ubusd exitsFelix Fietkau2011-02-061-0/+1
* add support for overriding the socket nameFelix Fietkau2011-02-061-2/+23
* fix message refcountingFelix Fietkau2011-02-061-1/+1
* remove an unnecessary checkFelix Fietkau2011-02-051-2/+0
* fix message bufferingFelix Fietkau2011-02-051-25/+49
* add functions for internal object allocationFelix Fietkau2011-02-051-1/+1
* Initial importFelix Fietkau2011-01-301-0/+316