log plugins/mod_http_files.lua @ 9598:dcd85bc34d21

age author description
Wed, 10 Oct 2018 21:54:12 +0200 Kim Alvefur mod_http_files: Rename variable to avoid name clash [luacheck]
Wed, 10 Oct 2018 21:53:26 +0200 Kim Alvefur mod_http_files: Silence luacheck warnings related to config variables
Tue, 17 Apr 2018 18:40:57 +0200 Kim Alvefur mod_http_files: Correct cache insertion (fixes #1130)
Tue, 21 Mar 2017 12:06:52 +0100 Kim Alvefur mod_http_files: Use path variant of config option API for http_files_dir
Fri, 17 Mar 2017 23:02:35 +0100 Kim Alvefur mod_http_files: Pass only the name of the path, get_option_path knows how to deal with it
Thu, 16 Mar 2017 20:53:08 +0100 Kim Alvefur mod_http_files: Use API for config options that are file paths
Thu, 16 Mar 2017 20:46:06 +0100 Kim Alvefur plugins/various: Use type-specific config API
Mon, 11 Jul 2016 12:20:25 +0200 Kim Alvefur mod_http_files: Send larger files using new file handle API
Mon, 11 Jul 2016 12:17:59 +0200 Kim Alvefur mod_http_files: Switch to use util.cache for cache
Sat, 09 Jul 2016 21:55:37 +0800 Anton Shestakov mod_http_files: send valid ETag header
Thu, 03 Mar 2016 16:05:34 +0100 Kim Alvefur Merge 0.9->0.10
Thu, 03 Mar 2016 15:31:46 +0100 Kim Alvefur mod_http_files: Preserve a trailing / in paths (fixes #639)
Thu, 03 Mar 2016 15:30:00 +0100 Kim Alvefur mod_http_files: Don't prepend / to path twice, sanitize path does this already
Thu, 03 Mar 2016 15:28:07 +0100 Kim Alvefur mod_http_files: Fix traceback when serving a non-wildcard path (fixes #611)
Fri, 08 Jan 2016 16:16:08 +0100 Kim Alvefur Merge 0.9->0.10