1. 04 Mar, 2016 1 commit
    • Jeromy's avatar
      Add fallback dialer · 1b84a1cc
      Jeromy authored
      Previously we were unable to dial on a given transport if there were no
      listener addresses defined for that. This meant that most people couldnt
      use utp (as they had no utp listener transport to dial from).
      1b84a1cc
  2. 03 Mar, 2016 1 commit
  3. 04 Jan, 2016 1 commit
  4. 07 Dec, 2015 1 commit
    • Jeromy's avatar
      WIP · d91b419e
      Jeromy authored
      d91b419e
  5. 19 Nov, 2015 1 commit
  6. 16 Nov, 2015 1 commit
  7. 15 Nov, 2015 1 commit
  8. 14 Nov, 2015 1 commit
  9. 12 Nov, 2015 1 commit
  10. 30 Sep, 2015 2 commits
  11. 27 Jun, 2015 1 commit
    • 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
  12. 23 Jun, 2015 1 commit
  13. 01 Jun, 2015 1 commit
  14. 01 Apr, 2015 1 commit
    • Jeromy's avatar
      bandwidth metering on streams · 44309cd5
      Jeromy authored
      humanize bandwidth output
      
      instrument conn.Conn for bandwidth metrics
      
      add poll command for continuous bandwidth reporting
      
      move bandwidth tracking onto multiaddr net connections
      
      another mild refactor of recording locations
      
      address concerns from PR
      
      lower mock nodes in race test due to increased goroutines per connection
      44309cd5
  15. 31 Mar, 2015 1 commit
  16. 01 Feb, 2015 1 commit
  17. 11 Jan, 2015 1 commit
  18. 02 Jan, 2015 1 commit
    • Juan Batiz-Benet's avatar
      net -> p2p/net · 72df463f
      Juan Batiz-Benet authored
      The net package is the next to move. It will be massaged
      a bit still to fix the Network / "NetworkBackend" conflict.
      72df463f