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

Go-datakit handle large values when reading / writing in 9db #292

Merged
merged 8 commits into from
Jun 16, 2017

Commits on Jun 16, 2017

  1. Added a io.Reader / io.Writer conformant type that handles correctly …

    …the fact that p9p can do partial read / writes with large values
    
    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    72c3e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d0bee6 View commit details
    Browse the repository at this point in the history
  3. Added some tests for large file write / read-back handling

    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    d8de45c View commit details
    Browse the repository at this point in the history
  4. Added the ability to run go-datakit tests on Windows

    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    54616b2 View commit details
    Browse the repository at this point in the history
  5. Adaptation to work with go-p9p docker-archive/go-p9p#30

    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    96aec23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82b75e7 View commit details
    Browse the repository at this point in the history
  7. moved to std context package

    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    4500407 View commit details
    Browse the repository at this point in the history
  8. commented out non-buildable test

    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    cb0fe49 View commit details
    Browse the repository at this point in the history