libubus: move ubus_msghdr_data to libubus-internal.h
[project/ubus.git] / libubus-io.c
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