ubus: duplicate request buffer to avoid memory corruption with multiple requests
[project/uhttpd.git] / ubus.c
2013-06-08 Jo-Philipp Wichubus: duplicate request buffer to avoid memory corrupti...
2013-06-08 Jo-Philipp Wichubus: use half of the script timeout as timeout for...
2013-06-05 Jo-Philipp Wichubus: implement list method to enumerate objects and...
2013-05-30 Felix Fietkauubus: clear the right timeout on rpc connection teardowns
2013-05-30 Felix Fietkauubus: fix script timeout unit (seconds, not milliseconds)
2013-01-26 Jo-Philipp Wichubus: use a default sid if authentication is disabled
2013-01-25 Jo-Philipp Wichubus: pass json rpc arguments to called ubus functions
2013-01-25 Jo-Philipp Wichubus: add option to not authenticate ubus requests
2013-01-25 Jo-Philipp Wichubus: remove session api from plugin and check access...
2013-01-13 Felix Fietkaurelicense to ISC
2013-01-13 Felix Fietkaurework the ubus plugin to support JSON-RPC 2.0
2013-01-07 Felix Fietkauubus: split out session handling code into ubus-session.c
2013-01-07 Felix Fietkaufix typo
2013-01-07 Felix Fietkaufix prefix lookup
2013-01-07 Felix Fietkauadd ubus support