summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-04-12file: add myself in Copyright headerLuka Perkov
2016-04-12file: handle return output of b64_decodeLuka Perkov
2016-04-12file: add append write supportLuka Perkov
2015-11-23uci: allow setting zero-length values (to delete an option)Jo-Philipp Wich
2015-11-20paths: substitute literal with macroJavier Domingo Cansino
2015-08-25add a reload_config method to the uci objectJohn Crispin
2015-08-25add a system object that allows us to set passwords and trigger sysupgradeJohn Crispin
2015-07-14file: be consistent with string termination characterLuka Perkov
2015-07-14file: add support for setting mode when writing filesLuka Perkov
2015-07-14file: add support for base64Luka Perkov
2015-05-17uci: unload package on revertJo-Philipp Wich
2015-04-12file: add md5sum supportLuka Perkov
2015-03-28properly handle return codesJohn Crispin
2015-03-11file: free memory after opendir()Luka Perkov
2015-03-11file: use blob_buf_free()Luka Perkov
2015-03-11file: show "data" ubus parameter only when usedLuka Perkov
2015-03-08fix for json 0.12John Crispin
2015-02-26cmake: fix libcrypt testJo-Philipp Wich
2015-02-11iwinfo: add phyname procedureJo-Philipp Wich
2015-02-09session: fix method signatures for create, list and destroyJo-Philipp Wich
2014-11-29iwinfo: add support for requesting assoc info for a specific mac addressFelix Fietkau
2014-10-20iwinfo: add 802.11ac hw modeFelix Fietkau
2014-10-04iwinfo: use UBUS_METHOD_NOARGFelix Fietkau
2014-10-04plugin.h: explicitly include json.hFelix Fietkau
2014-07-03plugin: fix parsing libexec plugin outputJo-Philipp Wich
2014-06-29session: add missing includeFelix Fietkau
2014-05-29uci: rework variable usageLuka Perkov
2014-01-29fix segmentation fault when plugins are loadedLuka Perkov
2014-01-29file: when writing a file make sure it's contents are storedLuka Perkov
2014-01-29file: create a file on write if it does not existLuka Perkov
2014-01-29fix whitespacesLuka Perkov
2014-01-19session: make object and function arguments of session.access optional, dump effective acls in this caseJo-Philipp Wich
2014-01-12uci: fix same buffer reuse introduced by previous commitJo-Philipp Wich
2014-01-12debugJo-Philipp Wich
2014-01-12uci: grant access to confirm and rollback methods only to initiating sessionJo-Philipp Wich
2014-01-12uci: introduce confirm method to cancel pending rollbacks without side effectsJo-Philipp Wich
2014-01-12Extend copyrightJo-Philipp Wich
2014-01-12uci: rename uci.apply "commit" attribute to "roolback" and invert its logicJo-Philipp Wich
2013-12-18config.change triggers should only run if the config is validJohn Crispin
2013-12-18fix inverted apply_running checkJohn Crispin
2013-11-23uci: make config argument of changes call optional to allow listing all changes in all filesJo-Philipp Wich
2013-11-23uci: add state call to retrieve uci state variablesJo-Philipp Wich
2013-10-26session: fix file descriptor leak in rpc_blob_from_file()Jo-Philipp Wich
2013-10-10rpcd: CMake: fix out of tree buildsAlexander Couzens
2013-09-29uci: clear ptr.value in rpc_uci_merge_set(), this fixes missing delete deltas if multiple options are mergedJo-Philipp Wich
2013-09-13session: change "sid" attribute to "ubus_rpc_session", this ensures that exposed session calls are confined to the calling session contextJo-Philipp Wich
2013-09-12plugin: use blobmsg_type() instead of blob_id()Jo-Philipp Wich
2013-09-12session.c: use blobmsg_type() instead of blob_id()Jo-Philipp Wich
2013-09-12session: support negative group expressionsJo-Philipp Wich
2013-09-12session: restore ACL dumping for session get and session list callsJo-Philipp Wich