index
:
openwrt/uhttpd
bind-to-device
bind-to-device-21.02
bind-to-device-master
master
OpenWrt uhttpd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ubus.c
Age
Commit message (
Expand
)
Author
2020-08-05
ubus: use local "blob_buf" in uh_ubus_handle_request_object()
Rafał Miłecki
2020-08-05
ubus: use BLOBMSG_TYPE_UNSPEC for "params" JSON attribute
Rafał Miłecki
2020-08-05
ubus: drop unused "obj" arguments
Rafał Miłecki
2020-07-25
ubus: parse "call" method params only for relevant call
Rafał Miłecki
2019-08-17
ubus: increase maximum ubus request size to 64KB
Jo-Philipp Wich
2019-06-16
uhttpd: Fix multiple format string problems
Hauke Mehrtens
2015-03-11
fixes for json 0.12
John Crispin
2015-01-25
ubus: don't make uhttpd_plugin symbol constant
Jo-Philipp Wich
2014-06-10
ubus: add CORS header support
Jo-Philipp Wich
2013-11-27
ubus: remove indentation and whitespace from JSON responses to conserve a bit...
Jo-Philipp Wich
2013-11-21
uhttpd: fix crashes in the ubus plugin
Felix Fietkau
2013-09-13
ubus: use "ubus_rpc_session" instead of "sid" attribute name when querying se...
Jo-Philipp Wich
2013-09-13
ubus: deny requests with a "ubus_rpc_session" toplevel attribute to prevent i...
Jo-Philipp Wich
2013-08-08
ubus: pass current session id as ubus_rpc_session attribute to any called pro...
Jo-Philipp Wich
2013-08-07
ubus: move sid into the params array of the json-rpc request to avoid informa...
Jo-Philipp Wich
2013-08-07
ubus: use per-request blob buffer to fetch list results, fixes global buffer ...
Jo-Philipp Wich
2013-06-21
ubus: fix handling of empty JSON-RPC batches
Felix Fietkau
2013-06-08
ubus: duplicate request buffer to avoid memory corruption with multiple requests
Jo-Philipp Wich
2013-06-08
ubus: use half of the script timeout as timeout for acl lookup call
Jo-Philipp Wich
2013-06-05
ubus: implement list method to enumerate objects and signatures
Jo-Philipp Wich
2013-05-30
ubus: clear the right timeout on rpc connection teardowns
Felix Fietkau
2013-05-30
ubus: fix script timeout unit (seconds, not milliseconds)
Felix Fietkau
2013-01-26
ubus: use a default sid if authentication is disabled
Jo-Philipp Wich
2013-01-25
ubus: pass json rpc arguments to called ubus functions
Jo-Philipp Wich
2013-01-25
ubus: add option to not authenticate ubus requests
Jo-Philipp Wich
2013-01-25
ubus: remove session api from plugin and check access via ubus call to let ot...
Jo-Philipp Wich
2013-01-13
relicense to ISC
Felix Fietkau
2013-01-13
rework the ubus plugin to support JSON-RPC 2.0
Felix Fietkau
2013-01-07
ubus: split out session handling code into ubus-session.c
Felix Fietkau
2013-01-07
fix typo
Felix Fietkau
2013-01-07
fix prefix lookup
Felix Fietkau
2013-01-07
add ubus support
Felix Fietkau