Commit Graph

7 Commits

Author SHA1 Message Date
f85e5cf059 [package] uhttpd:
- rewrite large parts of the server, use uloop event driven 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
2012-05-28 00:52:24 +00:00
8f67c6b4c2 [package] uhttpd: protect tcp receive operations with select, make tcp keep-alive optional ()
SVN-Revision: 24952
2011-01-09 23:35:45 +00:00
8ce6ff50f4 [package] uhttpd:
- more robust handling of network failures on static file serving
	- support unlimited amount of authentication realms, listener and client sockets
	- support for interpreters (.php => /usr/bin/php-cgi)


SVN-Revision: 22630
2010-08-14 00:54:24 +00:00
f8496b88f2 [package] uhttpd: add option to reject requests from RFC1918 IPs to public server IPs (DNS rebinding countermeasure)
SVN-Revision: 22589
2010-08-11 00:05:34 +00:00
96010a3205 [package] uhttpd:
- make network timeout configurable, increase default to 30 seconds ()
	- follow symlinks in docroot and add option to disable that
	- fix mimetype detection for files with combined extensions (.tar.gz, ...)


SVN-Revision: 20883
2010-04-15 19:46:35 +00:00
c9f443db3f [package] uhttpd:
- make script timeout configurable
	- catch SIGCHLD to properly interrupt select()
	- flag listen and client sockets as close-on-exec


SVN-Revision: 20500
2010-03-27 00:00:33 +00:00
82bc82c779 [package] add uhttpd (moved from LuCI trunk)
SVN-Revision: 20428
2010-03-25 15:46:16 +00:00