modules/freifunk: set ipv4 broadcast to 255.255.255.255 by default
[project/luci.git] / libs / httpd / luasrc / httpd / module.lua
2008-06-29 Steven Barth* libs/core: Moved ltn12 inside LuCI to avoid package...
2008-06-25 Steven Barth* libs/httpd: Introduced keep-alive and pipelining...
2008-06-23 Steven Barth* Introducing LuCI HTTPD as testing environment
2008-06-21 Steven Barth* libs/httpd: Prepared HTTPD dispatching model
2008-06-21 Steven Barth* Fixed call to push_response
2008-06-21 Steven Barth* Fixed last commit
2008-06-21 Steven Barth* libs/httpd: Forward changed Handler API to use luci...
2008-06-17 Steven Barth* Use CRLF instead of LF in HTTP headers
2008-06-17 Steven Barth* Preliminary module implementation for Luci HTTPD