aboutsummaryrefslogtreecommitdiffstats
path: root/package/uhttpd/src/uhttpd-lua.c
Commit message (Collapse)AuthorAgeFilesLines
* uhttpd: fix a signal related race condition exposed by LuCI on fast machinesJo-Philipp Wich2010-03-291-2/+3
| | | | SVN-Revision: 20573
* uhttpd: block SIGCHLD until it is expected (#6957)Jo-Philipp Wich2010-03-271-1/+1
| | | | SVN-Revision: 20513
* uhttpd: clear script timeout as soon as data is received from the childJo-Philipp Wich2010-03-271-5/+7
| | | | SVN-Revision: 20501
* uhttpd: - make script timeout configurable - catch SIGCHLD to properly ↵Jo-Philipp Wich2010-03-271-4/+8
| | | | | | interrupt select() - flag listen and client sockets as close-on-exec SVN-Revision: 20500
* add uhttpd (moved from LuCI trunk)Jo-Philipp Wich2010-03-251-0/+541
SVN-Revision: 20428