* Introducing LuCI HTTPD as testing environment
authorSteven Barth <steven@midlink.org>
Mon, 23 Jun 2008 18:17:02 +0000 (18:17 +0000)
committerSteven Barth <steven@midlink.org>
Mon, 23 Jun 2008 18:17:02 +0000 (18:17 +0000)
commit4f630d647c7191ac9d8fd2dfcc8e93746faf391a
tree76bb12773e833e38c69ee43f006b78f0e84ab748
parenta038da390d7fd3a75b5a1045afbb4d9782556c57
* Introducing LuCI HTTPD as testing environment
* Several coroutine-safety fixes
Makefile
libs/http/luasrc/http/protocol.lua
libs/httpd/host/runluci [new file with mode: 0755]
libs/httpd/luasrc/httpd.lua
libs/httpd/luasrc/httpd/handler/file.lua
libs/httpd/luasrc/httpd/handler/luci.lua [new file with mode: 0644]
libs/httpd/luasrc/httpd/module.lua
libs/httpd/luasrc/httpd/server.lua
libs/web/luasrc/dispatcher.lua
libs/web/luasrc/http.lua