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

zlib: expose amount of data read for engines #13088

Closed
wants to merge 5 commits into from

Commits on May 18, 2017

  1. zlib: expose amount of data read for engines

    Added bytesRead property to Zlib engines
    
    Refs: nodejs#8874
    AlexanderOMara committed May 18, 2017
    Configuration menu
    Copy the full SHA
    7aa6e2b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Configuration menu
    Copy the full SHA
    df6c1f0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. zlib: refactored bytesRead test to use callbacks

    Refactored bytesRead test to use callbacks instead of timers
    
    Refs: nodejs#8874
    AlexanderOMara committed May 24, 2017
    Configuration menu
    Copy the full SHA
    cf58570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5a87d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c1a1e9 View commit details
    Browse the repository at this point in the history