1. 02 Sep, 2016 2 commits
  2. 22 Jun, 2016 1 commit
  3. 13 May, 2016 1 commit
  4. 28 Apr, 2016 1 commit
  5. 07 Apr, 2016 3 commits
  6. 04 Mar, 2016 1 commit
  7. 02 Mar, 2016 1 commit
  8. 23 Feb, 2016 4 commits
  9. 21 Jan, 2016 1 commit
  10. 12 Jan, 2016 1 commit
  11. 21 Oct, 2015 1 commit
  12. 20 Oct, 2015 1 commit
  13. 16 Oct, 2015 1 commit
  14. 12 Sep, 2015 1 commit
  15. 27 Aug, 2015 1 commit
  16. 13 Aug, 2015 1 commit
  17. 27 Jun, 2015 3 commits
    • Juan Batiz-Benet's avatar
      fix t0061-daemon-opts.sh nc wait · 6b8e9f51
      Juan Batiz-Benet authored
      fix the nc wait. the issue was that stdin needs to remain _open_
      but not receive any input for some time. If stdin receives (invalid)
      input or closes, the other side terminates the connection before
      writing out the muxer frames + identify handshake.
      
      This commit also changes the use of `!` for `test_must_fail`
      
      License: MIT
      Signed-off-by: default avatarJuan Batiz-Benet <juan@benet.ai>
      6b8e9f51
    • Juan Batiz-Benet's avatar
      daemon output includes swarm addresses · 9716018c
      Juan Batiz-Benet authored
      daemon output now includes initial swarm addresses. this is not a
      full solution, as a change in network will not trigger re-printing.
      We need a good way to do that.
      
      This made me re-think how we're outputting these messages, perhaps
      we should be throwing them as log.Events, and capturing some with
      a special keyword to output to the user on stdout. Things like
      network addresses being rebound, NATs being holepunched, external
      network addresses being figured out, connections established, etc
      may be valuable events to show the user. Of course, these should be
      very few, as a noisy daemon is an annoying daemon.
      
      License: MIT
      Signed-off-by: default avatarJuan Batiz-Benet <juan@benet.ai>
      9716018c
    • Juan Batiz-Benet's avatar
      t0060-daemon: test transport is encrypted · 748d25f4
      Juan Batiz-Benet authored
      License: MIT
      Signed-off-by: default avatarJuan Batiz-Benet <juan@benet.ai>
      748d25f4
  18. 26 Jun, 2015 1 commit
  19. 29 May, 2015 1 commit
  20. 28 May, 2015 1 commit
  21. 20 Apr, 2015 1 commit
  22. 01 Apr, 2015 1 commit
  23. 19 Mar, 2015 1 commit
  24. 10 Mar, 2015 1 commit
  25. 04 Feb, 2015 1 commit
  26. 01 Feb, 2015 1 commit
    • Juan Batiz-Benet's avatar
      test/sharness: fix errors · f1d34a2a
      Juan Batiz-Benet authored
      - core: daemon stdout print to cmd + daemon init checks
      - core: fixed bug where the gateway was printed as "API"
      - sharness/test-lib: daemon init checks
      - sharness/test-lib: portable TCP port check
      - sharness/init: fix test bits output
      - sharness: use common hashes in one place.
      - move t0100-http-gateway -> t0111-gateway-writable
      - sharness: test-lib funcs for gateway config
      - sharness/t0111-gateway-writable: use sh funcs
      - sharness/t0111-gateway-writable: fixes
        - escape all vars (always `cmd "$VAR"` never `cmd $VAR`)
        - use $FILEPATH, not $path
        - last test seems to fail
      f1d34a2a
  27. 27 Jan, 2015 1 commit
  28. 22 Jan, 2015 1 commit
  29. 07 Jan, 2015 1 commit
  30. 05 Jan, 2015 2 commits
    • Juan Batiz-Benet's avatar
      0ba6bca1
    • Juan Batiz-Benet's avatar
      sharness: nice verbose ouput · be4191d8
      Juan Batiz-Benet authored
      Make sharness tests' output helpful when verbose.
      This means cating certain files, or running diagnostic
      commands. I used a construction like:
      
          test_expect_success ".go-ipfs/ has been created" '
            test -d ".go-ipfs" &&
            test -f ".go-ipfs/config" &&
            test -d ".go-ipfs/datastore" ||
            fsh ls -al .go-ipfs
          '
      
      The `|| ...` is a diagnostic run when the preceding command
      fails. `fsh` is a trivial script that echoes the args, runs
      the cmd, and then also fails, making sure the test case fails.
      (wouldnt want the diagnostic accidentally returning true and
      making it _seem_ like the test case succeeded).
      be4191d8
  31. 18 Nov, 2014 1 commit