index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
mod_http_files.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_http_files: Use path variant of config option API for http_files_dir
Kim Alvefur
2017-03-21
1
-1
/
+1
*
mod_http_files: Pass only the name of the path, get_option_path knows how to ...
Kim Alvefur
2017-03-17
1
-1
/
+1
*
mod_http_files: Use API for config options that are file paths
Kim Alvefur
2017-03-16
1
-1
/
+1
*
plugins/various: Use type-specific config API
Kim Alvefur
2017-03-16
1
-1
/
+1
*
mod_http_files: Send larger files using new file handle API
Kim Alvefur
2016-07-11
1
-7
/
+12
*
mod_http_files: Switch to use util.cache for cache
Kim Alvefur
2016-07-11
1
-3
/
+4
*
mod_http_files: send valid ETag header
Anton Shestakov
2016-07-09
1
-1
/
+1
*
Merge 0.9->0.10
Kim Alvefur
2016-03-03
1
-3
/
+8
|
\
|
*
mod_http_files: Preserve a trailing / in paths (fixes #639)
Kim Alvefur
2016-03-03
1
-0
/
+3
|
*
mod_http_files: Don't prepend / to path twice, sanitize path does this already
Kim Alvefur
2016-03-03
1
-1
/
+1
|
*
mod_http_files: Fix traceback when serving a non-wildcard path (fixes #611)
Kim Alvefur
2016-03-03
1
-2
/
+4
*
|
Merge 0.9->0.10
Kim Alvefur
2016-01-08
1
-1
/
+33
|
\
|
|
*
mod_http_files: Santize the path relative to our base URL before translating ...
Matthew Wild
2016-01-07
1
-1
/
+33
*
|
Merge 0.9->0.10
Kim Alvefur
2015-09-27
1
-2
/
+2
|
\
|
|
*
mod_http_files: Translate forward slashes to local directory separators
Kim Alvefur
2015-09-26
1
-1
/
+1
|
*
mod_http_files: Strip trailing directory separator regardless of directionali...
Kim Alvefur
2015-09-26
1
-1
/
+1
*
|
Merge 0.9->0.10
Kim Alvefur
2014-03-09
1
-1
/
+2
|
\
|
|
*
mod_http_files: Strip path separator from end of paths, was broken on Windows...
Kim Alvefur
2014-03-09
1
-1
/
+2
*
|
Remove all trailing whitespace
Florian Zeitz
2013-08-09
1
-1
/
+1
|
/
*
mod_http_files: Put the MIME type map in a global shared table instead of per...
Kim Alvefur
2013-06-28
1
-2
/
+2
*
mod_http_files: Fix sending Content-Type for index files
Kim Alvefur
2012-12-23
1
-1
/
+1
*
mod_http_files: Allow passing a string to serve()
Kim Alvefur
2012-12-23
1
-1
/
+4
*
mod_http_files: Expose function other modules can use to combine their routes...
Kim Alvefur
2012-12-21
1
-0
/
+8
*
mod_http_files: Work with non-wildcard-routes. Key cache on the original HTTP...
Kim Alvefur
2012-12-21
1
-5
/
+5
*
mod_http_files: Replace file listing with an event, allowing a different plug...
Kim Alvefur
2012-12-21
1
-19
/
+7
*
mod_http_files: Export function can be used by other modules to serve files. ...
Kim Alvefur
2012-12-21
1
-73
/
+88
*
mod_http_files: Rename config options and variable names
Kim Alvefur
2012-12-21
1
-5
/
+5
*
mod_http_files: Log the error if we can't open or read a file
Kim Alvefur
2012-12-21
1
-1
/
+2
*
mod_http_files: Escape paths in redirects
Kim Alvefur
2012-12-21
1
-1
/
+4
*
mod_http_files: Only match on modification date when if-none-match is not pre...
Kim Alvefur
2012-12-21
1
-1
/
+1
*
mod_http_files: Only serve cached data if etag is unchanged.
Kim Alvefur
2012-12-21
1
-3
/
+3
*
mod_http_files: Make sure file extensions are not nil or empty string
Kim Alvefur
2012-12-21
1
-2
/
+2
*
mod_http_files: Avoid a bunch of table lookups
Kim Alvefur
2012-12-21
1
-8
/
+12
*
mod_http_files: No use in closing a file handle if we couldn't open it
Kim Alvefur
2012-12-21
1
-3
/
+5
*
mod_http_files: Compare If-Modified-Since to last modification date
Kim Alvefur
2012-12-16
1
-4
/
+7
*
mod_http_files: Fix caching the stringified directory index
Kim Alvefur
2012-12-16
1
-1
/
+1
*
mod_http_files: Generate simple directory index.
Kim Alvefur
2012-12-11
1
-2
/
+23
*
mod_http_files: Have mimetypes in a shared table. Get mimetypes from /etc/mim...
Kim Alvefur
2012-12-11
1
-10
/
+28
*
mod_http_files: Cache data read from disk in a weak table
Kim Alvefur
2012-12-11
1
-13
/
+18
*
mod_http_files: Add Last-Modified header
Kim Alvefur
2012-12-11
1
-0
/
+2
*
mod_http_files: Add ETag and check If-None-Match to allow client-side cache
Kim Alvefur
2012-12-11
1
-0
/
+7
*
mod_http_files: Return 404 faster if file does not exist
Kim Alvefur
2012-12-11
1
-3
/
+9
*
mod_http_files: Configurable number of index files to check for
Kim Alvefur
2012-12-11
1
-2
/
+5
*
mod_http_files: Respond with a 301 redirect for directories to append a / (fi...
Kim Alvefur
2012-05-12
1
-2
/
+9
*
mod_http_files: Specify method in HTTP route
Matthew Wild
2012-04-27
1
-1
/
+1
*
mod_http_files, net.http.parser: Move path normalization to net.http.parser s...
Matthew Wild
2012-04-26
1
-23
/
+1
*
mod_http_files: Change option name from http_path to http_files_dir
Matthew Wild
2012-04-26
1
-1
/
+1
*
mod_http_files: Log 404 failure reason
Matthew Wild
2012-04-26
1
-0
/
+1
*
mod_http_files: Return numeric error codes instead of custom error responses
Matthew Wild
2012-04-26
1
-12
/
+4
*
mod_http_files: Rename argument to reflect what it actually is
Kim Alvefur
2012-04-24
1
-3
/
+3
[next]