summaryrefslogtreecommitdiff
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* exec: always call finish_cb to allow plugin to free up memoryYousong Zhou2019-10-291-5/+5
* exec: properly free memory on rpc_exec() errorYousong Zhou2019-10-291-1/+6
* treewide: rename exec_timeout to rpc_exec_timeoutJo-Philipp Wich2018-11-281-1/+1
* exec: increase maximum execution time to 120sJo-Philipp Wich2018-11-221-1/+1
* exec: close stdout and stderr streams on child signalJo-Philipp Wich2018-05-081-0/+6
* Extend copyrightJo-Philipp Wich2014-01-121-1/+1
* main: store session data to disk on receipt of SIGUSR1 or SIGHUP. On HUP term...Jo-Philipp Wich2013-09-051-1/+1
* Move includes into subdirectoryJo-Philipp Wich2013-09-041-1/+1
* Rename from "luci-rpcd" to "rpcd"Jo-Philipp Wich2013-09-021-1/+1
* Extend rpc_exec() to allow feeding childs stdin via callbacks, allow finish c...Jo-Philipp Wich2013-09-011-10/+57
* Add rpc_exec() utility functionJo-Philipp Wich2013-07-041-0/+332