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

plumbing: format/packfile, prevent large objects from being read into memory completely #303

Merged
merged 5 commits into from May 12, 2021

Commits on Apr 18, 2021

  1. Prevent large objects from being read into memory completely

    This PR adds code to prevent large objects from being read into memory from packfiles or the filesystem.
    
    Objects greater than 1Mb are now no longer directly stored in the cache
    or read completely into memory.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    77d44a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. slight restructure

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    a64476f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. return on all closes

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    d487d74 View commit details
    Browse the repository at this point in the history
  2. return on all closes 2

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    8bde95a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

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