log plugins/mod_http_files.lua @ 5236:8d116a0cdacd

age author description
Tue, 11 Dec 2012 23:02:06 +0100 Kim Alvefur mod_http_files: Cache data read from disk in a weak table
Tue, 11 Dec 2012 22:30:50 +0100 Kim Alvefur mod_http_files: Add Last-Modified header
Tue, 11 Dec 2012 22:30:13 +0100 Kim Alvefur mod_http_files: Add ETag and check If-None-Match to allow client-side cache
Tue, 11 Dec 2012 22:26:41 +0100 Kim Alvefur mod_http_files: Return 404 faster if file does not exist
Tue, 11 Dec 2012 22:14:55 +0100 Kim Alvefur mod_http_files: Configurable number of index files to check for
Sat, 12 May 2012 02:17:08 +0200 Kim Alvefur mod_http_files: Respond with a 301 redirect for directories to append a / (fixes relative links)
Fri, 27 Apr 2012 18:40:44 +0100 Matthew Wild mod_http_files: Specify method in HTTP route
Thu, 26 Apr 2012 16:48:16 +0100 Matthew Wild mod_http_files, net.http.parser: Move path normalization to net.http.parser so that all modules can benefit