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: ipfs/boxo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: celestiaorg/boxo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fixes
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 14 files changed
  • 1 contributor

Commits on Nov 14, 2024

  1. fix rebroadcast

    Wondertan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    5791ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    337358e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    66b389e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2690bfa View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    6cd1ed9 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    7adce5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcef893 View commit details
    Browse the repository at this point in the history
  6. new spans > events; events are not sent until span ends which is not …

    …useful for longliving bitswap sessions
    Wondertan committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ecd68dd View commit details
    Browse the repository at this point in the history
  7. cleanup peerresponsetracker

    Wondertan committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ea61bc6 View commit details
    Browse the repository at this point in the history
  8. cleanup toFetch cidqueue

    Wondertan committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b0a7e7e View commit details
    Browse the repository at this point in the history
  9. fix leak in blockresponsemanager

    SessionManager.ReceiveFrom added HAVEs/DONT_HAVEs even if no sessions were intersted in those, so the following could happen:
    Session requests BLOCK from one peer and HAVE from another. BLOCK is received before HAVE. Session cleans up its interest on BLOCK,
    but the following HAVE is still added to BlockResponseManager leaving it there forever.
    
    The solution is to add a CID to BlockResponseManager only if there a session interested in it.
    Wondertan committed Nov 18, 2024
    2 Configuration menu
    Copy the full SHA
    70a6503 View commit details
    Browse the repository at this point in the history
Loading