summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-10-06ubusd_acl: event listen access list supportHans Dedecker
2018-10-06ubusd_acl: rework wildcard supportHans Dedecker
2018-10-06ubusd_event: move strmatch_len to ubus_common.hHans Dedecker
2018-09-10ubus/lua: add support for BLOBMSG_TYPE_DOUBLEMarcus Comstedt
2018-07-26libubus: pass an empty UBUS_ATTR_DATA block if msg is NULL on invokeFelix Fietkau
2018-07-25libubus: check for non-NULL data before running callbacksFelix Fietkau
2018-01-17ubus/lua: pass notification name to callbackDirk Feytons
2018-01-17valgrind complained about theseJohn Crispin
2018-01-17fix invalid close() callJohn Crispin
2017-11-13ubusd: move global retmsg per clientAlexandru Ardelean
2017-11-13ubusd_monitor: alloc & free the buffer outside of the loopAlexandru Ardelean
2017-11-13ubusd: rename goto label from `error` to `out`Alexandru Ardelean
2017-11-13ubusd: don't free messages in ubus_send_msg() anymoreAlexandru Ardelean
2017-11-13libubus: Fix deletion from context's object AVL tree when removing objectBob Ham
2017-11-13ubus: Remove unnecessary memset calls.Rosen Penev
2017-11-06libubus-req: add data_cb callback handling for ubus notificationsJohn Crispin
2017-02-20cli: fix listen_timeout compile issueHans Dedecker
2017-02-20libubus: reset ctx->sock.error when doing ubus reconnectHans Dedecker
2017-02-15cli: do not use default timeout for listenFelix Fietkau
2017-02-14cli: add support for subscribing to objectsFelix Fietkau
2017-02-07ubusd: fix incomplete copy of shared buf during queue-ingAlexandru Ardelean
2017-02-03libubus: do not modify uloop_cancelledFelix Fietkau
2017-02-03libubus: reset ctx->sock.eof to fix reconnect issuesFelix Fietkau
2017-01-22libubus: do not register/unregister with uloop during sync requestsFelix Fietkau
2017-01-22libubus: move uloop_init() call to ubus_connect_ctxFelix Fietkau
2017-01-20ubusd: fix issue caused by an implicit castMihai Richard
2017-01-04ubus: ubus_free: clear pending timers before freeing contextAbhimanyu Vishwakarma
2016-12-24libubus: reduce code duplication, fix indentationFelix Fietkau
2016-12-24Allow sending a fd along a ubus_requestamine ahd
2016-12-24ubusd: fix id lookup of objects with path and no methodsFelix Fietkau
2016-11-21lua: add 'defer_request' and 'complete_deferred_request' functionsVasily Goldobin
2016-11-20ubusd_proto: fix crash when trying to subscribe to system objectsFelix Fietkau
2016-11-20build: remove /opt/local prefixFelix Fietkau
2016-10-12cli: register event handler first, then do lookupAlexandru Ardelean
2016-09-05ubusd: fix inverted check in ubusd_reply_addDenis Osvald
2016-08-25ubusd: don't check ACL when object is NULLDenis Osvald
2016-08-23ubusd: fix sending remove-object notificationFelix Fietkau
2016-08-23ubusd: add missing NULL pointer checks for obj->typeFelix Fietkau
2016-07-01cmake: Fix find_library for ubusd and examples/serverFlorian Fainelli
2016-06-26Fix the length of msg buffer after reallocRujun Wang
2016-06-06Implemented publish/subscribe lua bindings to libubus-lua with example lua files.Iain Fraser
2016-06-01ubusd: remove systemd socket activation supportJohn Crispin
2016-06-01ubusd: fix systemd socket activation supportMatthias Schiffer
2016-05-15libubus: nullify stale msgbuf pointer in case of ubus_connect_ctx() failureEyal Birger
2016-03-07cmake: Add ubox, blobmsg_json libraries and include dirs lookupPetr Štetiar
2016-02-29cli: add timeout support for listen commandZhao, Gang
2016-02-29cli: static keyword tweakZhao, Gang
2016-02-28ubus: use network order in ubus message header fieldsEyal Birger
2016-02-22libubus.h: marking unused variablesEmanuel Taube
2016-02-07libubus.h: add ubus_auto_shutdown()Ben Kelly