project/ubus.git
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()
2016-01-26 Felix Fietkauubusd: fix a memory leak on user/group client info
2016-01-20 Felix Fietkaulua: fix stack leak in ubus method handling
2016-01-13 Felix Fietkauubusd: add missing NULL pointer checks for ACL processing
2015-12-19 Alexandru Ardeleanlibubus: add null for ubus_context object in ubus_shutd...
2015-12-09 Felix Fietkauubusd: allow all object access if uid=0 (ignore gid)
2015-12-09 Felix Fietkauubusd: fix the return code for acl check mismatch
2015-12-09 Felix Fietkauubusd: simplify/fix avl loop in ubusd_reply_add()
2015-12-09 Felix Fietkauubusd: simplify/fix avl loop in ubusd_acl_check()
2015-12-09 Felix Fietkaulibubus: add socket EOF handling to ubus_complete_request()
2015-12-09 Felix Fietkaulibubus: fix error handling during close after partiall...
2015-12-09 Felix Fietkauubusd: make ACL path configurable on the command line
2015-12-09 Felix Fietkauubusd: remove a faulty and redundant check
2015-12-07 Karl Vogelubus: Correct usage of timeout on poll function
2015-11-19 Felix Fietkaucli: add monitor support
2015-11-19 Felix Fietkaulibubus: add monitor support
2015-11-19 Felix Fietkauubusd: add monitor support
2015-11-02 Hans Dedeckerlibubus: Fix reverse order processing of pending ubus...
2015-11-02 Hans Dedeckerlua: Fix stack imbalance in ubus_event_handler
2015-09-22 John Crispinfix off-by-one in acl match iteration
2015-09-22 John Crispinunbreak acl allocation
2015-07-01 John Crispinfix a copy & paste bug
2015-07-06 Felix Fietkauubusd: fix offset calculation (based on patch by Yang...
2015-06-24 Felix Fietkauubusd: fix build on non-linux systems without peercred...
2015-06-18 John Crispinchange socket permission to allow !root users to connect
2015-06-18 John Crispinhook acl into ubusd
2015-06-18 John Crispinhook acl into libubus
2015-06-18 John Crispinadd acl code
2015-06-18 John Crispinmake ubusd load the acl on start and HUP
2015-06-18 John Crispinadd optional tags to the ubus methos struct and the...
2015-06-18 John Crispincall openlog on startup
2015-06-18 John Crispinmake ubus_proto_send_msg_from_blob() none static
2015-06-18 John Crispinmake ubus_parse_msg() none static
2015-06-18 John Crispinmake ubusd_send_event() none static
2015-06-18 John Crispinpass ubus_msg_buf to callback of internal object
2015-06-18 John Crispinremove obseleted validation of key
2015-05-25 陈斌lua: fix memory leak problem
2015-05-12 Felix Fietkaucli: flush stdout after printing an event
2015-05-08 Hans Dedeckerubus: Fix memleak in examples/client in case of failure
2015-04-20 Hans Dedeckerubus: Fix issues reported by static code analysis tool...
2015-01-22 Felix Fietkaulibubus: fix processing queued messages after blocking...
2014-10-14 Delio Brignolilibubus: expose ubus_connect_ctx() in public API
2014-09-17 Felix Fietkaulibubus: define _GNU_SOURCE, needed for O_CLOEXEC
2014-09-17 Zefir Kurtisilibubus: fix build error in examples/server
2014-09-17 Zefir Kurtisilibubus: replace __init with __constructor
2014-09-15 Alexandru Ardeleanlibubus: restore uloop_cancelled on timeout
2014-09-15 Felix Fietkaulibubus: preserve the received message buffer for incom...
2014-09-15 Felix Fietkaulibubus: rework buffer allocation code
2014-09-15 Felix Fietkaulibubus: remove ubus_msghdr_data() by passing in the...
2014-09-15 Felix Fietkaulibubus: use calloc_a for queued msgs to reduce the...
2014-09-04 Felix Fietkaulibubus: fix a small memleak in ubus_register_event_han...
2014-08-31 Alexandru Ardeleanlibubus: fix msgbuf reduction logic during receive
2014-08-31 Felix Fietkaulibubus: mark ubus socket with close-on-exec
2014-07-03 Felix Fietkaulibubus: use explicit type name in ubus_msghdr_data...
2014-07-03 Felix Fietkaulibubus: move ubus_msghdr_data to libubus-internal.h
2014-07-03 Alexandru Ardeleanubus: add count test to validate large message sizes
2014-07-03 Alexandru Ardeleanlibubus: fix ubus_invoke() to return err in case ubus_s...
2014-07-03 Alexandru Ardeleanubusd: replace ubusd_msg_unshare() with ubus_msg_new...
2014-07-03 Alexandru Ardeleanlibubus: fix writev_retry() function when writing large...
2014-07-03 Alexandru Ardeleanlibubus: add logic to reduce msgbuf data size after...
2014-07-03 Alexandru Ardeleanubus: increase message size limit and make it configura...
2014-07-03 Alexandru Ardeleanlibubus: refactor ubus_context msgbuf data to be dynami...
2014-06-25 Felix Fietkaulibubus: fix deferring invoke processing for non-uloop...
2014-06-24 Felix Fietkaulibubus: always defer processing incoming invoke/unsubs...
2014-05-06 Felix Fietkaucli: implement wait_for
2014-05-05 Steven Barthlua: forward return codes from lua to ubus
2014-04-26 Felix Fietkaulibubus: add support for defining a policy mask
2014-04-01 Felix Fietkauubusd: fix processing object method signatures
2014-03-18 Felix Fietkaulibubus: do not use uloop_run() inside ubus_complete_re...
2014-03-18 Felix Fietkaulibubus-internal: use the __hidden definition from...
2014-02-27 Felix Fietkaulibubus: close file descriptor after passing it in...
2014-02-23 Karl Vogelubus: Fix imbalance in lua stack push/pop of values.
2014-02-18 Felix Fietkauexamples/client: receive data from the passed file...
2014-02-18 Felix Fietkauexamples/server: send a file descriptor as part of...
2014-02-18 Felix Fietkaulibubus: implement file descriptor passing support
2014-02-18 Felix Fietkauubusd: implement protocol support for passing file...
next