summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libubus: check for non-NULL data before running callbacksFelix Fietkau2018-07-252-1/+9
* ubus/lua: pass notification name to callbackDirk Feytons2018-01-172-4/+6
* valgrind complained about theseJohn Crispin2018-01-171-2/+4
* fix invalid close() callJohn Crispin2018-01-171-1/+2
* ubusd: move global retmsg per clientAlexandru Ardelean2017-11-132-12/+25
* ubusd_monitor: alloc & free the buffer outside of the loopAlexandru Ardelean2017-11-131-3/+5
* ubusd: rename goto label from `error` to `out`Alexandru Ardelean2017-11-131-5/+5
* ubusd: don't free messages in ubus_send_msg() anymoreAlexandru Ardelean2017-11-135-23/+21
* libubus: Fix deletion from context's object AVL tree when removing objectBob Ham2017-11-131-2/+2
* ubus: Remove unnecessary memset calls.Rosen Penev2017-11-132-16/+8
* libubus-req: add data_cb callback handling for ubus notificationsJohn Crispin2017-11-062-0/+16
* cli: fix listen_timeout compile issueHans Dedecker2017-02-201-2/+2
* libubus: reset ctx->sock.error when doing ubus reconnectHans Dedecker2017-02-201-0/+1
* cli: do not use default timeout for listenFelix Fietkau2017-02-151-1/+4
* cli: add support for subscribing to objectsFelix Fietkau2017-02-141-13/+73
* ubusd: fix incomplete copy of shared buf during queue-ingAlexandru Ardelean2017-02-071-2/+9
* libubus: do not modify uloop_cancelledFelix Fietkau2017-02-033-12/+13
* libubus: reset ctx->sock.eof to fix reconnect issuesFelix Fietkau2017-02-031-0/+1
* libubus: do not register/unregister with uloop during sync requestsFelix Fietkau2017-01-221-11/+2
* libubus: move uloop_init() call to ubus_connect_ctxFelix Fietkau2017-01-222-1/+1
* ubusd: fix issue caused by an implicit castMihai Richard2017-01-201-2/+3
* ubus: ubus_free: clear pending timers before freeing contextAbhimanyu Vishwakarma2017-01-041-0/+1
* libubus: reduce code duplication, fix indentationFelix Fietkau2016-12-242-44/+18
* Allow sending a fd along a ubus_requestamine ahd2016-12-246-14/+91
* ubusd: fix id lookup of objects with path and no methodsFelix Fietkau2016-12-241-2/+3
* lua: add 'defer_request' and 'complete_deferred_request' functionsVasily Goldobin2016-11-212-0/+34
* ubusd_proto: fix crash when trying to subscribe to system objectsFelix Fietkau2016-11-201-1/+1
* build: remove /opt/local prefixFelix Fietkau2016-11-201-5/+0
* cli: register event handler first, then do lookupAlexandru Ardelean2016-10-121-2/+5
* ubusd: fix inverted check in ubusd_reply_addDenis Osvald2016-09-051-1/+1
* ubusd: don't check ACL when object is NULLDenis Osvald2016-08-251-1/+1
* ubusd: fix sending remove-object notificationFelix Fietkau2016-08-231-1/+1
* ubusd: add missing NULL pointer checks for obj->typeFelix Fietkau2016-08-231-1/+4
* cmake: Fix find_library for ubusd and examples/serverFlorian Fainelli2016-07-012-2/+3
* Fix the length of msg buffer after reallocRujun Wang2016-06-261-0/+1
* Implemented publish/subscribe lua bindings to libubus-lua with example lua fi...Iain Fraser2016-06-063-1/+314
* ubusd: remove systemd socket activation supportJohn Crispin2016-06-015-71/+7
* ubusd: fix systemd socket activation supportMatthias Schiffer2016-06-012-12/+42
* libubus: nullify stale msgbuf pointer in case of ubus_connect_ctx() failureEyal Birger2016-05-151-0/+1
* cmake: Add ubox, blobmsg_json libraries and include dirs lookupPetr Štetiar2016-03-072-5/+16
* cli: add timeout support for listen commandZhao, Gang2016-02-291-5/+20
* cli: static keyword tweakZhao, Gang2016-02-291-3/+3
* ubus: use network order in ubus message header fieldsEyal Birger2016-02-282-4/+17
* libubus.h: marking unused variablesEmanuel Taube2016-02-221-0/+2
* libubus.h: add ubus_auto_shutdown()Ben Kelly2016-02-071-0/+6
* ubusd: fix a memory leak on user/group client infoFelix Fietkau2016-01-263-0/+9
* lua: fix stack leak in ubus method handlingFelix Fietkau2016-01-201-2/+3
* ubusd: add missing NULL pointer checks for ACL processingFelix Fietkau2016-01-131-0/+6
* libubus: add null for ubus_context object in ubus_shutdown()Alexandru Ardelean2015-12-191-0/+2
* ubusd: allow all object access if uid=0 (ignore gid)Felix Fietkau2015-12-091-1/+1