summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-12-21file: remove unused members from struct rpc_file_exec_contextJo-Philipp Wich
2018-12-21file: rpc_file_exec_run: fix potential memory leak and integer overflowJo-Philipp Wich
2018-11-28file: access exec timeout via daemon ops structureJo-Philipp Wich
2018-11-28plugin: store pointer to exec timeout value in the ops structureJo-Philipp Wich
2018-11-28treewide: rename exec_timeout to rpc_exec_timeoutJo-Philipp Wich
2018-11-22main: fix logic bug when not specifying a timeout optionJo-Philipp Wich
2018-11-22file: use global exec timeout instead of own hardcoded limitJo-Philipp Wich
2018-11-22exec: increase maximum execution time to 120sJo-Philipp Wich
2018-08-08uci: tighten uci reorder operation error handlingJo-Philipp Wich
2018-08-08uci: tighten uci delete operation error handlingJo-Philipp Wich
2018-08-08uci: tighten uci set operation error handlingJo-Philipp Wich
2018-08-08uci: tighten uci add operation error handlingJo-Philipp Wich
2018-08-08uci: reject invalid section and option namesJo-Philipp Wich
2018-05-13uci: fix memory leak in rpc_uci_replace_savedir()Jo-Philipp Wich
2018-05-08exec: close stdout and stderr streams on child signalJo-Philipp Wich
2018-04-28uci: use correct sort index when reordering sectionsJo-Philipp Wich
2018-04-20uci: fix memory leak in rpc_uci_apply_timeout()Jo-Philipp Wich
2018-04-20uci: switch to proper save directory on apply/rollbackJo-Philipp Wich
2018-04-19uci: add rpc_uci_replace_savedir() helperJo-Philipp Wich
2018-03-15session: ignore non-string username attribute upon restoreJo-Philipp Wich
2018-03-15session: support reclaiming pending apply sessionJo-Philipp Wich
2018-03-15session: remove redundant key attribute to rpc_session_set()Jo-Philipp Wich
2018-03-15uci: fix session delta isolationJo-Philipp Wich
2017-12-06sys: packagelist: allow listing all packagesDaniel Golle
2017-11-28sys: fix passwd pathRoman Yeryomin
2017-11-12sys: fix memory leak in packagelistDaniel Golle
2017-11-12sys: add packagelist methodDaniel Golle
2017-11-09plugin: use RTLD_LOCAL instead of RTLD_GLOBAL when loading libraryRafał Miłecki
2016-12-11cmake: Find libubox/blobmsg_json.hFlorian Fainelli
2016-12-11sys: Check return values of chdir and writeFlorian Fainelli
2016-07-27cmake: Find libubus.hFlorian Fainelli
2016-06-29iwinfo: expose available HT ratesJo-Philipp Wich
2016-06-05iwinfo: zero out ccode buffer since library doesn'tDenis Osvald
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