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