2014-01-12 |
Jo-Philipp... | uci: grant access to confirm and rollback methods only... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jo-Philipp... | uci: introduce confirm method to cancel pending rollbac... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jo-Philipp... | Extend copyright |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jo-Philipp... | uci: rename uci.apply "commit" attribute to "roolback... |
commit | commitdiff | tree | snapshot |
2013-12-18 |
John Crispin | config.change triggers should only run if the config... |
commit | commitdiff | tree | snapshot |
2013-12-18 |
John Crispin | fix inverted apply_running check |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Jo-Philipp... | uci: make config argument of changes call optional... |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Jo-Philipp... | uci: add state call to retrieve uci state variables |
commit | commitdiff | tree | snapshot |
2013-10-26 |
Jo-Philipp... | session: fix file descriptor leak in rpc_blob_from_file() |
commit | commitdiff | tree | snapshot |
2013-10-10 |
Alexander Couzens | rpcd: CMake: fix out of tree builds |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Jo-Philipp... | uci: clear ptr.value in rpc_uci_merge_set(), this fixes... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Jo-Philipp... | session: change "sid" attribute to "ubus_rpc_session... |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Jo-Philipp... | plugin: use blobmsg_type() instead of blob_id() |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Jo-Philipp... | session.c: use blobmsg_type() instead of blob_id() |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Jo-Philipp... | session: support negative group expressions |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Jo-Philipp... | session: restore ACL dumping for session get and sessio... |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Jo-Philipp... | session: fix enum mismatch in rpc_handle_get() and... |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Jo-Philipp... | session: remove unused ctx argument from rpc_session_gr... |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Jo-Philipp... | session: do not dump and restore session ACLs but recal... |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Jo-Philipp... | session: disallow destroying the null session |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Jo-Philipp... | uci: properly deal with uci_load() failures |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Jo-Philipp... | session: fix argument order of crypt() and prevent... |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Jo-Philipp... | session: use correct policy for rpc_handle_login() |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Jo-Philipp... | session: setup a persistent NULL section and implement... |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Jo-Philipp... | Drop LuCI2 backend, it will move to its own repository |
commit | commitdiff | tree | snapshot |
2013-09-05 |
John Crispin | add config transaction support |
commit | commitdiff | tree | snapshot |
2013-09-05 |
John Crispin | make uci commit calls trigger config.change events |
commit | commitdiff | tree | snapshot |
2013-09-05 |
John Crispin | rename rpc_uci_purge_savedir to rpc_uci_purge_dir |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Jo-Philipp... | Fix rpcd includes in plugin.h |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Jo-Philipp... | Set umask to 0077 on daemon startup to prevent libuci... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Jo-Philipp... | Use common /var/run/rpcd base directory to store runtim... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Jo-Philipp... | main: only purge uci savedirs if not reloading |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Jo-Philipp... | uci: expose rpc_uci_purge_savedirs() helper |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Jo-Philipp... | main: store session data to disk on receipt of SIGUSR1... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Jo-Philipp... | session: add support for saving and restoring session... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Jo-Philipp... | Move includes into subdirectory |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Jo-Philipp... | uci: use per-session save directory and register sessio... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Jo-Philipp... | luci2: change ops->access to ops->session_access to... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Jo-Philipp... | plugin: expose rpc_session_create_cb() and rpc_session_... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Jo-Philipp... | session: introduce api to register session create and... |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Jo-Philipp... | Fold plugin specific headers files into the plugins... |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Jo-Philipp... | Rename from "luci-rpcd" to "rpcd" |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Jo-Philipp... | Add CMake definitions for plugins |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Jo-Philipp... | luci2: convert to plugin library |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Jo-Philipp... | file: convert to plugin library |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Jo-Philipp... | iwinfo: convert to plugin library |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Jo-Philipp... | Introduce shared object plugin api |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Jo-Philipp... | Register dummy stderr callback when ivoking plugins... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Jo-Philipp... | Link json-c |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Jo-Philipp... | Rework plugin support to use incremental json parsing... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Jo-Philipp... | luci2: change rpc_exec() callsites to accomodate for... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Jo-Philipp... | Extend rpc_exec() to allow feeding childs stdin via... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Jo-Philipp... | Add initial plugin api support |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Jo-Philipp... | luci2: change luci2.ui.menu call to return acl levels... |
commit | commitdiff | tree | snapshot |
2013-08-13 |
Jo-Philipp... | luci2: add luci2.ui namespace |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Jo-Philipp... | uci: refactor revert code to avoid illegal pointer... |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Jo-Philipp... | uci: implement config level ACLs |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Jo-Philipp... | session: expose rpc_session_access() function for testi... |
commit | commitdiff | tree | snapshot |
2013-08-10 |
Jo-Philipp... | session: fix acl dumping if last object of previous... |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Jo-Philipp... | sessions: add scopes for acls, default to "ubus" scope |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Jo-Philipp... | luci2: fix incorrect buffer length in luci2.opkg config... |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Jo-Philipp... | luci2: add backup_list, backup_config_get and backup_co... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Jo-Philipp... | luci2: add reboot call |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Jo-Philipp... | luci2: add reset_test and reset_start calls |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Jo-Philipp... | luci2: add backup_restore and backup_clean calls, renam... |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Jo-Philipp... | luci2: add upgrade_test, upgrade_start and upgrade_abor... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Jo-Philipp... | luci2: use shared rpc_data_policy for opkg config_set... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Jo-Philipp... | luci2: add led_list and usb_list calls |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Jo-Philipp... | luci2: add crontab_get and crontab_set calls, rename... |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Jo-Philipp... | Increase exec command timeout to 30 seconds |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Jo-Philipp... | luci2: add rclocal_get and rclocal_set calls |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Jo-Philipp... | luci2: add diskfree call |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Jo-Philipp... | luci2: add opkg namespace |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Jo-Philipp... | Add rpc_exec() utility function |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Jo-Philipp... | luci2: implement password_set call |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Jo-Philipp... | luci2: implement sshkeys_get and sshkeys_set calls |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Jo-Philipp... | luci2: make parsing START and STOP from init scripts... |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Jo-Philipp... | luci2: implement init_list and init_action calls |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Jo-Philipp... | uci: expose section ordering index when dumping complet... |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Jo-Philipp... | uci: add delete method |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Jo-Philipp... | luci2: implement process_signal call |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Jo-Philipp... | luci2: implement process_list call |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Jo-Philipp... | iwinfo: expose phyname attribute |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Jo-Philipp... | Add luci2 namespace to offer various backend methods... |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Jo-Philipp... | Remove system namespace support again, the code has... |
commit | commitdiff | tree | snapshot |
2013-05-30 |
Jo-Philipp... | Add system namespace which offers various system inform... |
commit | commitdiff | tree | snapshot |
2013-05-30 |
Jo-Philipp... | Fix session.get procedure with undefined keys attribute |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Jo-Philipp... | file: properly use container_of() to not trip type... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Jo-Philipp... | file: remove unused mode argument from exec procedure |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Jo-Philipp... | iwinfo: finish api |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Jo-Philipp... | add ubus iwinfo api (lacks scanning, assoclist, country... |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Jo-Philipp... | uci: add configs method to list all existing packages |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Jo-Philipp... | add ubus uci api |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Jo-Philipp... | file: add exec method, rework read method |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Jo-Philipp... | initial commit |
commit | commitdiff | tree | snapshot |
|