project/ubus.git
2023-12-18 Felix FietkauCMakeLists.txt: bump minimum cmake version master
2023-11-28 Felix Fietkaulibubus: fix initial subscribe with autosubscribe
2023-11-28 Felix Fietkaulibubus: fix reconnect with auto subscribe
2023-11-14 John CrispinAdd auto subscribe support
2023-06-05 Felix Fietkaulibubus: add missing uloop_fd_delete call in ubus_shutdown
2022-06-15 Daniel Danzbergerubusd: add lookup command queuing support
2022-06-01 Erik Karlssonubusd: handle invoke on event object without data
2022-05-30 Etienne Champetierlua: add optional path filter to objects() method
2022-02-28 Stijn Tintelcli: improve error logging for call command staging/stintel/dev
2022-02-28 Stijn Tintelcli: use UBUS_STATUS_PARSE_ERROR
2022-02-28 Stijn Tintellibubus: introduce new status messages
2021-09-08 Felix Fietkaulibubus: increase stack depth for processing obj msgs
2021-09-08 Felix Fietkaulibubus: process pending messages in data handler if...
2021-09-08 Felix Fietkaulibubus: use list_empty/list_first_entry in ubus_proces...
2021-09-07 Rafał Miłeckiubusd: log ACL init errors
2021-06-30 Alexander Van... ubusd: fix tx_queue linked list usage
2021-06-02 Julian Squiresubusd: protect against too-short messages
2021-05-31 Arnout Vandecappelle... ubusd: add per-client tx queue limit
2021-05-31 Arnout Vandecappelle... ubusd: convert tx_queue to linked list
2021-02-15 Felix Fietkaucmake: add a possibility to set library version
2020-12-04 Daniel Golleubusd: attempt to create socket folder
2020-10-25 Ansuel Smithubusd_acl: add support for wildcard in methods
2020-10-19 Daniel Golleubus: move /var/run/ubus.sock to /var/run/ubus/ubus...
2020-08-05 Petr Štetiartests: cram: fix usage test
2020-08-05 Rafał Miłeckicli: document usage of "subscribe" command
2020-03-15 Alin Nastaclua: avoid truncation of large numeric values
2020-01-05 Peter Stadlerubus: make libubus ready for linking into C++
2019-12-27 Petr Štetiarubusd/libubus-io: fix socket descriptor passing
2019-12-26 Petr Štetiarci: enable unit testing
2019-12-19 Petr Štetiarfix blob parsing vulnerability by using blob_parse_untr...
2019-12-19 Petr Štetiarubus_monitor: workaround possibly false positive uses...
2019-12-19 Petr Štetiarubusd_monitor: fix possible null pointer dereference
2019-12-19 Petr Štetiarubus_common: remove duplicate ARRAY_SIZE and add missin...
2019-12-19 Petr Štetiarworkaround possibly false positive uses of memory after...
2019-12-16 Petr Štetiarlua: ubus_lua_do_subscribe: fix copy&paste error
2019-12-16 Petr Štetiarlua: workaround false positive dereference of null...
2019-12-16 Petr Štetiaradd fuzzer and cram based unit tests
2019-12-16 Petr Štetiarrefactor ubusd.c into reusable ubusd_library
2019-12-16 Petr Štetiarexamples: remove dead increments
2019-12-16 Petr Štetiaradd initial GitLab CI support
2019-12-16 Petr Štetiarlibubus: fix incompatible pointer types assigment
2019-12-16 Petr Štetiariron out all extra compiler warnings
2019-12-16 Petr Štetiarubusd/libubus-io: fix variable sized struct position...
2019-12-16 Petr Štetiarubusd: fix comparison of integers of different signs
2019-12-11 Petr Štetiarcmake: enable extra compiler checks
2019-07-01 Alban Bedelubus: Support static builds
2019-04-23 Felix Fietkauubusd: retry sending messages on EINTR
2019-04-16 Felix Fietkaulibubus: attempt to receive data before calling poll
2019-04-16 Felix Fietkaulibubus: do not abort recv_retry before completing...
2018-10-06 Hans Dedeckerubusd_acl: event send access list support
2018-10-06 Hans Dedeckerubusd_acl: event listen access list support
2018-10-06 Hans Dedeckerubusd_acl: rework wildcard support
2018-10-06 Hans Dedeckerubusd_event: move strmatch_len to ubus_common.h
2018-09-10 Marcus Comstedtubus/lua: add support for BLOBMSG_TYPE_DOUBLE
2018-07-26 Felix Fietkaulibubus: pass an empty UBUS_ATTR_DATA block if msg...
2018-07-25 Felix Fietkaulibubus: check for non-NULL data before running callbacks
2018-01-17 Dirk Feytonsubus/lua: pass notification name to callback
2018-01-17 John Crispinvalgrind complained about these
2018-01-17 John Crispinfix invalid close() call
2017-11-13 Alexandru Ardeleanubusd: move global retmsg per client
2017-11-13 Alexandru Ardeleanubusd_monitor: alloc & free the buffer outside of the...
2017-11-13 Alexandru Ardeleanubusd: rename goto label from `error` to `out`
2017-11-13 Alexandru Ardeleanubusd: don't free messages in ubus_send_msg() anymore
2017-11-13 Bob Hamlibubus: Fix deletion from context's object AVL tree...
2017-11-13 Rosen Penevubus: Remove unnecessary memset calls.
2017-11-06 John Crispinlibubus-req: add data_cb callback handling for ubus...
2017-02-20 Hans Dedeckercli: fix listen_timeout compile issue
2017-02-20 Hans Dedeckerlibubus: reset ctx->sock.error when doing ubus reconnect
2017-02-15 Felix Fietkaucli: do not use default timeout for listen
2017-02-14 Felix Fietkaucli: add support for subscribing to objects
2017-02-07 Alexandru Ardeleanubusd: fix incomplete copy of shared buf during queue-ing
2017-02-03 Felix Fietkaulibubus: do not modify uloop_cancelled
2017-02-03 Felix Fietkaulibubus: reset ctx->sock.eof to fix reconnect issues
2017-01-22 Felix Fietkaulibubus: do not register/unregister with uloop during...
2017-01-22 Felix Fietkaulibubus: move uloop_init() call to ubus_connect_ctx
2017-01-20 Mihai Richardubusd: fix issue caused by an implicit cast
2017-01-04 Abhimanyu Vishwakarmaubus: ubus_free: clear pending timers before freeing...
2016-12-24 Felix Fietkaulibubus: reduce code duplication, fix indentation
2016-12-24 amine ahdAllow sending a fd along a ubus_request
2016-12-24 Felix Fietkauubusd: fix id lookup of objects with path and no methods
2016-11-21 Vasily Goldobinlua: add 'defer_request' and 'complete_deferred_request...
2016-11-20 Felix Fietkauubusd_proto: fix crash when trying to subscribe to...
2016-11-20 Felix Fietkaubuild: remove /opt/local prefix
2016-10-12 Alexandru Ardeleancli: register event handler first, then do lookup
2016-09-05 Denis Osvaldubusd: fix inverted check in ubusd_reply_add
2016-08-25 Denis Osvaldubusd: don't check ACL when object is NULL
2016-08-23 Felix Fietkauubusd: fix sending remove-object notification
2016-08-23 Felix Fietkauubusd: add missing NULL pointer checks for obj->type
2016-07-01 Florian Fainellicmake: Fix find_library for ubusd and examples/server
2016-06-26 Rujun WangFix the length of msg buffer after realloc
2016-06-06 Iain FraserImplemented publish/subscribe lua bindings to libubus...
2016-06-01 John Crispinubusd: remove systemd socket activation support
2016-06-01 Matthias Schifferubusd: fix systemd socket activation support
2016-05-15 Eyal Birgerlibubus: nullify stale msgbuf pointer in case of ubus_c...
2016-03-07 Petr Štetiarcmake: Add ubox, blobmsg_json libraries and include...
2016-02-29 Zhao, Gangcli: add timeout support for listen command
2016-02-29 Zhao, Gangcli: static keyword tweak
2016-02-28 Eyal Birgerubus: use network order in ubus message header fields
2016-02-22 Emanuel Taubelibubus.h: marking unused variables
2016-02-07 Ben Kellylibubus.h: add ubus_auto_shutdown()
next