add uhttpd (moved from LuCI trunk)
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Mar 2010 15:46:16 +0000 (15:46 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Mar 2010 15:46:16 +0000 (15:46 +0000)
commit169642253f6861ebe356386428692e93126a9df7
treee37d2109b8adb553e746e9a0d705fd0547e0adc5
parent61326faa6035870a8db702dcf7b6e83cc5676f47
add uhttpd (moved from LuCI trunk)

SVN-Revision: 20428
17 files changed:
package/uhttpd/Makefile [new file with mode: 0644]
package/uhttpd/files/uhttpd.config [new file with mode: 0644]
package/uhttpd/files/uhttpd.init [new file with mode: 0755]
package/uhttpd/src/Makefile [new file with mode: 0644]
package/uhttpd/src/uhttpd-cgi.c [new file with mode: 0644]
package/uhttpd/src/uhttpd-cgi.h [new file with mode: 0644]
package/uhttpd/src/uhttpd-file.c [new file with mode: 0644]
package/uhttpd/src/uhttpd-file.h [new file with mode: 0644]
package/uhttpd/src/uhttpd-lua.c [new file with mode: 0644]
package/uhttpd/src/uhttpd-lua.h [new file with mode: 0644]
package/uhttpd/src/uhttpd-mimetypes.h [new file with mode: 0644]
package/uhttpd/src/uhttpd-tls.c [new file with mode: 0644]
package/uhttpd/src/uhttpd-tls.h [new file with mode: 0644]
package/uhttpd/src/uhttpd-utils.c [new file with mode: 0644]
package/uhttpd/src/uhttpd-utils.h [new file with mode: 0644]
package/uhttpd/src/uhttpd.c [new file with mode: 0644]
package/uhttpd/src/uhttpd.h [new file with mode: 0644]