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

Fix panic in dagreader with raw nodes #3403

Merged
merged 5 commits into from
Nov 22, 2016
Merged

Commits on Nov 21, 2016

  1. Make unixio.DagReader an interface

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    7245151 View commit details
    Browse the repository at this point in the history
  2. Move proto-dag reader to separate file and change name

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    09854c0 View commit details
    Browse the repository at this point in the history
  3. Create bufDagReader

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    1817d10 View commit details
    Browse the repository at this point in the history
  4. Add sharness test for raw node fetch

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    8c260f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Remove NewRSNCFromBytes and use NewDagReader for recursive reading

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    1fd99da View commit details
    Browse the repository at this point in the history