project/rpcd.git
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