1. 04 Oct, 2017 1 commit
  2. 16 Aug, 2017 1 commit
  3. 31 Jul, 2017 1 commit
  4. 24 Mar, 2017 1 commit
  5. 02 Sep, 2016 2 commits
  6. 22 Jun, 2016 1 commit
  7. 13 May, 2016 1 commit
  8. 28 Apr, 2016 1 commit
  9. 07 Apr, 2016 3 commits
  10. 04 Mar, 2016 1 commit
  11. 02 Mar, 2016 1 commit
  12. 23 Feb, 2016 4 commits
  13. 21 Jan, 2016 1 commit
  14. 12 Jan, 2016 1 commit
  15. 21 Oct, 2015 1 commit
  16. 20 Oct, 2015 1 commit
  17. 16 Oct, 2015 1 commit
  18. 12 Sep, 2015 1 commit
  19. 27 Aug, 2015 1 commit
  20. 13 Aug, 2015 1 commit
  21. 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
  22. 26 Jun, 2015 1 commit
  23. 29 May, 2015 1 commit
  24. 28 May, 2015 1 commit
  25. 20 Apr, 2015 1 commit
  26. 01 Apr, 2015 1 commit
  27. 19 Mar, 2015 1 commit
  28. 10 Mar, 2015 1 commit
  29. 04 Feb, 2015 1 commit
  30. 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
  31. 27 Jan, 2015 1 commit
  32. 22 Jan, 2015 1 commit