1. 17 May, 2016 1 commit
  2. 14 May, 2016 1 commit
  3. 12 May, 2016 1 commit
  4. 04 May, 2016 1 commit
  5. 28 Apr, 2016 2 commits
  6. 16 Apr, 2016 1 commit
  7. 05 Apr, 2016 1 commit
    • Thomas Gardner's avatar
      commands/cli: fix parsing of incorrect permutations · 7bfedab0
      Thomas Gardner authored
      parseOpts now does some preliminary path screening to prevent
      command sequences like
      
      	`ipfs <hash> cat`
      
      from succeeding. The tests affected by this have been slightly altered,
      but should be restored once parseOpts is decoupled from path analysis.
      
      Command suggestion printing has also been factored into a single
      function.
      
      Fixes: #2501
      License: MIT
      Signed-off-by: default avatarThomas Gardner <tmg@fastmail.com>
      7bfedab0
  8. 14 Mar, 2016 1 commit
  9. 04 Mar, 2016 1 commit
  10. 20 Feb, 2016 1 commit
  11. 17 Feb, 2016 1 commit
  12. 13 Feb, 2016 1 commit
  13. 08 Feb, 2016 1 commit
    • Robert Carlsen's avatar
      fix panic where closenotify was called from wrong goroutine · 187d433a
      Robert Carlsen authored
      Previously, this was the result when running a test with go1.6rc2:
      
          go test github.com/ipfs/go-ipfs/commands/http
          panic: net/http: CloseNotify called after ServeHTTP finished
      
          goroutine 19 [running]:
          net/http.(*response).CloseNotify(0xc8202ca1a0, 0x0)
              /home/r/go/src/net/http/server.go:1533 +0x9d
          github.com/ipfs/go-ipfs/commands/http.internalHandler.ServeHTTP.func2(0x7f42c9d1d180, 0xc8202ca1a0, 0x7f42c9d66e90, 0xc8200f0380, 0xc8201d40d0)
              /home/r/src/github.com/ipfs/go-ipfs/commands/http/handler.go:143 +0x39
          created by github.com/ipfs/go-ipfs/commands/http.internalHandler.ServeHTTP
              /home/r/src/github.com/ipfs/go-ipfs/commands/http/handler.go:147 +0x49d
          FAIL	github.com/ipfs/go-ipfs/commands/http	0.013s
      
      I had also encountered this panic when trying to use the webui.
      
      License: MIT
      Signed-off-by: default avatarRobert Carlsen <rwcarlsen@gmail.com>
      187d433a
  14. 06 Feb, 2016 1 commit
  15. 04 Feb, 2016 3 commits
  16. 03 Feb, 2016 2 commits
  17. 02 Feb, 2016 3 commits
  18. 01 Feb, 2016 1 commit
  19. 30 Jan, 2016 4 commits
  20. 22 Jan, 2016 1 commit
  21. 21 Jan, 2016 1 commit
  22. 20 Jan, 2016 1 commit
  23. 12 Jan, 2016 9 commits