Merge 0.11->trunk
|
Kim Alvefur |
2020-04-26 |
mod_http_files: Avoid using inode in etag, fix #1498
0.11
|
Kim Alvefur |
2020-04-25 |
mod_http_files: Log something if unable to load MIME database
|
Kim Alvefur |
2019-12-23 |
mod_http_files: Try to determine which module using serve() needs updating
|
Kim Alvefur |
2019-04-05 |
mod_http_files: Use net.http.files
|
Kim Alvefur |
2019-04-05 |
mod_http_files: Rename variable to avoid name clash [luacheck]
|
Kim Alvefur |
2018-10-10 |
mod_http_files: Silence luacheck warnings related to config variables
|
Kim Alvefur |
2018-10-10 |
mod_http_files: Correct cache insertion (fixes #1130)
|
Kim Alvefur |
2018-04-17 |
mod_http_files: Use path variant of config option API for http_files_dir
|
Kim Alvefur |
2017-03-21 |
mod_http_files: Pass only the name of the path, get_option_path knows how to deal with it
|
Kim Alvefur |
2017-03-17 |
mod_http_files: Use API for config options that are file paths
|
Kim Alvefur |
2017-03-16 |
plugins/various: Use type-specific config API
|
Kim Alvefur |
2017-03-16 |
mod_http_files: Send larger files using new file handle API
|
Kim Alvefur |
2016-07-11 |
mod_http_files: Switch to use util.cache for cache
|
Kim Alvefur |
2016-07-11 |
mod_http_files: send valid ETag header
|
Anton Shestakov |
2016-07-09 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-03-03 |
mod_http_files: Preserve a trailing / in paths (fixes #639)
|
Kim Alvefur |
2016-03-03 |
mod_http_files: Don't prepend / to path twice, sanitize path does this already
|
Kim Alvefur |
2016-03-03 |
mod_http_files: Fix traceback when serving a non-wildcard path (fixes #611)
|
Kim Alvefur |
2016-03-03 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-01-08 |
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 |
2016-01-07 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-09-26 |
mod_http_files: Translate forward slashes to local directory separators
|
Kim Alvefur |
2015-09-26 |
mod_http_files: Strip trailing directory separator regardless of directionality of the slash (fixes #545)
|
Kim Alvefur |
2015-09-26 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-03-09 |
mod_http_files: Strip path separator from end of paths, was broken on Windows (thanks Junne)
|
Kim Alvefur |
2014-03-09 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
Merge 0.9->trunk
|
Matthew Wild |
2013-06-29 |
mod_http_files: Put the MIME type map in a global shared table instead of per-host
|
Kim Alvefur |
2013-06-28 |
mod_http_files: Put the MIME type map in a global shared table
|
Kim Alvefur |
2013-06-13 |