summaryrefslogtreecommitdiff
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* file: exec: properly free memory on erroropenwrt-18.06Yousong Zhou2020-05-261-3/+18
* file: avoid closing stdio descriptors in rpc_file_exec_runJo-Philipp Wich2020-05-261-5/+12
* file: patch process stdin to /dev/nullJo-Philipp Wich2020-05-261-1/+8
* file: remove unused members from struct rpc_file_exec_contextJo-Philipp Wich2020-05-261-4/+0
* file: rpc_file_exec_run: fix potential memory leak and integer overflowJo-Philipp Wich2020-05-261-4/+16
* file: access exec timeout via daemon ops structureJo-Philipp Wich2018-11-281-1/+5
* treewide: rename exec_timeout to rpc_exec_timeoutJo-Philipp Wich2018-11-281-1/+1
* file: use global exec timeout instead of own hardcoded limitJo-Philipp Wich2018-11-221-2/+1
* file: add myself in Copyright headerLuka Perkov2016-04-121-0/+1
* file: handle return output of b64_decodeLuka Perkov2016-04-121-1/+1
* file: add append write supportLuka Perkov2016-04-121-1/+7
* file: be consistent with string termination characterLuka Perkov2015-07-151-1/+1
* file: add support for setting mode when writing filesLuka Perkov2015-07-151-1/+10
* file: add support for base64Luka Perkov2015-07-151-11/+79
* file: add md5sum supportLuka Perkov2015-04-121-0/+35
* properly handle return codesJohn Crispin2015-03-281-1/+1
* file: free memory after opendir()Luka Perkov2015-03-111-0/+2
* file: use blob_buf_free()Luka Perkov2015-03-111-0/+4
* file: show "data" ubus parameter only when usedLuka Perkov2015-03-111-19/+28
* fix segmentation fault when plugins are loadedLuka Perkov2014-01-291-1/+1
* file: when writing a file make sure it's contents are storedLuka Perkov2014-01-291-1/+7
* file: create a file on write if it does not existLuka Perkov2014-01-291-7/+5
* fix whitespacesLuka Perkov2014-01-291-3/+3
* Extend copyrightJo-Philipp Wich2014-01-121-1/+1
* Move includes into subdirectoryJo-Philipp Wich2013-09-041-1/+1
* Fold plugin specific headers files into the plugins .c fileJo-Philipp Wich2013-09-021-1/+48
* Rename from "luci-rpcd" to "rpcd"Jo-Philipp Wich2013-09-021-1/+1
* file: convert to plugin libraryJo-Philipp Wich2013-09-021-11/+7
* file: properly use container_of() to not trip type safety warningsJo-Philipp Wich2013-04-161-4/+4
* file: remove unused mode argument from exec procedureJo-Philipp Wich2013-02-031-2/+0
* file: add exec method, rework read methodJo-Philipp Wich2013-01-311-40/+357
* initial commitJo-Philipp Wich2013-01-261-0/+255