1. 10 Jan, 2017 1 commit
  2. 06 Dec, 2016 3 commits
  3. 04 Dec, 2016 2 commits
  4. 02 Dec, 2016 2 commits
  5. 24 Nov, 2016 1 commit
  6. 26 Sep, 2016 1 commit
  7. 31 Aug, 2016 2 commits
  8. 23 Aug, 2016 2 commits
  9. 04 Aug, 2016 5 commits
  10. 19 Jul, 2016 1 commit
  11. 16 Jul, 2016 2 commits
  12. 17 Jun, 2016 1 commit
  13. 14 Jun, 2016 1 commit
    • Jakub Sztandera's avatar
      Fix DHT tests failing because of repeated addresses · 32cdbbdf
      Jakub Sztandera authored
      Due to SO_REUSE_PORT it is possible for a localhost:0
      address to repeat. This causes failure in DHT tests
      where we spun up a lot of nodes inside test.
      
      As for a birthday paradox it is enough to use 140
      ports to get 20% chance for collision which was causing
      failure in our case.
      
      The fix is to disable REUSE_PORT routine for the
      tests and leave it running for sharness tests where
      not that many addresses are used at the same time.
      
      License: MIT
      Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
      32cdbbdf
  14. 05 Jun, 2016 1 commit
  15. 17 May, 2016 1 commit
    • Lars Gierth's avatar
      build: specify a dist.ipfs.io hash · 864e3055
      Lars Gierth authored
      Right now bin/dist_get trusts whatever DNS resolver is active.
      This change enables it to verify what it downloads.
      Verification itself remains TODO.
      
      This will work best with a unixfs-hash tool which is TODO too.
      It'd just do the equivalent of `ipfs add -n -r <dirOrFile>`.
      
      License: MIT
      Signed-off-by: default avatarLars Gierth <larsg@systemli.org>
      864e3055
  16. 16 May, 2016 1 commit
  17. 09 May, 2016 5 commits
  18. 04 May, 2016 2 commits
  19. 28 Apr, 2016 1 commit
    • Kevin Atkinson's avatar
      Refactor Makefile. · 31421aea
      Kevin Atkinson authored
      Move the go commands that should run under cmd/ipfs in the Makefile in
      cmd/ipfs rather than doing a "cd cmd/ipfs && go ..." in the root
      Makefile.
      
      The "cd cmd/ipfs && go ..." lines causes problems with GNU Emacs's
      compilation mode.  With the current setup Emacs is unable to jump to
      the location of the error outputted by go compiler as it can not find
      the source file.  The problem is that the embedded "cd" command causes
      Emacs's compilation mode to lose track of the current directory and
      thus attempts to look for the source file in the wrong directory.
      
      License: MIT
      Signed-off-by: default avatarKevin Atkinson <k@kevina.org>
      31421aea
  20. 27 Apr, 2016 1 commit
  21. 13 Apr, 2016 1 commit
  22. 28 Mar, 2016 1 commit
  23. 10 Mar, 2016 2 commits