1. 23 Jan, 2015 4 commits
  2. 21 Jan, 2015 1 commit
  3. 19 Jan, 2015 4 commits
  4. 18 Jan, 2015 1 commit
  5. 16 Jan, 2015 1 commit
  6. 15 Jan, 2015 4 commits
  7. 13 Jan, 2015 1 commit
  8. 10 Jan, 2015 3 commits
  9. 05 Jan, 2015 14 commits
  10. 02 Jan, 2015 7 commits
    • Juan Batiz-Benet's avatar
      swap net2 -> net · 0c8144f5
      Juan Batiz-Benet authored
      0c8144f5
    • Juan Batiz-Benet's avatar
      net -> p2p/net · bf57b51b
      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.
      bf57b51b
    • Juan Batiz-Benet's avatar
      crypto -> p2p/crypto · 77884ea0
      Juan Batiz-Benet authored
      The crypto package moves into p2p. Nothing in it so far is ipfs
      specific; everything is p2p-general.
      77884ea0
    • Juan Batiz-Benet's avatar
      introducing p2p pkg · 888ed12f
      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.
      888ed12f
    • Juan Batiz-Benet's avatar
      ipfsnet -> swarmnet · 49257c52
      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).
      49257c52
    • Juan Batiz-Benet's avatar
      net: move Network implementation to own pkg · b39f91ee
      Juan Batiz-Benet authored
      I needed the network implementation in its own
      package, because I'll be writing several services that
      will plug into _it_ that shouldn't be part of the core net
      package. and then there were dependency conflicts. yay.
      mux + identify are good examples of what i mean.
      b39f91ee
    • Juan Batiz-Benet's avatar
      routing: use debugerror · f72cf145
      Juan Batiz-Benet authored
      f72cf145