Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

p2p-circuit v2 #125

Merged
merged 66 commits into from Jul 6, 2021
Merged

p2p-circuit v2 #125

merged 66 commits into from Jul 6, 2021

Commits on Jun 30, 2021

  1. v2 client scaffolding

    vyzo authored and marten-seemann committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    9957868 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c94b2 View commit details
    Browse the repository at this point in the history
  3. Conn implements network.ConnStat

    vyzo authored and marten-seemann committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    00f66ac View commit details
    Browse the repository at this point in the history
  4. add reservation stub

    vyzo authored and marten-seemann committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    2a4f0fe View commit details
    Browse the repository at this point in the history
  5. utilities

    vyzo authored and marten-seemann committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    d65387b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2158d4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cf0099 View commit details
    Browse the repository at this point in the history
  8. implement hop tagging

    vyzo authored and marten-seemann committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    08e8616 View commit details
    Browse the repository at this point in the history
  9. export timeout variables

    vyzo authored and marten-seemann committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    5775e43 View commit details
    Browse the repository at this point in the history
  10. v2 protobuf

    vyzo authored and marten-seemann committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    3a20a7d View commit details
    Browse the repository at this point in the history
  11. v2 client protocol implementation

    vyzo authored and marten-seemann committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    67cdcee View commit details
    Browse the repository at this point in the history
  12. implement Reserve

    vyzo authored and marten-seemann committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    8abf64d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5fa453e View commit details
    Browse the repository at this point in the history
  14. implement client.New

    vyzo authored and marten-seemann committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    7ebd713 View commit details
    Browse the repository at this point in the history
  15. rework pb status codes

    vyzo authored and marten-seemann committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    7cd275a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7805167 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    e4a463f View commit details
    Browse the repository at this point in the history
  2. implement relaying

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    66e3654 View commit details
    Browse the repository at this point in the history
  3. implement missing details

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    5e1217a View commit details
    Browse the repository at this point in the history
  4. add options for resources/limit

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    ff9fdfc View commit details
    Browse the repository at this point in the history
  5. gc idle conn counts

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    cbe4fcb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e36365e View commit details
    Browse the repository at this point in the history
  7. end to end relay test

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    1fbd2d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    71d18fd View commit details
    Browse the repository at this point in the history
  9. add time limit test

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    c679386 View commit details
    Browse the repository at this point in the history
  10. better debug log for accepted conns

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    20bdb29 View commit details
    Browse the repository at this point in the history
  11. add data limit test

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    d9dd2e8 View commit details
    Browse the repository at this point in the history
  12. add v2-v1 compatibility tests

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    529b09f View commit details
    Browse the repository at this point in the history
  13. godocs

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    c278b2c View commit details
    Browse the repository at this point in the history
  14. add WithACL relay option

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    017982a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2dda598 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    96e502e View commit details
    Browse the repository at this point in the history
  17. set default limit Data to 128K

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    6eaf6e1 View commit details
    Browse the repository at this point in the history
  18. fix typo in AllowReserve godoc

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    92c0e0b View commit details
    Browse the repository at this point in the history
  19. fix some small issues

    - remove context from constructor
    - remove stream handler when closing the host
    - remove the awkward cancellation check from handleStream
    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    1f294d2 View commit details
    Browse the repository at this point in the history
  20. fix tests

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    13a9ed7 View commit details
    Browse the repository at this point in the history
  21. address review comments

    - Add deadline for Reserve calls
    - Add deadline for dials
    - Add some comments for things that confuse aarsh.
    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    6c7540c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3087bec View commit details
    Browse the repository at this point in the history
  23. comment nitpicks

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    b47c119 View commit details
    Browse the repository at this point in the history
  24. fix bug in slice pre-allocations

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    82f3808 View commit details
    Browse the repository at this point in the history
  25. add deadline to connectV1

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    57b0a29 View commit details
    Browse the repository at this point in the history
  26. make Relay.Close thread-safe

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    6fed031 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7e8bef0 View commit details
    Browse the repository at this point in the history
  28. gomod: get go-libp2p-asn-util

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    49e9649 View commit details
    Browse the repository at this point in the history
  29. add IP/ASN reservation constraints

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    5b7a615 View commit details
    Browse the repository at this point in the history
  30. gomod: update deps

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    6389453 View commit details
    Browse the repository at this point in the history
  31. fix e2e test

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    148d307 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    68d07f5 View commit details
    Browse the repository at this point in the history
  33. update protocol for vouched relay addrs; provide absolute expiration …

    …time instead of TTL
    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    526fc92 View commit details
    Browse the repository at this point in the history
  34. update for reservation changes

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    6d34d5b View commit details
    Browse the repository at this point in the history
  35. add voucher to the reservation pb

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    16d5616 View commit details
    Browse the repository at this point in the history
  36. TODO about reservation vouchers

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    1cec70e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4ec7298 View commit details
    Browse the repository at this point in the history
  38. add reservation vouchers

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    c7b3913 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    533abb2 View commit details
    Browse the repository at this point in the history
  40. improve limit data test

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    a3d765a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    75b4777 View commit details
    Browse the repository at this point in the history
  42. improve dialer deduplication

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    470c088 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2333151 View commit details
    Browse the repository at this point in the history
  44. gomod: fix go1.16 madness

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    84c6610 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    30b71a3 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    ffa309e View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    12eefbc View commit details
    Browse the repository at this point in the history
  48. spec compliance: update protobuf

    vyzo authored and marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    b4d0d1a View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    e1bbd83 View commit details
    Browse the repository at this point in the history
  50. fix staticcheck

    marten-seemann committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    97ec1d6 View commit details
    Browse the repository at this point in the history