index
:
ubus
master
openwrt-19.07
staging/stintel/dev
OpenWrt system message/RPC bus
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-06-01
ubusd: handle invoke on event object without data
Erik Karlsson
2022-05-30
lua: add optional path filter to objects() method
Etienne Champetier
2022-02-28
cli: improve error logging for call command
staging/stintel/dev
Stijn Tintel
2022-02-28
cli: use UBUS_STATUS_PARSE_ERROR
Stijn Tintel
2022-02-28
libubus: introduce new status messages
Stijn Tintel
2021-09-08
libubus: increase stack depth for processing obj msgs
Felix Fietkau
2021-09-08
libubus: process pending messages in data handler if stack depth is 0
Felix Fietkau
2021-09-08
libubus: use list_empty/list_first_entry in ubus_process_pending_msg
Felix Fietkau
2021-09-07
ubusd: log ACL init errors
Rafał Miłecki
2021-06-30
ubusd: fix tx_queue linked list usage
Alexander Van Parys
2021-06-02
ubusd: protect against too-short messages
Julian Squires
2021-05-31
ubusd: add per-client tx queue limit
Arnout Vandecappelle (Essensium/Mind)
2021-05-31
ubusd: convert tx_queue to linked list
Arnout Vandecappelle (Essensium/Mind)
2021-02-15
cmake: add a possibility to set library version
Felix Fietkau
2020-12-04
ubusd: attempt to create socket folder
Daniel Golle
2020-10-25
ubusd_acl: add support for wildcard in methods
Ansuel Smith
2020-10-19
ubus: move /var/run/ubus.sock to /var/run/ubus/ubus.sock
Daniel Golle
2020-08-05
tests: cram: fix usage test
Petr Štetiar
2020-08-05
cli: document usage of "subscribe" command
Rafał Miłecki
2020-03-15
lua: avoid truncation of large numeric values
Alin Nastac
2020-01-05
ubus: make libubus ready for linking into C++
Peter Stadler
2019-12-27
ubusd/libubus-io: fix socket descriptor passing
Petr Štetiar
2019-12-26
ci: enable unit testing
Petr Štetiar
2019-12-19
fix blob parsing vulnerability by using blob_parse_untrusted
Petr Štetiar
2019-12-19
ubus_monitor: workaround possibly false positive uses of memory after it is freed
Petr Štetiar
2019-12-19
ubusd_monitor: fix possible null pointer dereference
Petr Štetiar
2019-12-19
ubus_common: remove duplicate ARRAY_SIZE and add missing include
Petr Štetiar
2019-12-19
workaround possibly false positive uses of memory after it is freed
Petr Štetiar
2019-12-16
lua: ubus_lua_do_subscribe: fix copy&paste error
Petr Štetiar
2019-12-16
lua: workaround false positive dereference of null pointer
Petr Štetiar
2019-12-16
add fuzzer and cram based unit tests
Petr Štetiar
2019-12-16
refactor ubusd.c into reusable ubusd_library
Petr Štetiar
2019-12-16
examples: remove dead increments
Petr Štetiar
2019-12-16
add initial GitLab CI support
Petr Štetiar
2019-12-16
libubus: fix incompatible pointer types assigment
Petr Štetiar
2019-12-16
iron out all extra compiler warnings
Petr Štetiar
2019-12-16
ubusd/libubus-io: fix variable sized struct position warning
Petr Štetiar
2019-12-16
ubusd: fix comparison of integers of different signs
Petr Štetiar
2019-12-11
cmake: enable extra compiler checks
Petr Štetiar
2019-07-01
ubus: Support static builds
Alban Bedel
2019-04-23
ubusd: retry sending messages on EINTR
Felix Fietkau
2019-04-16
libubus: attempt to receive data before calling poll
Felix Fietkau
2019-04-16
libubus: do not abort recv_retry before completing a message
Felix Fietkau
2018-10-06
ubusd_acl: event send access list support
Hans Dedecker
2018-10-06
ubusd_acl: event listen access list support
Hans Dedecker
2018-10-06
ubusd_acl: rework wildcard support
Hans Dedecker
2018-10-06
ubusd_event: move strmatch_len to ubus_common.h
Hans Dedecker
2018-09-10
ubus/lua: add support for BLOBMSG_TYPE_DOUBLE
Marcus Comstedt
2018-07-26
libubus: pass an empty UBUS_ATTR_DATA block if msg is NULL on invoke
Felix Fietkau
2018-07-25
libubus: check for non-NULL data before running callbacks
Felix Fietkau
[next]