log plugins/mod_http_files.lua @ 5716:8a0465de172e

age author description
Fri, 28 Jun 2013 19:34:57 +0200 Kim Alvefur mod_http_files: Put the MIME type map in a global shared table instead of per-host
Thu, 13 Jun 2013 23:31:11 +0200 Kim Alvefur mod_http_files: Put the MIME type map in a global shared table
Sun, 23 Dec 2012 17:04:44 +0100 Kim Alvefur mod_http_files: Fix sending Content-Type for index files
Sun, 23 Dec 2012 11:17:44 +0100 Kim Alvefur mod_http_files: Allow passing a string to serve()
Fri, 21 Dec 2012 20:40:29 +0100 Kim Alvefur mod_http_files: Expose function other modules can use to combine their routes with file paths to serve
Fri, 21 Dec 2012 20:34:40 +0100 Kim Alvefur mod_http_files: Work with non-wildcard-routes. Key cache on the original HTTP path.
Fri, 21 Dec 2012 20:08:33 +0100 Kim Alvefur mod_http_files: Replace file listing with an event, allowing a different plugin to generate it