1. 14 Jan, 2015 2 commits
  2. 13 Jan, 2015 5 commits
  3. 12 Jan, 2015 6 commits
  4. 10 Jan, 2015 8 commits
  5. 07 Jan, 2015 6 commits
  6. 06 Jan, 2015 8 commits
  7. 05 Jan, 2015 1 commit
  8. 04 Jan, 2015 1 commit
    • Juan Batiz-Benet's avatar
      fuse mount lifecycle fixes · e21b1f66
      Juan Batiz-Benet authored
      This commit cleans up how mounting was being done.
      It now successfully signals when it is properly mounted
      and listen to close signals correctly.
      e21b1f66
  9. 02 Jan, 2015 3 commits
    • Juan Batiz-Benet's avatar
      swap net2 -> net · 8fb5cf95
      Juan Batiz-Benet authored
      8fb5cf95
    • Juan Batiz-Benet's avatar
      crypto -> p2p/crypto · cc0d7c9b
      Juan Batiz-Benet authored
      The crypto package moves into p2p. Nothing in it so far is ipfs
      specific; everything is p2p-general.
      cc0d7c9b
    • Juan Batiz-Benet's avatar
      introducing p2p pkg · 89f5cd4c
      Juan Batiz-Benet authored
      I think it's time to move a lot of the peer-to-peer networking
      but-not-ipfs-specific things into its own package: p2p.
      This could in the future be split off into its own library.
      The first thing to go is the peer.
      89f5cd4c