1. 29 1月, 2015 15 次提交
  2. 28 1月, 2015 21 次提交
  3. 27 1月, 2015 4 次提交
    • Fix daemon initialization output change · cf20552a
      Since commit 76d9d89a, there is
      "Initializing daemon..." printed on the standard output when
      the daemon is started.
      
      This means that tests have to be fixed accordingly.
      
      License: MIT
      Signed-off-by: 's avatarChristian Couder <chriscool@tuxfamily.org>
      Christian Couder 提交于
    • feat(routing.grandcentral): skeleton · 577baaf6
      fixes breakages:
        - peer.Peer -> peer.ID
        - peer.X -> peer.PeerInfo
        - netmsg -> p2p streams
      Brian Tiger Chow 提交于
    • p2p/net: dial log -> events · 9dac5bb7
      This commit turns all dial logs into log.Events.
      
      Everything's great except for one problem:
      The LoggableMap I'm using does not print out things
      correctly. I gave it peer.IDs, and Multiaddrs
      and both got logged as nothing `{}` (didn't even call
      their String() methods!) So, for now, this function
      encodes it when called... This is wrong and should be
      fixed before being merged in. Otherwise we  will be
      constantly encoding peer.IDs and Multiaddrs without
      needing to.
      
      @briantigerchow how do you suggest doing this?
      I don't know my way around your Loggable.
      Juan Batiz-Benet 提交于
    • Merge pull request #673 from jbenet/fix/seek · 92c7f967
      off by one error seeking to end of single block file
      Jeromy Johnson 提交于