ubus: remove indentation and whitespace from JSON responses to conserve a bit of...
[project/uhttpd.git] / ubus.c
2013-11-27 Jo-Philipp Wichubus: remove indentation and whitespace from JSON respo...
2013-11-21 Felix Fietkauuhttpd: fix crashes in the ubus plugin
2013-09-13 Jo-Philipp Wichubus: use "ubus_rpc_session" instead of "sid" attribute...
2013-09-13 Jo-Philipp Wichubus: deny requests with a "ubus_rpc_session" toplevel...
2013-08-08 Jo-Philipp Wichubus: pass current session id as ubus_rpc_session attri...
2013-08-07 Jo-Philipp Wichubus: move sid into the params array of the json-rpc...
2013-08-07 Jo-Philipp Wichubus: use per-request blob buffer to fetch list results...
2013-06-21 Felix Fietkauubus: fix handling of empty JSON-RPC batches
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