| Age | Commit message (Expand) | Author |
| 2013-09-03 | uci: use per-session save directory and register session destroy callback to purge leftover deltas | Jo-Philipp Wich |
| 2013-09-03 | luci2: change ops->access to ops->session_access to accomodate for changed plugin api | Jo-Philipp Wich |
| 2013-09-03 | plugin: expose rpc_session_create_cb() and rpc_session_destroy_cb() in plugin ops; rename access to session_access | Jo-Philipp Wich |
| 2013-09-03 | session: introduce api to register session create and destroy callbacks | Jo-Philipp Wich |
| 2013-09-02 | Fold plugin specific headers files into the plugins .c file | Jo-Philipp Wich |
| 2013-09-02 | Rename from "luci-rpcd" to "rpcd" | Jo-Philipp Wich |
| 2013-09-02 | Add CMake definitions for plugins | Jo-Philipp Wich |
| 2013-09-02 | luci2: convert to plugin library | Jo-Philipp Wich |
| 2013-09-02 | file: convert to plugin library | Jo-Philipp Wich |
| 2013-09-02 | iwinfo: convert to plugin library | Jo-Philipp Wich |
| 2013-09-02 | Introduce shared object plugin api | Jo-Philipp Wich |
| 2013-09-01 | Register dummy stderr callback when ivoking plugins calls to avoid filling the ustream with unread data. | Jo-Philipp Wich |
| 2013-09-01 | Link json-c | Jo-Philipp Wich |
| 2013-09-01 | Rework plugin support to use incremental json parsing and rpc_exec() framework for invocation | Jo-Philipp Wich |
| 2013-09-01 | luci2: change rpc_exec() callsites to accomodate for extra stdin_cb argument, change finish callbacks to emit proper return code | Jo-Philipp Wich |
| 2013-09-01 | Extend rpc_exec() to allow feeding childs stdin via callbacks, allow finish callback to override the ubus return code | Jo-Philipp Wich |
| 2013-08-30 | Add initial plugin api support | Jo-Philipp Wich |
| 2013-08-16 | luci2: change luci2.ui.menu call to return acl levels for each menu item | Jo-Philipp Wich |
| 2013-08-13 | luci2: add luci2.ui namespace | Jo-Philipp Wich |
| 2013-08-12 | uci: refactor revert code to avoid illegal pointer access | Jo-Philipp Wich |
| 2013-08-12 | uci: implement config level ACLs | Jo-Philipp Wich |
| 2013-08-12 | session: expose rpc_session_access() function for testing session ACLs in other rpcd subsystems | Jo-Philipp Wich |
| 2013-08-10 | session: fix acl dumping if last object of previous scope is equal to first object of next one | Jo-Philipp Wich |
| 2013-08-08 | sessions: add scopes for acls, default to "ubus" scope | Jo-Philipp Wich |
| 2013-08-05 | luci2: fix incorrect buffer length in luci2.opkg config_set call | Jo-Philipp Wich |
| 2013-08-05 | luci2: add backup_list, backup_config_get and backup_config_set calls | Jo-Philipp Wich |
| 2013-07-31 | luci2: add reboot call | Jo-Philipp Wich |
| 2013-07-31 | luci2: add reset_test and reset_start calls | Jo-Philipp Wich |
| 2013-07-31 | luci2: add backup_restore and backup_clean calls, rename upgrade_abort to upgrade_clean | Jo-Philipp Wich |
| 2013-07-30 | luci2: add upgrade_test, upgrade_start and upgrade_abort calls | Jo-Philipp Wich |
| 2013-07-16 | luci2: use shared rpc_data_policy for opkg config_set call | Jo-Philipp Wich |
| 2013-07-16 | luci2: add led_list and usb_list calls | Jo-Philipp Wich |
| 2013-07-15 | luci2: add crontab_get and crontab_set calls, rename rpc_rclocal_policy to rpc_data_policy | Jo-Philipp Wich |
| 2013-07-15 | Increase exec command timeout to 30 seconds | Jo-Philipp Wich |
| 2013-07-15 | luci2: add rclocal_get and rclocal_set calls | Jo-Philipp Wich |
| 2013-07-15 | luci2: add diskfree call | Jo-Philipp Wich |
| 2013-07-15 | luci2: add opkg namespace | Jo-Philipp Wich |
| 2013-07-04 | Add rpc_exec() utility function | Jo-Philipp Wich |
| 2013-07-01 | luci2: implement password_set call | Jo-Philipp Wich |
| 2013-07-01 | luci2: implement sshkeys_get and sshkeys_set calls | Jo-Philipp Wich |
| 2013-06-27 | luci2: make parsing START and STOP from init scripts more robust | Jo-Philipp Wich |
| 2013-06-27 | luci2: implement init_list and init_action calls | Jo-Philipp Wich |
| 2013-06-19 | uci: expose section ordering index when dumping complete packages | Jo-Philipp Wich |
| 2013-06-18 | uci: add delete method | Jo-Philipp Wich |
| 2013-06-12 | luci2: implement process_signal call | Jo-Philipp Wich |
| 2013-06-12 | luci2: implement process_list call | Jo-Philipp Wich |
| 2013-06-11 | iwinfo: expose phyname attribute | Jo-Philipp Wich |
| 2013-06-11 | Add luci2 namespace to offer various backend methods required by the ui | Jo-Philipp Wich |
| 2013-06-04 | Remove system namespace support again, the code has been merged into procd instead. | Jo-Philipp Wich |
| 2013-05-30 | Add system namespace which offers various system information like software release, memory and swap info, uptime and load | Jo-Philipp Wich |