log plugins/mod_http_files.lua @ 5268:69964d1cbe66

age author description
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
Fri, 21 Dec 2012 17:54:43 +0100 Kim Alvefur mod_http_files: Export function can be used by other modules to serve files. Don't serve files by default unless http_files_dir is set
Fri, 21 Dec 2012 17:22:19 +0100 Kim Alvefur mod_http_files: Rename config options and variable names