[package] uhttpd:
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 28 May 2012 00:52:24 +0000 (00:52 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 28 May 2012 00:52:24 +0000 (00:52 +0000)
commitf85e5cf0594346aeedade5e06f3f86b0314883a2
tree4d207828bf9f50659136b8e931995b9689fc8a4b
parentd11842487f0a520927b89fac8a46d7638946d56a
[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
18 files changed:
package/uhttpd/Makefile
package/uhttpd/files/uhttpd.config
package/uhttpd/files/uhttpd.init
package/uhttpd/src/Makefile
package/uhttpd/src/uhttpd-cgi.c
package/uhttpd/src/uhttpd-cgi.h
package/uhttpd/src/uhttpd-file.c
package/uhttpd/src/uhttpd-file.h
package/uhttpd/src/uhttpd-lua.c
package/uhttpd/src/uhttpd-lua.h
package/uhttpd/src/uhttpd-tls.c
package/uhttpd/src/uhttpd-tls.h
package/uhttpd/src/uhttpd-ubus.c [new file with mode: 0644]
package/uhttpd/src/uhttpd-ubus.h [new file with mode: 0644]
package/uhttpd/src/uhttpd-utils.c
package/uhttpd/src/uhttpd-utils.h
package/uhttpd/src/uhttpd.c
package/uhttpd/src/uhttpd.h