1. 12 Nov, 2015 1 commit
  2. 02 Oct, 2015 1 commit
  3. 01 Oct, 2015 1 commit
  4. 30 Sep, 2015 4 commits
  5. 15 Sep, 2015 1 commit
  6. 10 Sep, 2015 2 commits
  7. 03 Sep, 2015 1 commit
  8. 28 Aug, 2015 1 commit
  9. 27 Aug, 2015 1 commit
  10. 23 Aug, 2015 1 commit
  11. 03 Aug, 2015 1 commit
  12. 22 Jul, 2015 2 commits
  13. 20 Jul, 2015 1 commit
  14. 19 Jul, 2015 1 commit
  15. 16 Jul, 2015 1 commit
  16. 15 Jul, 2015 1 commit
  17. 14 Jul, 2015 3 commits
  18. 10 Jul, 2015 1 commit
  19. 05 Jul, 2015 2 commits
  20. 04 Jul, 2015 2 commits
  21. 03 Jul, 2015 1 commit
  22. 01 Jul, 2015 2 commits
  23. 30 Jun, 2015 2 commits
  24. 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
  25. 23 Jun, 2015 3 commits