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 |
mod_http_files: Fix sending Content-Type for index files
|
Kim Alvefur |
2012-12-23 |
mod_http_files: Allow passing a string to serve()
|
Kim Alvefur |
2012-12-23 |
mod_http_files: Expose function other modules can use to combine their routes with file paths to serve
|
Kim Alvefur |
2012-12-21 |
mod_http_files: Work with non-wildcard-routes. Key cache on the original HTTP path.
|
Kim Alvefur |
2012-12-21 |
mod_http_files: Replace file listing with an event, allowing a different plugin to generate it
|
Kim Alvefur |
2012-12-21 |
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
|
Kim Alvefur |
2012-12-21 |
mod_http_files: Rename config options and variable names
|
Kim Alvefur |
2012-12-21 |
mod_http_files: Log the error if we can't open or read a file
|
Kim Alvefur |
2012-12-21 |
mod_http_files: Escape paths in redirects
|
Kim Alvefur |
2012-12-21 |
mod_http_files: Only match on modification date when if-none-match is not present
|
Kim Alvefur |
2012-12-21 |
mod_http_files: Only serve cached data if etag is unchanged.
|
Kim Alvefur |
2012-12-21 |
mod_http_files: Make sure file extensions are not nil or empty string
|
Kim Alvefur |
2012-12-21 |
mod_http_files: Avoid a bunch of table lookups
|
Kim Alvefur |
2012-12-21 |
mod_http_files: No use in closing a file handle if we couldn't open it
|
Kim Alvefur |
2012-12-21 |
mod_http_files: Compare If-Modified-Since to last modification date
|
Kim Alvefur |
2012-12-16 |
mod_http_files: Fix caching the stringified directory index
|
Kim Alvefur |
2012-12-16 |
mod_http_files: Generate simple directory index.
|
Kim Alvefur |
2012-12-11 |
mod_http_files: Have mimetypes in a shared table. Get mimetypes from /etc/mime.types if exists.
|
Kim Alvefur |
2012-12-11 |
mod_http_files: Cache data read from disk in a weak table
|
Kim Alvefur |
2012-12-11 |
mod_http_files: Add Last-Modified header
|
Kim Alvefur |
2012-12-11 |
mod_http_files: Add ETag and check If-None-Match to allow client-side cache
|
Kim Alvefur |
2012-12-11 |
mod_http_files: Return 404 faster if file does not exist
|
Kim Alvefur |
2012-12-11 |
mod_http_files: Configurable number of index files to check for
|
Kim Alvefur |
2012-12-11 |
mod_http_files: Respond with a 301 redirect for directories to append a / (fixes relative links)
|
Kim Alvefur |
2012-05-12 |
mod_http_files: Specify method in HTTP route
|
Matthew Wild |
2012-04-27 |
mod_http_files, net.http.parser: Move path normalization to net.http.parser so that all modules can benefit
|
Matthew Wild |
2012-04-26 |
mod_http_files: Change option name from http_path to http_files_dir
|
Matthew Wild |
2012-04-26 |
mod_http_files: Log 404 failure reason
|
Matthew Wild |
2012-04-26 |
mod_http_files: Return numeric error codes instead of custom error responses
|
Matthew Wild |
2012-04-26 |
mod_http_files: Rename argument to reflect what it actually is
|
Kim Alvefur |
2012-04-23 |
mod_httpserver: Rename to mod_http_files
base
plugins/mod_httpserver.lua@697f3142c36c
|
Kim Alvefur |
2012-04-23 |