Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

miscellaneous fixes #294

Merged
merged 11 commits into from
Nov 15, 2014
Merged

miscellaneous fixes #294

merged 11 commits into from
Nov 15, 2014

Commits on Nov 15, 2014

  1. deps(go-random)

    fixes #293
    
    #293
    Brian Tiger Chow authored and jbenet committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    e9131df View commit details
    Browse the repository at this point in the history
  2. Update hashes in test/t0040-add-and-cat.sh

    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool authored and jbenet committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    4a2cb96 View commit details
    Browse the repository at this point in the history
  3. style(bitswap) rename variable to 'routing'

    Brian Tiger Chow authored and jbenet committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    919fb31 View commit details
    Browse the repository at this point in the history
  4. style(bitswap) rename Adapter -> BitSwapNetwork for clarity

    Brian Tiger Chow authored and jbenet committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    2bc82ad View commit details
    Browse the repository at this point in the history
  5. rename var

    Brian Tiger Chow authored and jbenet committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    cf1d463 View commit details
    Browse the repository at this point in the history
  6. refactor(bitswap/network) rename -> BitSwapNetwork

    remove 'adapter' concept
    instead, describe the component as the bitswap network
    
    it's still an adapter, but it's just not necessary to describe it as
    such
    Brian Tiger Chow authored and jbenet committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    154cf4a View commit details
    Browse the repository at this point in the history
  7. refactor(core, bitswap) split bitswap init into two steps

    Brian Tiger Chow authored and jbenet committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    0b42d77 View commit details
    Browse the repository at this point in the history
  8. refctor(bitswap/network) replace Network interface with Dialer interface

    Brian Tiger Chow authored and jbenet committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    3663eef View commit details
    Browse the repository at this point in the history
  9. rm logger

    License: MIT
    Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
    Brian Tiger Chow authored and jbenet committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    25b3106 View commit details
    Browse the repository at this point in the history
  10. chore(tests) add Short() -> SkipNow() to slowest tests

    vanilla:
        21.57 real        45.14 user         8.51 sys
    
    short:
        14.40 real        31.13 user         5.56 sys
    
    License: MIT
    Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
    Brian Tiger Chow authored and jbenet committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    ed4a8eb View commit details
    Browse the repository at this point in the history
  11. fix(2/main) respect IPFS_LOGGING == debug behvaior

    License: MIT
    Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
    Brian Tiger Chow authored and jbenet committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    162169a View commit details
    Browse the repository at this point in the history