Log

plugins/mod_http_files.lua @ 10198:83541f0ff14f

description author age
mod_http_files: Try to determine which module using serve() needs updating Kim Alvefur Fri, 05 Apr 2019 18:18:23 +0200
mod_http_files: Use net.http.files Kim Alvefur Fri, 05 Apr 2019 17:12:19 +0200
mod_http_files: Rename variable to avoid name clash [luacheck] Kim Alvefur Wed, 10 Oct 2018 21:54:12 +0200
mod_http_files: Silence luacheck warnings related to config variables Kim Alvefur Wed, 10 Oct 2018 21:53:26 +0200
mod_http_files: Correct cache insertion (fixes #1130) Kim Alvefur Tue, 17 Apr 2018 18:40:57 +0200
mod_http_files: Use path variant of config option API for http_files_dir Kim Alvefur Tue, 21 Mar 2017 12:06:52 +0100
mod_http_files: Pass only the name of the path, get_option_path knows how to deal with it Kim Alvefur Fri, 17 Mar 2017 23:02:35 +0100
mod_http_files: Use API for config options that are file paths Kim Alvefur Thu, 16 Mar 2017 20:53:08 +0100
plugins/various: Use type-specific config API Kim Alvefur Thu, 16 Mar 2017 20:46:06 +0100
mod_http_files: Send larger files using new file handle API Kim Alvefur Mon, 11 Jul 2016 12:20:25 +0200
mod_http_files: Switch to use util.cache for cache Kim Alvefur Mon, 11 Jul 2016 12:17:59 +0200
mod_http_files: send valid ETag header Anton Shestakov Sat, 09 Jul 2016 21:55:37 +0800
Merge 0.9->0.10 Kim Alvefur Thu, 03 Mar 2016 16:05:34 +0100
mod_http_files: Preserve a trailing / in paths (fixes #639) Kim Alvefur Thu, 03 Mar 2016 15:31:46 +0100
mod_http_files: Don't prepend / to path twice, sanitize path does this already Kim Alvefur Thu, 03 Mar 2016 15:30:00 +0100
mod_http_files: Fix traceback when serving a non-wildcard path (fixes #611) Kim Alvefur Thu, 03 Mar 2016 15:28:07 +0100
Merge 0.9->0.10 Kim Alvefur Fri, 08 Jan 2016 16:16:08 +0100
mod_http_files: Santize the path relative to our base URL before translating it to a filesystem path, fixes a relative path traversal vulnerability Matthew Wild Thu, 07 Jan 2016 15:37:47 +0000
Merge 0.9->0.10 Kim Alvefur Sun, 27 Sep 2015 00:36:34 +0200
mod_http_files: Translate forward slashes to local directory separators Kim Alvefur Sat, 26 Sep 2015 19:35:56 +0200
mod_http_files: Strip trailing directory separator regardless of directionality of the slash (fixes #545) Kim Alvefur Sat, 26 Sep 2015 19:34:58 +0200
Merge 0.9->0.10 Kim Alvefur Sun, 09 Mar 2014 23:47:53 +0100
mod_http_files: Strip path separator from end of paths, was broken on Windows (thanks Junne) Kim Alvefur Sun, 09 Mar 2014 22:16:44 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
Merge 0.9->trunk Matthew Wild Sat, 29 Jun 2013 10:11:55 +0100
mod_http_files: Put the MIME type map in a global shared table instead of per-host Kim Alvefur Fri, 28 Jun 2013 19:34:57 +0200
mod_http_files: Put the MIME type map in a global shared table Kim Alvefur Thu, 13 Jun 2013 23:31:11 +0200
mod_http_files: Fix sending Content-Type for index files Kim Alvefur Sun, 23 Dec 2012 17:04:44 +0100
mod_http_files: Allow passing a string to serve() Kim Alvefur Sun, 23 Dec 2012 11:17:44 +0100
mod_http_files: Expose function other modules can use to combine their routes with file paths to serve Kim Alvefur Fri, 21 Dec 2012 20:40:29 +0100