aboutsummaryrefslogtreecommitdiffstats
path: root/package/uhttpd/files/uhttpd.config
Commit message (Collapse)AuthorAgeFilesLines
* packages: sort network related packages into package/network/Felix Fietkau2012-10-101-89/+0
| | | | SVN-Revision: 33688
* uhttpd: - rewrite large parts of the server, use uloop event driven ↵Jo-Philipp Wich2012-05-281-1/+6
| | | | | | structure - support concurrent requests and make the upper limit configurable - implement initial version of HTTP-to-ubus JSON proxy and session.* namespace - add compile time support for debug information - code style changes - bump package revision SVN-Revision: 31931
* uhttpd: protect tcp receive operations with select, make tcp keep-alive ↵Jo-Philipp Wich2011-01-091-0/+7
| | | | | | optional (#8272) SVN-Revision: 24952
* uhttpd: - more robust handling of network failures on static file serving - ↵Jo-Philipp Wich2010-08-141-0/+7
| | | | | | support unlimited amount of authentication realms, listener and client sockets - support for interpreters (.php => /usr/bin/php-cgi) SVN-Revision: 22630
* uhttpd: add option to reject requests from RFC1918 IPs to public server IPs ↵Jo-Philipp Wich2010-08-111-0/+5
| | | | | | (DNS rebinding countermeasure) SVN-Revision: 22589
* uhttpd: - make network timeout configurable, increase default to 30 seconds ↵Jo-Philipp Wich2010-04-151-1/+7
| | | | | | (#7067) - follow symlinks in docroot and add option to disable that - fix mimetype detection for files with combined extensions (.tar.gz, ...) SVN-Revision: 20883
* uhttpd: - make script timeout configurable - catch SIGCHLD to properly ↵Jo-Philipp Wich2010-03-271-7/+13
| | | | | | 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/+53
SVN-Revision: 20428