ubus/lua: pass notification name to callback
[project/ubus.git] / libubus-io.c
2017-02-20 Hans Dedeckerlibubus: reset ctx->sock.error when doing ubus reconnect
2017-02-03 Felix Fietkaulibubus: do not modify uloop_cancelled
2017-02-03 Felix Fietkaulibubus: reset ctx->sock.eof to fix reconnect issues
2016-06-26 Rujun WangFix the length of msg buffer after realloc
2016-02-28 Eyal Birgerubus: use network order in ubus message header fields
2015-12-09 Felix Fietkaulibubus: fix error handling during close after partiall...
2015-12-07 Karl Vogelubus: Correct usage of timeout on poll function
2014-09-17 Felix Fietkaulibubus: define _GNU_SOURCE, needed for O_CLOEXEC
2014-09-15 Felix Fietkaulibubus: rework buffer allocation code
2014-09-15 Felix Fietkaulibubus: remove ubus_msghdr_data() by passing in the...
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 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-03-18 Felix Fietkaulibubus: do not use uloop_run() inside ubus_complete_re...
2014-02-27 Felix Fietkaulibubus: close file descriptor after passing it in...
2014-02-18 Felix Fietkaulibubus: implement file descriptor passing support
2013-10-29 Felix Fietkaulibubus: pull the variable length data array out of...
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-04-04 Felix Fietkaulibubus: fix crash on reconnect with objects that have...
2012-12-14 Felix Fietkaulibubus: implement notify handling
2012-12-14 Felix Fietkaulibubus: add UBUS_ATTR_NO_REPLY and add policy for...
2012-10-24 Felix Fietkaulibubus: split out some code into separate source files