project/rpcd.git
2018-05-13 Jo-Philipp... uci: fix memory leak in rpc_uci_replace_savedir() master
2018-05-08 Jo-Philipp... exec: close stdout and stderr streams on child signal
2018-04-28 Jo-Philipp... uci: use correct sort index when reordering sections
2018-04-20 Jo-Philipp... uci: fix memory leak in rpc_uci_apply_timeout()
2018-04-20 Jo-Philipp... uci: switch to proper save directory on apply/rollback
2018-04-19 Jo-Philipp... uci: add rpc_uci_replace_savedir() helper
2018-03-15 Jo-Philipp... session: ignore non-string username attribute upon...
2018-03-15 Jo-Philipp... session: support reclaiming pending apply session
2018-03-15 Jo-Philipp... session: remove redundant key attribute to rpc_session_...
2018-03-15 Jo-Philipp... uci: fix session delta isolation
2017-12-06 Daniel Gollesys: packagelist: allow listing all packages
2017-11-28 Roman Yeryominsys: fix passwd path
2017-11-12 Daniel Gollesys: fix memory leak in packagelist
2017-11-12 Daniel Gollesys: add packagelist method
2017-11-09 Rafał Miłeckiplugin: use RTLD_LOCAL instead of RTLD_GLOBAL when...
2016-12-11 Florian Fainellicmake: Find libubox/blobmsg_json.h
2016-12-11 Florian Fainellisys: Check return values of chdir and write
2016-07-27 Florian Fainellicmake: Find libubus.h
2016-06-29 Jo-Philipp... iwinfo: expose available HT rates
2016-06-05 Denis Osvaldiwinfo: zero out ccode buffer since library doesn't
2016-04-12 Luka Perkovfile: add myself in Copyright header
2016-04-12 Luka Perkovfile: handle return output of b64_decode
2016-04-12 Luka Perkovfile: add append write support
2015-11-23 Jo-Philipp... uci: allow setting zero-length values (to delete an...
2015-11-20 Javier Domingo... paths: substitute literal with macro
2015-08-25 John Crispinadd a reload_config method to the uci object
2015-08-25 John Crispinadd a system object that allows us to set passwords...
2015-07-14 Luka Perkovfile: be consistent with string termination character
2015-07-14 Luka Perkovfile: add support for setting mode when writing files
2015-07-14 Luka Perkovfile: add support for base64
2015-05-17 Jo-Philipp... uci: unload package on revert
2015-04-12 Luka Perkovfile: add md5sum support
2015-03-28 John Crispinproperly handle return codes
2015-03-11 Luka Perkovfile: free memory after opendir()
2015-03-11 Luka Perkovfile: use blob_buf_free()
2015-03-11 Luka Perkovfile: show "data" ubus parameter only when used
2015-03-08 John Crispinfix for json 0.12
2015-02-26 Jo-Philipp... cmake: fix libcrypt test
2015-02-11 Jo-Philipp... iwinfo: add phyname procedure
2015-02-09 Jo-Philipp... session: fix method signatures for create, list and...
2014-11-29 Felix Fietkauiwinfo: add support for requesting assoc info for a...
2014-10-20 Felix Fietkauiwinfo: add 802.11ac hw mode
2014-10-04 Felix Fietkauiwinfo: use UBUS_METHOD_NOARG
2014-10-04 Felix Fietkauplugin.h: explicitly include json.h
2014-07-03 Jo-Philipp... plugin: fix parsing libexec plugin output
2014-06-29 Felix Fietkausession: add missing include
2014-05-29 Luka Perkovuci: rework variable usage
2014-01-29 Luka Perkovfix segmentation fault when plugins are loaded
2014-01-29 Luka Perkovfile: when writing a file make sure it's contents are...
2014-01-29 Luka Perkovfile: create a file on write if it does not exist
2014-01-29 Luka Perkovfix whitespaces
2014-01-19 Jo-Philipp... session: make object and function arguments of session...
2014-01-12 Jo-Philipp... uci: fix same buffer reuse introduced by previous commit
2014-01-12 Jo-Philipp... debug
2014-01-12 Jo-Philipp... uci: grant access to confirm and rollback methods only...
2014-01-12 Jo-Philipp... uci: introduce confirm method to cancel pending rollbac...
2014-01-12 Jo-Philipp... Extend copyright
2014-01-12 Jo-Philipp... uci: rename uci.apply "commit" attribute to "roolback...
2013-12-18 John Crispinconfig.change triggers should only run if the config...
2013-12-18 John Crispinfix inverted apply_running check
2013-11-23 Jo-Philipp... uci: make config argument of changes call optional...
2013-11-23 Jo-Philipp... uci: add state call to retrieve uci state variables
2013-10-26 Jo-Philipp... session: fix file descriptor leak in rpc_blob_from_file()
2013-10-10 Alexander Couzensrpcd: CMake: fix out of tree builds
2013-09-29 Jo-Philipp... uci: clear ptr.value in rpc_uci_merge_set(), this fixes...
2013-09-13 Jo-Philipp... session: change "sid" attribute to "ubus_rpc_session...
2013-09-12 Jo-Philipp... plugin: use blobmsg_type() instead of blob_id()
2013-09-12 Jo-Philipp... session.c: use blobmsg_type() instead of blob_id()
2013-09-12 Jo-Philipp... session: support negative group expressions
2013-09-12 Jo-Philipp... session: restore ACL dumping for session get and sessio...
2013-09-12 Jo-Philipp... session: fix enum mismatch in rpc_handle_get() and...
2013-09-12 Jo-Philipp... session: remove unused ctx argument from rpc_session_gr...
2013-09-12 Jo-Philipp... session: do not dump and restore session ACLs but recal...
2013-09-12 Jo-Philipp... session: disallow destroying the null session
2013-09-11 Jo-Philipp... uci: properly deal with uci_load() failures
2013-09-10 Jo-Philipp... session: fix argument order of crypt() and prevent...
2013-09-10 Jo-Philipp... session: use correct policy for rpc_handle_login()
2013-09-10 Jo-Philipp... session: setup a persistent NULL section and implement...
2013-09-09 Jo-Philipp... Drop LuCI2 backend, it will move to its own repository
2013-09-05 John Crispinadd config transaction support
2013-09-05 John Crispinmake uci commit calls trigger config.change events
2013-09-05 John Crispinrename rpc_uci_purge_savedir to rpc_uci_purge_dir
2013-09-05 Jo-Philipp... Fix rpcd includes in plugin.h
2013-09-05 Jo-Philipp... Set umask to 0077 on daemon startup to prevent libuci...
2013-09-05 Jo-Philipp... Use common /var/run/rpcd base directory to store runtim...
2013-09-05 Jo-Philipp... main: only purge uci savedirs if not reloading
2013-09-05 Jo-Philipp... uci: expose rpc_uci_purge_savedirs() helper
2013-09-05 Jo-Philipp... main: store session data to disk on receipt of SIGUSR1...
2013-09-04 Jo-Philipp... session: add support for saving and restoring session...
2013-09-04 Jo-Philipp... Move includes into subdirectory
2013-09-03 Jo-Philipp... uci: use per-session save directory and register sessio...
2013-09-03 Jo-Philipp... luci2: change ops->access to ops->session_access to...
2013-09-03 Jo-Philipp... plugin: expose rpc_session_create_cb() and rpc_session_...
2013-09-03 Jo-Philipp... session: introduce api to register session create and...
2013-09-02 Jo-Philipp... Fold plugin specific headers files into the plugins...
2013-09-02 Jo-Philipp... Rename from "luci-rpcd" to "rpcd"
2013-09-02 Jo-Philipp... Add CMake definitions for plugins
2013-09-02 Jo-Philipp... luci2: convert to plugin library
2013-09-02 Jo-Philipp... file: convert to plugin library
2013-09-02 Jo-Philipp... iwinfo: convert to plugin library
next