1. 15 Nov, 2014 2 commits
  2. 05 Nov, 2014 2 commits
  3. 26 Oct, 2014 1 commit
  4. 25 Oct, 2014 1 commit
  5. 20 Oct, 2014 1 commit
  6. 18 Oct, 2014 2 commits
  7. 11 Oct, 2014 1 commit
  8. 25 Sep, 2014 2 commits
  9. 22 Sep, 2014 2 commits
    • Brian Tiger Chow's avatar
      style(exch:bitswap) rename adapter, session, etc. · 89304239
      Brian Tiger Chow authored
      style(exch:bitswap) rename NetMessage adapter impl
      89304239
    • Brian Tiger Chow's avatar
      refac(exchange) bitswap -> exchange/bitswap · 7cb2f524
      Brian Tiger Chow authored
      Move go-ipfs/bitswap package to go-ipfs/exchange/bitswap
      
      * Delineates the difference between the generic exchange interface and
        implementations (eg. BitSwap protocol)
      
        Thus, the bitswap protocol can be refined without having to overthink
        how future exchanges will work. Aspects common to BitSwap and other
        exchanges can be extracted out to the exchange package in piecemeal.
      
        Future exchange implementations can be placed in sibling packages next
        to exchange/bitswap. (eg. exchange/multilateral)
      7cb2f524