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