summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ubusd: add lookup command queuing supportHEADmasterDaniel Danzberger2022-06-153-8/+122
* ubusd: handle invoke on event object without dataErik Karlsson2022-06-011-0/+6
* lua: add optional path filter to objects() methodEtienne Champetier2022-05-301-1/+2
* cli: improve error logging for call commandstaging/stintel/devStijn Tintel2022-02-281-2/+23
* cli: use UBUS_STATUS_PARSE_ERRORStijn Tintel2022-02-281-6/+2
* libubus: introduce new status messagesStijn Tintel2022-02-282-0/+6
* libubus: increase stack depth for processing obj msgsFelix Fietkau2021-09-081-0/+2
* libubus: process pending messages in data handler if stack depth is 0Felix Fietkau2021-09-081-1/+9
* libubus: use list_empty/list_first_entry in ubus_process_pending_msgFelix Fietkau2021-09-081-2/+3
* ubusd: log ACL init errorsRafał Miłecki2021-09-072-3/+13
* ubusd: fix tx_queue linked list usageAlexander Van Parys2021-06-302-1/+2
* ubusd: protect against too-short messagesJulian Squires2021-06-021-0/+2
* ubusd: add per-client tx queue limitArnout Vandecappelle (Essensium/Mind)2021-05-313-0/+8
* ubusd: convert tx_queue to linked listArnout Vandecappelle (Essensium/Mind)2021-05-314-31/+34
* cmake: add a possibility to set library versionFelix Fietkau2021-02-151-0/+4
* ubusd: attempt to create socket folderDaniel Golle2020-12-041-0/+16
* ubusd_acl: add support for wildcard in methodsAnsuel Smith2020-10-251-2/+6
* ubus: move /var/run/ubus.sock to /var/run/ubus/ubus.sockDaniel Golle2020-10-191-1/+1
* tests: cram: fix usage testPetr Štetiar2020-08-051-0/+2
* cli: document usage of "subscribe" commandRafał Miłecki2020-08-051-0/+1
* lua: avoid truncation of large numeric valuesAlin Nastac2020-03-151-1/+4
* ubus: make libubus ready for linking into C++Peter Stadler2020-01-051-0/+8
* ubusd/libubus-io: fix socket descriptor passingPetr Štetiar2019-12-273-73/+83
* ci: enable unit testingPetr Štetiar2019-12-261-0/+1
* fix blob parsing vulnerability by using blob_parse_untrustedPetr Štetiar2019-12-1910-18/+18
* ubus_monitor: workaround possibly false positive uses of memory after it is f...Petr Štetiar2019-12-191-1/+1
* ubusd_monitor: fix possible null pointer dereferencePetr Štetiar2019-12-191-10/+30
* ubus_common: remove duplicate ARRAY_SIZE and add missing includePetr Štetiar2019-12-191-4/+2
* workaround possibly false positive uses of memory after it is freedPetr Štetiar2019-12-195-16/+14
* lua: ubus_lua_do_subscribe: fix copy&paste errorPetr Štetiar2019-12-161-2/+2
* lua: workaround false positive dereference of null pointerPetr Štetiar2019-12-161-9/+10
* add fuzzer and cram based unit testsPetr Štetiar2019-12-1626-0/+198
* refactor ubusd.c into reusable ubusd_libraryPetr Štetiar2019-12-166-271/+278
* examples: remove dead incrementsPetr Štetiar2019-12-162-6/+0
* add initial GitLab CI supportPetr Štetiar2019-12-161-0/+7
* libubus: fix incompatible pointer types assigmentPetr Štetiar2019-12-161-1/+1
* iron out all extra compiler warningsPetr Štetiar2019-12-1610-29/+32
* ubusd/libubus-io: fix variable sized struct position warningPetr Štetiar2019-12-162-4/+4
* ubusd: fix comparison of integers of different signsPetr Štetiar2019-12-161-3/+5
* cmake: enable extra compiler checksPetr Štetiar2019-12-111-1/+7
* ubus: Support static buildsAlban Bedel2019-07-011-3/+10
* ubusd: retry sending messages on EINTRFelix Fietkau2019-04-231-6/+12
* libubus: attempt to receive data before calling pollFelix Fietkau2019-04-161-3/+3
* libubus: do not abort recv_retry before completing a messageFelix Fietkau2019-04-161-2/+0
* ubusd_acl: event send access list supportHans Dedecker2018-10-063-0/+24
* ubusd_acl: event listen access list supportHans Dedecker2018-10-063-0/+24
* ubusd_acl: rework wildcard supportHans Dedecker2018-10-061-42/+69
* ubusd_event: move strmatch_len to ubus_common.hHans Dedecker2018-10-062-10/+10
* ubus/lua: add support for BLOBMSG_TYPE_DOUBLEMarcus Comstedt2018-09-101-0/+13
* libubus: pass an empty UBUS_ATTR_DATA block if msg is NULL on invokeFelix Fietkau2018-07-261-6/+11