mod_http_files: Switch to use util.cache for cache
[prosody.git] / plugins / mod_http_files.lua
2013-06-26 Matthew WildMerge 0.9->trunk
2013-06-24 Matthew WildMerge 0.9->trunk
2013-06-18 Matthew WildMerge 0.9->trunk
2013-06-13 Matthew WildMerge the merge
2013-06-13 Kim Alvefurmod_http_files: Put the MIME type map in a global share...
2013-05-01 Matthew WildMerge tls branch
2013-05-01 Matthew WildMerge s2s branch
2013-05-01 Matthew WildMerge sasl branch
2012-12-26 Kim AlvefurMerge 0.9->trunk
2012-12-23 Kim Alvefurmod_http_files: Fix sending Content-Type for index...
2012-12-23 Kim Alvefurmod_http_files: Allow passing a string to serve()
2012-12-21 Kim Alvefurmod_http_files: Expose function other modules can use...
2012-12-21 Kim Alvefurmod_http_files: Work with non-wildcard-routes. Key...
2012-12-21 Kim Alvefurmod_http_files: Replace file listing with an event...
2012-12-21 Kim Alvefurmod_http_files: Export function can be used by other...
2012-12-21 Kim Alvefurmod_http_files: Rename config options and variable...
2012-12-21 Kim Alvefurmod_http_files: Log the error if we can't open or read...
2012-12-21 Kim AlvefurMerge 0.9->trunk
2012-12-21 Kim Alvefurmod_http_files: Escape paths in redirects
2012-12-21 Kim Alvefurmod_http_files: Only match on modification date when...
2012-12-21 Kim Alvefurmod_http_files: Only serve cached data if etag is uncha...
2012-12-21 Kim Alvefurmod_http_files: Make sure file extensions are not nil...
2012-12-21 Kim Alvefurmod_http_files: Avoid a bunch of table lookups
2012-12-21 Kim Alvefurmod_http_files: No use in closing a file handle if...
2012-12-16 Kim AlvefurMerge 0.9->trunk
2012-12-16 Kim Alvefurmod_http_files: Compare If-Modified-Since to last modif...
2012-12-16 Kim Alvefurmod_http_files: Fix caching the stringified directory...
2012-12-11 Kim AlvefurMerge 0.9->trunk
2012-12-11 Kim Alvefurmod_http_files: Generate simple directory index.
2012-12-11 Kim Alvefurmod_http_files: Have mimetypes in a shared table. Get...
2012-12-11 Kim Alvefurmod_http_files: Cache data read from disk in a weak...
2012-12-11 Kim Alvefurmod_http_files: Add Last-Modified header
2012-12-11 Kim Alvefurmod_http_files: Add ETag and check If-None-Match to...
2012-12-11 Kim Alvefurmod_http_files: Return 404 faster if file does not...
2012-12-11 Kim Alvefurmod_http_files: Configurable number of index files...
2012-05-12 Matthew WildMerge with Zash
2012-05-12 Kim Alvefurmod_http_files: Respond with a 301 redirect for directo...
2012-05-11 Matthew WildMerge with backout
2012-04-27 Matthew Wildmod_http_files: Specify method in HTTP route
2012-04-26 Matthew Wildmod_http_files, net.http.parser: Move path normalizatio...
2012-04-26 Matthew Wildmod_http_files: Change option name from http_path to...
2012-04-26 Matthew Wildmod_http_files: Log 404 failure reason
2012-04-26 Matthew Wildmod_http_files: Return numeric error codes instead...
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-23 Kim Alvefurmod_http_files: Rename argument to reflect what it...
2012-04-23 Kim Alvefurmod_httpserver: Rename to mod_http_files