project/rpcd.git
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
2013-09-02 Jo-Philipp... Introduce shared object plugin api
2013-09-01 Jo-Philipp... Register dummy stderr callback when ivoking plugins...
2013-09-01 Jo-Philipp... Link json-c
2013-09-01 Jo-Philipp... Rework plugin support to use incremental json parsing...
2013-09-01 Jo-Philipp... luci2: change rpc_exec() callsites to accomodate for...
2013-09-01 Jo-Philipp... Extend rpc_exec() to allow feeding childs stdin via...
2013-08-30 Jo-Philipp... Add initial plugin api support
2013-08-16 Jo-Philipp... luci2: change luci2.ui.menu call to return acl levels...
2013-08-13 Jo-Philipp... luci2: add luci2.ui namespace
2013-08-12 Jo-Philipp... uci: refactor revert code to avoid illegal pointer...
2013-08-12 Jo-Philipp... uci: implement config level ACLs
2013-08-12 Jo-Philipp... session: expose rpc_session_access() function for testi...
2013-08-10 Jo-Philipp... session: fix acl dumping if last object of previous...
2013-08-08 Jo-Philipp... sessions: add scopes for acls, default to "ubus" scope
2013-08-05 Jo-Philipp... luci2: fix incorrect buffer length in luci2.opkg config...
2013-08-05 Jo-Philipp... luci2: add backup_list, backup_config_get and backup_co...
2013-07-31 Jo-Philipp... luci2: add reboot call
2013-07-31 Jo-Philipp... luci2: add reset_test and reset_start calls
2013-07-31 Jo-Philipp... luci2: add backup_restore and backup_clean calls, renam...
2013-07-30 Jo-Philipp... luci2: add upgrade_test, upgrade_start and upgrade_abor...
2013-07-16 Jo-Philipp... luci2: use shared rpc_data_policy for opkg config_set...
2013-07-16 Jo-Philipp... luci2: add led_list and usb_list calls
2013-07-15 Jo-Philipp... luci2: add crontab_get and crontab_set calls, rename...
2013-07-15 Jo-Philipp... Increase exec command timeout to 30 seconds
2013-07-15 Jo-Philipp... luci2: add rclocal_get and rclocal_set calls
2013-07-15 Jo-Philipp... luci2: add diskfree call
2013-07-15 Jo-Philipp... luci2: add opkg namespace
2013-07-04 Jo-Philipp... Add rpc_exec() utility function
2013-07-01 Jo-Philipp... luci2: implement password_set call
2013-07-01 Jo-Philipp... luci2: implement sshkeys_get and sshkeys_set calls
2013-06-27 Jo-Philipp... luci2: make parsing START and STOP from init scripts...
2013-06-27 Jo-Philipp... luci2: implement init_list and init_action calls
2013-06-19 Jo-Philipp... uci: expose section ordering index when dumping complet...
2013-06-18 Jo-Philipp... uci: add delete method
2013-06-12 Jo-Philipp... luci2: implement process_signal call
2013-06-12 Jo-Philipp... luci2: implement process_list call
2013-06-11 Jo-Philipp... iwinfo: expose phyname attribute
2013-06-11 Jo-Philipp... Add luci2 namespace to offer various backend methods...
2013-06-04 Jo-Philipp... Remove system namespace support again, the code has...
2013-05-30 Jo-Philipp... Add system namespace which offers various system inform...
2013-05-30 Jo-Philipp... Fix session.get procedure with undefined keys attribute
2013-04-16 Jo-Philipp... file: properly use container_of() to not trip type...
2013-02-03 Jo-Philipp... file: remove unused mode argument from exec procedure
2013-02-03 Jo-Philipp... iwinfo: finish api
2013-02-02 Jo-Philipp... add ubus iwinfo api (lacks scanning, assoclist, country...
2013-02-02 Jo-Philipp... uci: add configs method to list all existing packages
2013-02-02 Jo-Philipp... add ubus uci api
2013-01-31 Jo-Philipp... file: add exec method, rework read method
2013-01-26 Jo-Philipp... initial commit