modules/freifunk: set ipv4 broadcast to 255.255.255.255 by default
[project/luci.git] / libs / httpd / luasrc / httpd / handler / file.lua
2008-07-05 Jo-Philipp Wich* luci/libs: make treatment of "+" conditional in http...
2008-06-30 Jo-Philipp Wich* libs/httpd: also handle missing directory permissions...
2008-06-30 Jo-Philipp Wich* libs/http: removed protocol.filter, added mimetypes...
2008-06-29 Steven Barth* libs/core: Moved ltn12 inside LuCI to avoid package...
2008-06-28 Jo-Philipp Wich* libs/httpd: print request uri, not real path in direc...
2008-06-28 Jo-Philipp Wich* libs/http: added support for directory listings
2008-06-28 Steven Barth* libs/httpd: Fixed a problem with empty sources in...
2008-06-28 Jo-Philipp Wich* libs/http: fix header handling in conditionals.lua
2008-06-28 Jo-Philipp Wich* libs/http: prepare support for RFC2616 / 14.24 -...
2008-06-26 Jo-Philipp Wich* libs/httpd: added ETag, Date, Content-Type and Last...
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-17 Steven Barth* Preliminary module implementation for Luci HTTPD