uci: reset uci_ptr flags when merging options during section add
[oweals/rpcd.git] / exec.c
2019-10-29 Yousong Zhouexec: always call finish_cb to allow plugin to free...
2019-10-29 Yousong Zhouexec: properly free memory on rpc_exec() error
2018-11-28 Jo-Philipp Wichtreewide: rename exec_timeout to rpc_exec_timeout
2018-11-22 Jo-Philipp Wichexec: increase maximum execution time to 120s
2018-05-08 Jo-Philipp Wichexec: close stdout and stderr streams on child signal
2014-01-12 Jo-Philipp WichExtend copyright
2013-09-05 Jo-Philipp Wichmain: store session data to disk on receipt of SIGUSR1...
2013-09-04 Jo-Philipp WichMove includes into subdirectory
2013-09-02 Jo-Philipp WichRename from "luci-rpcd" to "rpcd"
2013-09-01 Jo-Philipp WichExtend rpc_exec() to allow feeding childs stdin via...
2013-07-04 Jo-Philipp WichAdd rpc_exec() utility function