1. 10 Sep, 2015 2 commits
  2. 03 Sep, 2015 1 commit
  3. 28 Aug, 2015 1 commit
  4. 27 Aug, 2015 1 commit
  5. 23 Aug, 2015 1 commit
  6. 03 Aug, 2015 1 commit
  7. 22 Jul, 2015 2 commits
  8. 20 Jul, 2015 1 commit
  9. 19 Jul, 2015 1 commit
  10. 16 Jul, 2015 1 commit
  11. 15 Jul, 2015 1 commit
  12. 14 Jul, 2015 3 commits
  13. 10 Jul, 2015 1 commit
  14. 05 Jul, 2015 2 commits
  15. 04 Jul, 2015 2 commits
  16. 03 Jul, 2015 1 commit
  17. 01 Jul, 2015 2 commits
  18. 30 Jun, 2015 2 commits
  19. 27 Jun, 2015 3 commits
    • Juan Batiz-Benet's avatar
      fix swarm notif tests · dae8ff49
      Juan Batiz-Benet authored
      
      
      they were failing intermittently
      
      License: MIT
      Signed-off-by: default avatarJuan Batiz-Benet <juan@benet.ai>
      dae8ff49
    • Juan Batiz-Benet's avatar
      mock: fix notif test · 1cef084e
      Juan Batiz-Benet authored
      
      
      License: MIT
      Signed-off-by: default avatarJuan Batiz-Benet <juan@benet.ai>
      1cef084e
    • Juan Batiz-Benet's avatar
      daemon option to optionally disable secio · 19f33952
      Juan Batiz-Benet authored
      
      
      This commit adds an option to turn off all encryption. This is a mode
      used for tests, debugging, achieving protocol implementation interop,
      learning about how the protocol works (nc ftw), and worst case
      networks which _demand_ to be able to snoop on all the traffic.
      (sadly, there are some private intranets like this...). (We should
      consider at least _signing_ all this traffic.)
      
      Because of the severity of this sort of thing, this is an
      all-or-nothing deal. Either encryption is ON or OFF _fully_.
      This way, partially unencrypted nodes cannot be accidentally left
      running without the user's understanding. Nodes without encrypted
      connections will simply not be able to speak to any of the global
      bootstrap nodes, or anybody in the public network.
      
      License: MIT
      Signed-off-by: default avatarJuan Batiz-Benet <juan@benet.ai>
      19f33952
  20. 23 Jun, 2015 3 commits
  21. 18 Jun, 2015 1 commit
    • rht's avatar
      Replace Critical{,f} with Error{,f} · b1702b08
      rht authored
      
      
      Except when there is an explicit os.Exit(1) after the Critical line,
      then replace with Fatal{,f}.
      golang's log and logrus already call os.Exit(1) by default with Fatal.
      
      License: MIT
      Signed-off-by: default avatarrht <rhtbot@gmail.com>
      b1702b08
  22. 08 Jun, 2015 1 commit
    • Juan Batiz-Benet's avatar
      p2p/net/identify: clump addr observers into groups · f5a9795d
      Juan Batiz-Benet authored
      Different mutliaddrs is not enough. Nodes may share transports.
      NAT port mappings will likely only work on the base IP/TCP port
      pair. We go one step further, and require different root (IP)
      addrs. Just in case some NATs group by IP. In practice, this is
      what we want: use addresses only if hosts that are on different
      parts of the network have seen this address.
      f5a9795d
  23. 07 Jun, 2015 1 commit
    • Juan Batiz-Benet's avatar
      p2p/protocol/identify: dont double count observers · c754f210
      Juan Batiz-Benet authored
      If the same peer observed the same address twice, it would be
      double counted as different observations. This change adds a map
      to make sure we're counting each observer once.
      
      This is easily extended to require more than two observations,
      but i have not yet encountered NATs for whom this is relevant.
      c754f210
  24. 03 Jun, 2015 1 commit
  25. 01 Jun, 2015 1 commit
  26. 29 May, 2015 1 commit
  27. 28 May, 2015 1 commit
  28. 26 May, 2015 1 commit