summaryrefslogtreecommitdiff
path: root/package/uhttpd
Commit message (Collapse)AuthorAgeFilesLines
* uhttpd: - cope with options instead of lists in uci config - fix compilation ↵Jo-Philipp Wich2010-04-033-16/+13
| | | | | | without tls (#7050) - bump to rev 7 SVN-Revision: 20668
* uhttpd: fix a signal related race condition exposed by LuCI on fast machinesJo-Philipp Wich2010-03-293-3/+7
| | | | SVN-Revision: 20573
* uhttpd: fix parameter parsing issue on avr32 and most likely ixp4xxJo-Philipp Wich2010-03-282-2/+3
| | | | SVN-Revision: 20532
* uhttpd: block SIGCHLD until it is expected (#6957)Jo-Philipp Wich2010-03-276-4/+33
| | | | SVN-Revision: 20513
* uhttpd: clear script timeout as soon as data is received from the childJo-Philipp Wich2010-03-273-11/+15
| | | | SVN-Revision: 20501
* uhttpd: - make script timeout configurable - catch SIGCHLD to properly ↵Jo-Philipp Wich2010-03-278-17/+67
| | | | | | interrupt select() - flag listen and client sockets as close-on-exec SVN-Revision: 20500
* add uhttpd (moved from LuCI trunk)Jo-Philipp Wich2010-03-2517-0/+3997
SVN-Revision: 20428