* libs/httpd: Added Cache-Control header to LuCI
[project/luci.git] / libs / httpd / luasrc / httpd / server.lua
2008-06-28 Steven Barth* libs/httpd: Added Cache-Control header to LuCI
2008-06-26 Steven Barth* libs/httpd: Rewrote daemon controller to increase...
2008-06-25 Jo-Philipp Wich* luci/httpd: fix 500 error case in luci handler...
2008-06-25 Steven Barth* libs/httpd: Fixed typos
2008-06-25 Steven Barth* libs/httpd: cleanup
2008-06-25 Steven Barth* libs/httpd: Use HTTP/1.0 for error messages
2008-06-25 Steven Barth* libs/httpd: Introduced keep-alive and pipelining...
2008-06-23 Jo-Philipp Wich* luci/libs: fix syntax error in last commit
2008-06-23 Jo-Philipp Wich* luci/libs: fix possible error when doing sub() on...
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* libs/httpd: Forward changed Handler API to use luci...
2008-06-19 Jo-Philipp Wich* luci/httpd: add initial server implementation