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

Migrate to KCP backend. #44

Merged
merged 34 commits into from Jun 27, 2018
Merged

Migrate to KCP backend. #44

merged 34 commits into from Jun 27, 2018

Commits on Jun 26, 2018

  1. Copy the full SHA
    5c8cb3d View commit details
    Browse the repository at this point in the history
  2. Finished multiplexing streams, accepting and sending RPC/async calls,…

    … and a lot of error handling. Still not usable as of yet.
    iwasaki-kenta committed Jun 26, 2018
    Copy the full SHA
    29bfcb5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    154e45f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    46ca077 View commit details
    Browse the repository at this point in the history
  5. Formatting.

    iwasaki-kenta committed Jun 26, 2018
    Copy the full SHA
    d075b05 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0ecb8b1 View commit details
    Browse the repository at this point in the history
  7. use uint16 for ports

    abbychau committed Jun 26, 2018
    Copy the full SHA
    c158c1d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4916011 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    1998a30 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Copy the full SHA
    76868cd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a4e14bf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ad000c4 View commit details
    Browse the repository at this point in the history
  4. Made (blocking until server is ready) a simple go channel that doesn'…

    …t modify parameters for `network.Listen()`.
    iwasaki-kenta committed Jun 27, 2018
    Copy the full SHA
    e1705a5 View commit details
    Browse the repository at this point in the history
  5. Updated dependencies.

    iwasaki-kenta committed Jun 27, 2018
    Copy the full SHA
    6659d80 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ffd5718 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d144a7d View commit details
    Browse the repository at this point in the history
  8. Finished multiplexing streams, accepting and sending RPC/async calls,…

    … and a lot of error handling. Still not usable as of yet.
    iwasaki-kenta authored and doug-perlin committed Jun 27, 2018
    Copy the full SHA
    49b4f15 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    8d11afc View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    9aaf797 View commit details
    Browse the repository at this point in the history
  11. Formatting.

    iwasaki-kenta authored and doug-perlin committed Jun 27, 2018
    Copy the full SHA
    1490c6c View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    caa4fcf View commit details
    Browse the repository at this point in the history
  13. use uint16 for ports

    abbychau authored and doug-perlin committed Jun 27, 2018
    Copy the full SHA
    0ce11ab View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    15a0995 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    70d8127 View commit details
    Browse the repository at this point in the history
  16. Had all bytes read/written through buffered IO. Mostly solves the iss…

    …ue of sticky sockets.
    iwasaki-kenta authored and doug-perlin committed Jun 27, 2018
    Copy the full SHA
    1cbbe87 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    a4b289b View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    4f39116 View commit details
    Browse the repository at this point in the history
  19. Made (blocking until server is ready) a simple go channel that doesn'…

    …t modify parameters for `network.Listen()`.
    iwasaki-kenta authored and doug-perlin committed Jun 27, 2018
    Copy the full SHA
    039ebeb View commit details
    Browse the repository at this point in the history
  20. Updated dependencies.

    iwasaki-kenta authored and doug-perlin committed Jun 27, 2018
    Copy the full SHA
    4ad921b View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    0b9e7bf View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    61105d7 View commit details
    Browse the repository at this point in the history
  23. Merge branch 'kcp' of github.com:perlin-network/noise into kcp

    # Conflicts:
    #	examples/clusters/messages/cluster.pb.go
    doug-perlin committed Jun 27, 2018
    Copy the full SHA
    09cc5f5 View commit details
    Browse the repository at this point in the history
  24. Fix the panic

    doug-perlin committed Jun 27, 2018
    Copy the full SHA
    c2c5753 View commit details
    Browse the repository at this point in the history
  25. kcp: clean up test

    doug-perlin committed Jun 27, 2018
    Copy the full SHA
    6d03252 View commit details
    Browse the repository at this point in the history