project/ubus.git
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...
2014-01-28 Luka Perkovlua: allow methods with no arguments
2014-01-28 Luka Perkovlua: fix whitespaces and typo
2014-01-22 John Crispinadd auto (re)connect logic to libubus
2013-11-07 John Crispinadd Lua bindings for ubus events
2013-10-29 Felix Fietkaulibubus: pull the variable length data array out of...
2013-09-28 Jo-Philipp... ubusd: use umask of 0177 for now to prevent a world...
2013-08-29 Lukasz Bajlibubus: Check if remove callback exists before call it
2013-08-08 Felix Fietkaulibubus: detect read/write errors and set the eof flag...
2013-08-08 Felix Fietkaulibubus: fix publishing objects after reconnect
2013-08-04 Yousong ZhouAdd a return value to make compiler silent.
2013-08-04 Yousong ZhouFix the condition for stopping the writev_retry.
2013-05-30 Felix Fietkaulibubus: fix logic inversion for cancelling requests
2013-05-29 Felix Fietkaucli: use the new json-c library name
2013-05-11 Felix Fietkaulibubus: fix deadlock in recursive synchronous ubus...
2013-04-04 Felix Fietkaulibubus: fix crash on reconnect with objects that have...
2013-03-17 Felix Fietkaulibubus: fix passing the return code of the subscriber...
2013-03-17 Felix Fietkaulibubus: fix synchronous ubus_notify without waiting...
2013-03-17 Felix Fietkaulibubus: add ubus_unregister_subscriber wrapper
2013-03-06 Felix Fietkaulibubus: add UBUS_METHOD_NOARG
2013-03-04 Thomas Gstädtneradd systemd support
2013-03-04 Thomas Gstädtnermake UBUS_UNIX_SOCKET configurable via cmake
2013-03-03 Thomas Gstädtneradd INCLUDE_DIRECTORIES to subdirectories
2013-03-03 Thomas Gstädtnermake building examples an option
2013-01-23 Felix Fietkaubuild: remove install prefix override
2013-01-13 Jo-Philipp... lua: pass u64 blob type as double to Lua
2012-12-30 Felix Fietkaulibubus: free internal blob_buf memory when freeing...
2012-12-15 Felix Fietkauexamples: disable the message on the server example...
2012-12-15 Felix Fietkaulibubus: fix data type of request sequence counter...
2012-12-15 Felix Fietkaulibubus: fix uninitialized variable warning
2012-12-14 Felix Fietkauexamples: use blocking notify
2012-12-14 Felix Fietkaulibubus: implement notify handling
2012-12-14 Felix Fietkaulibubus: fix segfaults on request timeouts
2012-12-14 Felix Fietkauubusd: implement notify forwarding with status reporting
2012-12-14 Felix Fietkaulibubus: check if subscriber cb is non-NULL before...
2012-12-14 Felix Fietkaulibubus: do not send a status reply if UBUS_ATTR_NO_REP...
2012-12-14 Felix Fietkaulibubus: add UBUS_ATTR_NO_REPLY and add policy for...
2012-12-14 Felix Fietkaumove ubus_start_request to libubus-req.c
2012-12-14 Felix Fietkaulibubus: remove accidentally committed unused header...
2012-12-14 Felix Fietkaulibubus: refactor code, move request handling to libubu...
2012-12-14 Felix Fietkaulibubus: reduce code duplication and add stack depth...
2012-12-14 Felix Fietkauremove the "method" argument for object subscription
next