1. 17 4月, 2015 1 次提交
  2. 14 4月, 2015 1 次提交
  3. 13 4月, 2015 1 次提交
  4. 10 4月, 2015 5 次提交
  5. 07 4月, 2015 1 次提交
  6. 19 3月, 2015 1 次提交
    • F
      p2p: use package rlp to encode messages · 5ba51594
      Felix Lange 提交于
      Message encoding functions have been renamed to catch any uses.
      The switch to the new encoder can cause subtle incompatibilities.
      If there are any users outside of our tree, they will at least be
      alerted that there was a change.
      
      NewMsg no longer exists. The replacements for EncodeMsg are called
      Send and SendItems.
      5ba51594
  7. 16 3月, 2015 1 次提交
  8. 15 3月, 2015 1 次提交
  9. 12 3月, 2015 1 次提交
  10. 10 3月, 2015 1 次提交
  11. 04 3月, 2015 4 次提交
  12. 03 3月, 2015 1 次提交
  13. 20 2月, 2015 2 次提交
  14. 19 2月, 2015 1 次提交
    • F
      p2p: disable encryption handshake · 73f94f37
      Felix Lange 提交于
      The diff is a bit bigger than expected because the protocol handshake
      logic has moved out of Peer. This is necessary because the protocol
      handshake will have custom framing in the final protocol.
      73f94f37
  15. 15 2月, 2015 1 次提交
  16. 13 2月, 2015 5 次提交
  17. 12 2月, 2015 1 次提交
  18. 11 2月, 2015 1 次提交
  19. 07 2月, 2015 4 次提交
  20. 06 2月, 2015 1 次提交
    • F
      p2p: integrate p2p/discover · 5bdc1159
      Felix Lange 提交于
      Overview of changes:
      
      - ClientIdentity has been removed, use discover.NodeID
      - Server now requires a private key to be set (instead of public key)
      - Server performs the encryption handshake before launching Peer
      - Dial logic takes peers from discover table
      - Encryption handshake code has been cleaned up a bit
      - baseProtocol is gone because we don't exchange peers anymore
      - Some parts of baseProtocol have moved into Peer instead
      5bdc1159
  21. 22 1月, 2015 1 次提交
  22. 19 1月, 2015 1 次提交
  23. 06 1月, 2015 1 次提交
  24. 16 12月, 2014 1 次提交
  25. 15 12月, 2014 1 次提交