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

Extract the native component without copying it into memory #198

Merged
merged 4 commits into from
Apr 10, 2018

Commits on Apr 9, 2018

  1. No additional memory extraction

    Use message digest filter streams to limit the required memory during
    native executable extraction.
    pfifer committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    219cf61 View commit details
    Browse the repository at this point in the history
  2. Fix license statement

    Formatter messed up the spacing.
    pfifer committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    079a23d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Use a better method to create the temp directory

    Use a method designed to correctly create the temporary directory.
    pfifer committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    78f9b46 View commit details
    Browse the repository at this point in the history
  2. Changed out how test cleanup works

    Test cleanup will now cleanup the directory used in testing. It is
    rather conservative on the clean up to avoid possible issues.
    
    This also will check to make sure the all temp files used by the
    HashedFileCopier are correctly cleaned up.
    pfifer committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    e4fcccc View commit details
    Browse the repository at this point in the history