1. 08 Feb, 2016 3 commits
  2. 06 Feb, 2016 1 commit
  3. 05 Feb, 2016 2 commits
  4. 04 Feb, 2016 3 commits
  5. 02 Feb, 2016 1 commit
  6. 01 Feb, 2016 5 commits
  7. 31 Jan, 2016 2 commits
  8. 30 Jan, 2016 3 commits
  9. 25 Jan, 2016 1 commit
  10. 22 Jan, 2016 1 commit
  11. 21 Jan, 2016 1 commit
  12. 20 Jan, 2016 1 commit
  13. 18 Jan, 2016 2 commits
  14. 17 Jan, 2016 2 commits
  15. 16 Jan, 2016 1 commit
    • Stephen Whitmore's avatar
      Resolves paths in 'pin rm' without network lookup. · 32ceaa61
      Stephen Whitmore authored
      Fixes ipfs/go-ipfs#2155 by turning the hash path arguments into keys
      and unpinning directly, rather than running a full core.Resolve on
      them. This lets users fail fast when they try to remove pins that
      they don't have locally.
      
      Note that this will only work when the path is of the form <hash> or
      /ipfs/<hash>. Given e.g. /ipfs/<hash>/foo, foo's key cannot be known
      without first resolving <hash>, which may involve talking to the
      network.
      
      License: MIT
      Signed-off-by: default avatarStephen Whitmore <noffle@ipfs.io>
      32ceaa61
  16. 15 Jan, 2016 6 commits
  17. 12 Jan, 2016 5 commits