1. 04 Mar, 2016 1 commit
  2. 03 Mar, 2016 2 commits
  3. 02 Mar, 2016 2 commits
  4. 01 Mar, 2016 5 commits
  5. 26 Feb, 2016 3 commits
  6. 24 Feb, 2016 2 commits
  7. 22 Feb, 2016 1 commit
  8. 20 Feb, 2016 2 commits
  9. 19 Feb, 2016 5 commits
  10. 18 Feb, 2016 7 commits
  11. 17 Feb, 2016 5 commits
  12. 14 Feb, 2016 1 commit
  13. 13 Feb, 2016 2 commits
  14. 11 Feb, 2016 1 commit
  15. 09 Feb, 2016 1 commit
    • Robert Carlsen's avatar
      fix another panic where CloseNotify was called from wrong goroutine · 5367ee76
      Robert Carlsen authored
          panic: net/http: CloseNotify called after ServeHTTP finished
      
          goroutine 180 [running]:
          net/http.(*response).CloseNotify(0xc8220684e0, 0x0)
              /home/r/go/src/net/http/server.go:1535 +0x9d
          github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/prometheus/client_golang/
              /home/r/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/prome
          github.com/ipfs/go-ipfs/core/corehttp.(*gatewayHandler).getOrHeadHandler.func1(0x7
              /home/r/src/github.com/ipfs/go-ipfs/core/corehttp/gateway_handler.go:119 +
          created by github.com/ipfs/go-ipfs/core/corehttp.(*gatewayHandler).getOrHeadHandle
              /home/r/src/github.com/ipfs/go-ipfs/core/corehttp/gateway_handler.go:123 +
      
      License: MIT
      Signed-off-by: default avatarRobert Carlsen <rwcarlsen@gmail.com>
      5367ee76