1. 12 Aug, 2017 1 commit
  2. 31 Jul, 2017 5 commits
  3. 30 Jul, 2017 1 commit
  4. 28 Jul, 2017 1 commit
  5. 20 Jul, 2017 1 commit
  6. 19 Jul, 2017 1 commit
  7. 17 Jul, 2017 1 commit
    • Steven Allen's avatar
      gx: update ipldcbor · e8f6486a
      Steven Allen authored
      I previously optimized the IPLD cbor decoder to *not* encode and then re-decode
      objects when constructing them with `WrapObject`. Unfortunately, we rely on this
      to canonicalize the object before computing the tree/links.
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      e8f6486a
  8. 16 Jul, 2017 2 commits
  9. 14 Jul, 2017 1 commit
  10. 13 Jul, 2017 1 commit
  11. 12 Jul, 2017 3 commits
  12. 05 Jul, 2017 4 commits
  13. 04 Jul, 2017 1 commit
  14. 03 Jul, 2017 1 commit
  15. 01 Jul, 2017 1 commit
  16. 29 Jun, 2017 3 commits
  17. 28 Jun, 2017 1 commit
  18. 26 Jun, 2017 1 commit
  19. 21 Jun, 2017 1 commit
  20. 19 Jun, 2017 1 commit
  21. 13 Jun, 2017 1 commit
  22. 10 Jun, 2017 2 commits
  23. 08 Jun, 2017 1 commit
    • Lars Gierth's avatar
      gateway: don't redirect to trailing slash if it's go get · 4fe5b3ea
      Lars Gierth authored
      This enables `go get` to parse go-import meta tags from index.html
      files stored in IPFS. One tiny step toward whyrusleeping/gx-go#2.
      
      For an import like `ipfs.io/ipfs/QmFoo/mypkg`, the gateway would
      previously redirect to `/ipfs/QmFoo/mypkg/` (note the trailing slash),
      which the `go get` tool can't deal with.
      
      Thankfully, `go get` sets a URL query parameter (`?go-get=1`) which
      we can use to switch off the redirect in this case.
      
      License: MIT
      Signed-off-by: default avatarLars Gierth <larsg@systemli.org>
      4fe5b3ea
  24. 07 Jun, 2017 2 commits
  25. 04 Jun, 2017 1 commit
  26. 03 Jun, 2017 1 commit