1. 11 Jan, 2015 3 commits
  2. 10 Jan, 2015 9 commits
  3. 07 Jan, 2015 6 commits
  4. 06 Jan, 2015 9 commits
  5. 05 Jan, 2015 6 commits
  6. 04 Jan, 2015 2 commits
  7. 02 Jan, 2015 5 commits
    • Juan Batiz-Benet's avatar
      swap net2 -> net · 8fb5cf95
      Juan Batiz-Benet authored
      8fb5cf95
    • Juan Batiz-Benet's avatar
      net -> p2p/net · e2698a87
      Juan Batiz-Benet authored
      The net package is the next to move. It will be massaged
      a bit still to fix the Network / "NetworkBackend" conflict.
      e2698a87
    • 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
    • Juan Batiz-Benet's avatar
      ipfsnet -> swarmnet · 49cb135c
      Juan Batiz-Benet authored
      swarmnet is a better name for the package, because
      it's just a Network implemented with a Swarm.
      (ipfsnet will be something slightly different).
      49cb135c