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

src: clean up zlib write code #23183

Closed
wants to merge 3 commits into from
Closed

Commits on Sep 30, 2018

  1. src: clean up zlib write code

    Split the existing `Write()` method into one that takes care
    of translating the arguments from JS to C++, and a non-static
    method for the actual write operations, as well as some minor
    stylistic drive-by fixes.
    addaleax committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    93fc596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e84f6d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    592f48a View commit details
    Browse the repository at this point in the history