Merge 0.9->0.10
[prosody.git] / plugins / mod_http_files.lua
2014-10-08 Waqas HussainMerge 0.9->0.10
2014-10-05 Kim AlvefurMerge 0.9->0.10
2014-09-09 Kim AlvefurMerge 0.9->0.10
2014-09-03 Matthew WildMerge 0.9->0.10
2014-09-02 Kim AlvefurMerge 0.9->0.10
2014-08-28 Matthew WildMerge 0.9->0.10
2014-08-28 Matthew WildMerge 0.9->0.10
2014-07-31 Matthew WildMerge 0.9->0.10
2014-07-25 Matthew WildMerge 0.9->0.10
2014-07-25 Matthew WildMerge 0.9->0.10
2014-07-04 Kim AlvefurMerge 0.9->0.10
2014-06-30 Kim AlvefurMerge 0.9->0.10
2014-06-21 Kim AlvefurMerge 0.9->0.10
2014-05-09 Kim AlvefurMerge 0.9->0.10
2014-04-26 Kim AlvefurMerge 0.9->0.10
2014-04-22 Kim AlvefurMerge 0.9->0.10
2014-04-10 Kim AlvefurMerge 0.9->0.10
2014-04-02 Matthew WildMerge 0.9->0.10
2014-03-25 Kim AlvefurMerge 0.9->0.10
2014-03-09 Kim AlvefurMerge 0.9->0.10
2014-03-09 Kim Alvefurmod_http_files: Strip path separator from end of paths...
2014-02-26 Kim AlvefurMerge 0.9->0.10
2014-02-12 Kim AlvefurMerge 0.9 -> 0.10
2014-02-06 Kim AlvefurMerge 0.9->0.10
2014-02-03 Kim AlvefurMerge 0.9->0.10
2014-01-21 Matthew WildMerge 0.9->0.10
2014-01-18 Matthew WildMerge 0.9->0.10
2014-01-12 Matthew WildMerge 0.9->0.10
2013-12-18 Kim AlvefurMerge 0.9->0.10
2013-12-16 Matthew WildMerge 0.9->0.10
2013-12-16 Matthew WildMerge 0.9->0.10
2013-12-13 Matthew WildMerge 0.9->0.10
2013-12-11 Matthew WildMerge 0.9->0.10
2013-11-29 Matthew WildMerge 0.9->0.10
2013-11-28 Kim AlvefurMerge 0.9->0.10
2013-11-24 Kim AlvefurMerge 0.9->0.10
2013-11-21 Matthew WildMerge 0.9->0.10
2013-11-12 Matthew WildMerge 0.9->0.10
2013-11-10 Matthew WildMerge 0.9->0.10
2013-11-09 Matthew WildMerge 0.9->0.10
2013-10-31 Kim AlvefurMerge 0.9 -> 0.10
2013-10-10 Matthew WildMerge 0.9->0.10
2013-10-05 Matthew WildMerge 0.9->0.10
2013-09-30 Matthew WildMerge 0.9->0.10
2013-09-21 Kim AlvefurMerge Tobias SCRAM-PLUS work
2013-09-16 Matthew WildMerge 0.9->trunk
2013-09-03 Kim AlvefurMerge 0.9->trunk
2013-09-03 Matthew WildMerge 0.9->trunk
2013-09-02 Matthew WildMerge 0.9->trunk
2013-08-24 Matthew WildMerge 0.9->trunk
2013-08-09 Florian ZeitzRemove all trailing whitespace
2013-06-29 Matthew WildMerge 0.9->trunk
2013-06-28 Kim Alvefurmod_http_files: Put the MIME type map in a global share...
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