1. 12 Jul, 2017 1 commit
  2. 05 Jul, 2017 4 commits
  3. 04 Jul, 2017 1 commit
  4. 03 Jul, 2017 1 commit
  5. 01 Jul, 2017 1 commit
  6. 29 Jun, 2017 3 commits
  7. 28 Jun, 2017 1 commit
  8. 26 Jun, 2017 1 commit
  9. 21 Jun, 2017 1 commit
  10. 19 Jun, 2017 1 commit
  11. 13 Jun, 2017 1 commit
  12. 10 Jun, 2017 2 commits
  13. 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
  14. 07 Jun, 2017 2 commits
  15. 04 Jun, 2017 1 commit
  16. 03 Jun, 2017 2 commits
  17. 02 Jun, 2017 1 commit
  18. 01 Jun, 2017 2 commits
  19. 31 May, 2017 9 commits
  20. 30 May, 2017 1 commit
  21. 25 May, 2017 3 commits