Skip to content

Releases: evanmiller/mod_zip

mod_zip 1.3.0

20 Feb 14:15
Compare
Choose a tag to compare
  • Bugfix: Excessive memory usage with large input #67 #94
  • Bugfix: Fix stalled SSL connections #44 #103 #105
  • Bugfix: Compatibility with nginx 1.23.0+ #93
  • Feature: Support for empty directories #86
  • Feature: Pass credentials in subrequests #87

mod_zip 1.2.0

24 Oct 18:52
Compare
Choose a tag to compare
  • Bugfix: Flush file header under SSL #44 #50
  • Bugfix: File names containing a plus symbol #13 #20
  • Bugfix: 1-byte buffer overflow #47
  • Bugfix: Validate upstream location #69
  • Feature: Support for Unicode file paths #3 #4
  • Feature: Support for big-endian platforms #28
  • Feature: Support for non-upstream locations #26
  • Feature: Support for compilation as a dynamic module #62

mod_zip 1.1.6

24 Oct 18:23
Compare
Choose a tag to compare

Originally released 13 Sept 2010

  • Feature: Support for UTF-8 filenames. Thanks to Robbie Scott/Bandcamp
  • Feature: Issue subrequests serially. Thanks to Brian Moran/OneHub
  • Feature: Use Zip64 when archive is larger than 4 GB. Thanks to Vasily Fedoseyev.
  • Bugfix: Support spaces in URLs

mod_zip 1.1.5

24 Oct 18:22
Compare
Choose a tag to compare

Originally released 03 Sep 2009

  • Feature: If-Range client header is compared to Last-Modified and ETag from the upstream file-list server; if there is a match, the Range client header is honored, otherwise 200 OK is returned. Using ETag requires nginx 0.8.10 or later, or included patch.
  • Bugfix: compatibility with nginx 0.7.25 and later (but earlier versions are no longer supported)
  • Bugfix: Range works with local, Memcached, and FastCGI files