Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async RandomAccessReader and zips within zips #100

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 12, 2018

  1. Add support for an asynchronous RandomAccessReader, and using that su…

    …pport create a reader implementation for stored entries within a zip file, thereby supporting stored zips within zips. Add a test for the new classes based on the existing range-test.
    
    Related to thejoshwolfe#89
    brucehappy committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    880db1c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Rework reader unref such that it will happen on premature returns and…

    … non-async createReadStream/readStreamCallback calls, but not after running an async createReadStream call. Instead, wait for that call's callback has executed readStreamCallback before unref'ing.
    brucehappy committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    e630ce7 View commit details
    Browse the repository at this point in the history