summaryrefslogtreecommitdiff
path: root/ubus.c
AgeCommit message (Expand)Author
2020-08-05ubus: rename JSON-RPC format related functionsRafał Miłecki
2020-08-05ubus: use local "blob_buf" in uh_ubus_handle_request_object()Rafał Miłecki
2020-08-05ubus: use BLOBMSG_TYPE_UNSPEC for "params" JSON attributeRafał Miłecki
2020-08-05ubus: drop unused "obj" argumentsRafał Miłecki
2020-07-25ubus: parse "call" method params only for relevant callRafał Miłecki
2019-08-17ubus: increase maximum ubus request size to 64KBJo-Philipp Wich
2019-06-16uhttpd: Fix multiple format string problemsHauke Mehrtens
2015-03-11fixes for json 0.12John Crispin
2015-01-25ubus: don't make uhttpd_plugin symbol constantJo-Philipp Wich
2014-06-10ubus: add CORS header supportJo-Philipp Wich
2013-11-27ubus: remove indentation and whitespace from JSON responses to conserve a bit...Jo-Philipp Wich
2013-11-21uhttpd: fix crashes in the ubus pluginFelix Fietkau
2013-09-13ubus: use "ubus_rpc_session" instead of "sid" attribute name when querying se...Jo-Philipp Wich
2013-09-13ubus: deny requests with a "ubus_rpc_session" toplevel attribute to prevent i...Jo-Philipp Wich
2013-08-08ubus: pass current session id as ubus_rpc_session attribute to any called pro...Jo-Philipp Wich
2013-08-07ubus: move sid into the params array of the json-rpc request to avoid informa...Jo-Philipp Wich
2013-08-07ubus: use per-request blob buffer to fetch list results, fixes global buffer ...Jo-Philipp Wich
2013-06-21ubus: fix handling of empty JSON-RPC batchesFelix Fietkau
2013-06-08ubus: duplicate request buffer to avoid memory corruption with multiple requestsJo-Philipp Wich
2013-06-08ubus: use half of the script timeout as timeout for acl lookup callJo-Philipp Wich
2013-06-05ubus: implement list method to enumerate objects and signaturesJo-Philipp Wich
2013-05-30ubus: clear the right timeout on rpc connection teardownsFelix Fietkau
2013-05-30ubus: fix script timeout unit (seconds, not milliseconds)Felix Fietkau
2013-01-26ubus: use a default sid if authentication is disabledJo-Philipp Wich
2013-01-25ubus: pass json rpc arguments to called ubus functionsJo-Philipp Wich
2013-01-25ubus: add option to not authenticate ubus requestsJo-Philipp Wich
2013-01-25ubus: remove session api from plugin and check access via ubus call to let ot...Jo-Philipp Wich
2013-01-13relicense to ISCFelix Fietkau
2013-01-13rework the ubus plugin to support JSON-RPC 2.0Felix Fietkau
2013-01-07ubus: split out session handling code into ubus-session.cFelix Fietkau
2013-01-07fix typoFelix Fietkau
2013-01-07fix prefix lookupFelix Fietkau
2013-01-07add ubus supportFelix Fietkau