index
:
rpcd
master
openwrt-18.06
openwrt-19.07
openwrt-21.02
openwrt-24.10
OpenWrt ubus RPC daemon
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-04-12
file: add myself in Copyright header
Luka Perkov
2016-04-12
file: handle return output of b64_decode
Luka Perkov
2016-04-12
file: add append write support
Luka Perkov
2015-11-23
uci: allow setting zero-length values (to delete an option)
Jo-Philipp Wich
2015-11-20
paths: substitute literal with macro
Javier Domingo Cansino
2015-08-25
add a reload_config method to the uci object
John Crispin
2015-08-25
add a system object that allows us to set passwords and trigger sysupgrade
John Crispin
2015-07-14
file: be consistent with string termination character
Luka Perkov
2015-07-14
file: add support for setting mode when writing files
Luka Perkov
2015-07-14
file: add support for base64
Luka Perkov
2015-05-17
uci: unload package on revert
Jo-Philipp Wich
2015-04-12
file: add md5sum support
Luka Perkov
2015-03-28
properly handle return codes
John Crispin
2015-03-11
file: free memory after opendir()
Luka Perkov
2015-03-11
file: use blob_buf_free()
Luka Perkov
2015-03-11
file: show "data" ubus parameter only when used
Luka Perkov
2015-03-08
fix for json 0.12
John Crispin
2015-02-26
cmake: fix libcrypt test
Jo-Philipp Wich
2015-02-11
iwinfo: add phyname procedure
Jo-Philipp Wich
2015-02-09
session: fix method signatures for create, list and destroy
Jo-Philipp Wich
2014-11-29
iwinfo: add support for requesting assoc info for a specific mac address
Felix Fietkau
2014-10-20
iwinfo: add 802.11ac hw mode
Felix Fietkau
2014-10-04
iwinfo: use UBUS_METHOD_NOARG
Felix Fietkau
2014-10-04
plugin.h: explicitly include json.h
Felix Fietkau
2014-07-03
plugin: fix parsing libexec plugin output
Jo-Philipp Wich
2014-06-29
session: add missing include
Felix Fietkau
2014-05-29
uci: rework variable usage
Luka Perkov
2014-01-29
fix segmentation fault when plugins are loaded
Luka Perkov
2014-01-29
file: when writing a file make sure it's contents are stored
Luka Perkov
2014-01-29
file: create a file on write if it does not exist
Luka Perkov
2014-01-29
fix whitespaces
Luka Perkov
2014-01-19
session: make object and function arguments of session.access optional, dump effective acls in this case
Jo-Philipp Wich
2014-01-12
uci: fix same buffer reuse introduced by previous commit
Jo-Philipp Wich
2014-01-12
debug
Jo-Philipp Wich
2014-01-12
uci: grant access to confirm and rollback methods only to initiating session
Jo-Philipp Wich
2014-01-12
uci: introduce confirm method to cancel pending rollbacks without side effects
Jo-Philipp Wich
2014-01-12
Extend copyright
Jo-Philipp Wich
2014-01-12
uci: rename uci.apply "commit" attribute to "roolback" and invert its logic
Jo-Philipp Wich
2013-12-18
config.change triggers should only run if the config is valid
John Crispin
2013-12-18
fix inverted apply_running check
John Crispin
2013-11-23
uci: make config argument of changes call optional to allow listing all changes in all files
Jo-Philipp Wich
2013-11-23
uci: add state call to retrieve uci state variables
Jo-Philipp Wich
2013-10-26
session: fix file descriptor leak in rpc_blob_from_file()
Jo-Philipp Wich
2013-10-10
rpcd: CMake: fix out of tree builds
Alexander Couzens
2013-09-29
uci: clear ptr.value in rpc_uci_merge_set(), this fixes missing delete deltas if multiple options are merged
Jo-Philipp Wich
2013-09-13
session: change "sid" attribute to "ubus_rpc_session", this ensures that exposed session calls are confined to the calling session context
Jo-Philipp Wich
2013-09-12
plugin: use blobmsg_type() instead of blob_id()
Jo-Philipp Wich
2013-09-12
session.c: use blobmsg_type() instead of blob_id()
Jo-Philipp Wich
2013-09-12
session: support negative group expressions
Jo-Philipp Wich
2013-09-12
session: restore ACL dumping for session get and session list calls
Jo-Philipp Wich
[next]