1. 31 May, 2017 2 commits
    • Lars Gierth's avatar
      basichost: refactor BasicHost construction · f0453a24
      Lars Gierth authored
      There were previously 4 different ways of passing various options
      into BasicHost construction.
      
      1. Function parameters to New
      2. Option parameters to New
      3. Global variables, e.g. NegotiateTimeout
      4. Options struct, in the calling code in go-ipfs
      
      This changeset deprecated all of these, and introduces the HostOpts
      struct to replace them. It also introduces a new constructor called
      NewHost, which accepts a *HostOpts.
      
      The old New constructor continues to work the same way,
      but is from now on deprecated too.
      f0453a24
    • Jeromy Johnson's avatar
      Merge pull request #196 from libp2p/feat/addresses-announce · 78dabda4
      Jeromy Johnson authored
      basichost: allow overriding Addrs()
      78dabda4
  2. 30 May, 2017 1 commit
  3. 29 May, 2017 1 commit
  4. 27 May, 2017 2 commits
  5. 14 May, 2017 1 commit
  6. 26 Apr, 2017 2 commits
  7. 24 Apr, 2017 4 commits
  8. 30 Mar, 2017 2 commits
  9. 25 Mar, 2017 1 commit
  10. 22 Mar, 2017 4 commits
  11. 17 Mar, 2017 1 commit
  12. 14 Mar, 2017 1 commit
  13. 12 Mar, 2017 2 commits
  14. 09 Mar, 2017 1 commit
  15. 07 Mar, 2017 1 commit
  16. 06 Mar, 2017 1 commit
  17. 22 Feb, 2017 1 commit
  18. 21 Feb, 2017 2 commits
  19. 03 Feb, 2017 4 commits
  20. 10 Jan, 2017 5 commits
  21. 06 Jan, 2017 1 commit