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

Add Virtual file backend support. #39

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

Add Virtual file backend support. #39

wants to merge 14 commits into from

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    bffdfe5 View commit details
    Browse the repository at this point in the history
  2. Abstract Posix file backend to use the BigFileMethods struct.

    Python tests passed.
    rainwoodman committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    7dde691 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ac4f47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df685c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1022e55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46fc0a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    356e479 View commit details
    Browse the repository at this point in the history
  8. fix a crash in iosim.

    rainwoodman committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    8ea7350 View commit details
    Browse the repository at this point in the history
  9. Fix rebase errors.

    rainwoodman committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    7ce0191 View commit details
    Browse the repository at this point in the history
  10. patch a leak

    rainwoodman committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    17ffc67 View commit details
    Browse the repository at this point in the history
  11. use listdir for py2.

    rainwoodman committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    e4a3d37 View commit details
    Browse the repository at this point in the history
  12. fixes for py2.

    rainwoodman committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    c8400ec View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. HTTPBackend works with httpio, as urllib.request is non-seekable.

    This breaks the bigfile api, as a backend argument is added.
    rainwoodman committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    aaca594 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e021ce5 View commit details
    Browse the repository at this point in the history