1. 23 Jan, 2015 5 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 2 commits
  9. 05 Jan, 2015 14 commits
  10. 02 Jan, 2015 7 commits
    • Juan Batiz-Benet's avatar
      swap net2 -> net · 719cd7c5
      Juan Batiz-Benet authored
      719cd7c5
    • Juan Batiz-Benet's avatar
      net -> p2p/net · 6bc26e01
      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.
      6bc26e01
    • Juan Batiz-Benet's avatar
      crypto -> p2p/crypto · cff5b1d3
      Juan Batiz-Benet authored
      The crypto package moves into p2p. Nothing in it so far is ipfs
      specific; everything is p2p-general.
      cff5b1d3
    • Juan Batiz-Benet's avatar
      introducing p2p pkg · 2b086634
      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.
      2b086634
    • Juan Batiz-Benet's avatar
      ipfsnet -> swarmnet · d0f34936
      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).
      d0f34936
    • Juan Batiz-Benet's avatar
      net: move Network implementation to own pkg · 25481a5f
      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.
      25481a5f
    • Juan Batiz-Benet's avatar
      routing: use debugerror · fb661d5b
      Juan Batiz-Benet authored
      fb661d5b