plugins/mod_http_files.lua
Mon, 07 Mar 2022 00:13:56 +0100 Kim Alvefur Spelling: Fix various spelling mistakes (thanks timeless)
Sun, 26 Apr 2020 20:49:31 +0200 Kim Alvefur Merge 0.11->trunk
Sat, 25 Apr 2020 20:55:00 +0200 Kim Alvefur mod_http_files: Avoid using inode in etag, fix #1498 0.11
Mon, 23 Dec 2019 21:52:50 +0100 Kim Alvefur mod_http_files: Log something if unable to load MIME database
Fri, 05 Apr 2019 18:18:23 +0200 Kim Alvefur mod_http_files: Try to determine which module using serve() needs updating
Fri, 05 Apr 2019 17:12:19 +0200 Kim Alvefur mod_http_files: Use net.http.files
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
Thu, 07 Jan 2016 15:37:47 +0000 Matthew Wild mod_http_files: Santize the path relative to our base URL before translating it to a filesystem path, fixes a relative path traversal vulnerability
Sun, 27 Sep 2015 00:36:34 +0200 Kim Alvefur Merge 0.9->0.10
Sat, 26 Sep 2015 19:35:56 +0200 Kim Alvefur mod_http_files: Translate forward slashes to local directory separators
Sat, 26 Sep 2015 19:34:58 +0200 Kim Alvefur mod_http_files: Strip trailing directory separator regardless of directionality of the slash (fixes #545)
Sun, 09 Mar 2014 23:47:53 +0100 Kim Alvefur Merge 0.9->0.10
Sun, 09 Mar 2014 22:16:44 +0100 Kim Alvefur mod_http_files: Strip path separator from end of paths, was broken on Windows (thanks Junne)
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Sat, 29 Jun 2013 10:11:55 +0100 Matthew Wild Merge 0.9->trunk
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
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
Fri, 21 Dec 2012 16:10:45 +0100 Kim Alvefur mod_http_files: Log the error if we can't open or read a file
Fri, 21 Dec 2012 09:04:02 +0100 Kim Alvefur mod_http_files: Escape paths in redirects
Fri, 21 Dec 2012 08:27:14 +0100 Kim Alvefur mod_http_files: Only match on modification date when if-none-match is not present
Fri, 21 Dec 2012 08:25:09 +0100 Kim Alvefur mod_http_files: Only serve cached data if etag is unchanged.
Fri, 21 Dec 2012 08:19:58 +0100 Kim Alvefur mod_http_files: Make sure file extensions are not nil or empty string
Fri, 21 Dec 2012 08:14:33 +0100 Kim Alvefur mod_http_files: Avoid a bunch of table lookups
Fri, 21 Dec 2012 08:10:07 +0100 Kim Alvefur mod_http_files: No use in closing a file handle if we couldn't open it
Sun, 16 Dec 2012 08:34:50 +0100 Kim Alvefur mod_http_files: Compare If-Modified-Since to last modification date
Sun, 16 Dec 2012 08:17:28 +0100 Kim Alvefur mod_http_files: Fix caching the stringified directory index
Tue, 11 Dec 2012 23:40:30 +0100 Kim Alvefur mod_http_files: Generate simple directory index.
Tue, 11 Dec 2012 23:21:25 +0100 Kim Alvefur mod_http_files: Have mimetypes in a shared table. Get mimetypes from /etc/mime.types if exists.
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
Thu, 26 Apr 2012 06:42:02 +0100 Matthew Wild mod_http_files: Change option name from http_path to http_files_dir
Thu, 26 Apr 2012 06:30:29 +0100 Matthew Wild mod_http_files: Log 404 failure reason
Thu, 26 Apr 2012 06:10:14 +0100 Matthew Wild mod_http_files: Return numeric error codes instead of custom error responses
less more (0) -60 tip