uhttpd: - rewrite large parts of the server, use uloop event driven structure - suppo...
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)
commit022fa36b40b02248436584cf0f71bb26d79eb644
tree8cb1f4d8f1ab4f1aee4538621684a188101c867c
parent8039a1bbb2056019458b5179108e399d0fcb0622
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