Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: maidsafe/qp2p
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.36.2
Choose a base ref
...
head repository: maidsafe/qp2p
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 5 files changed
  • 4 contributors

Commits on Feb 23, 2023

  1. refactor: read the exact expected number of bytes from recv stream

    - When reading from a stream, we first read the header which gives us
    information about the exact number of bytes to read the reamining content,
    thus when calling RecvStream::read_to_end we can use that number as a limit.
    bochaco committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    2714011 View commit details
    Browse the repository at this point in the history
  2. chore(release): 0.36.3

    actions-user authored and MaidSafe-QA committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    997f670 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. chore(tests): replaced tracing_test with test-log

    According to the docs of tracing_test "focus is on testing the logging, not on
    debugging the tests", so tracing_test is not the right crate to use for
    logging during tests.
    b-zee authored and joshuef committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    e80c859 View commit details
    Browse the repository at this point in the history
  2. test: setting up test for bidi

    Co-authored-by: Benno Zeeman <[email protected]>
    joshuef and b-zee committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    6b52319 View commit details
    Browse the repository at this point in the history
  3. chore(release): 0.36.4

    actions-user authored and MaidSafe-QA committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    7313336 View commit details
    Browse the repository at this point in the history
Loading