-
Notifications
You must be signed in to change notification settings - Fork 155
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: celestiaorg/boxo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fixes
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 14 files changed
- 1 contributor
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5791ad1 - Browse repository at this point
Copy the full SHA 5791ad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 337358e - Browse repository at this point
Copy the full SHA 337358eView commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66b389e - Browse repository at this point
Copy the full SHA 66b389eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2690bfa - Browse repository at this point
Copy the full SHA 2690bfaView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 6cd1ed9 - Browse repository at this point
Copy the full SHA 6cd1ed9View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 7adce5f - Browse repository at this point
Copy the full SHA 7adce5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcef893 - Browse repository at this point
Copy the full SHA dcef893View commit details -
new spans > events; events are not sent until span ends which is not …
…useful for longliving bitswap sessions
Configuration menu - View commit details
-
Copy full SHA for ecd68dd - Browse repository at this point
Copy the full SHA ecd68ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea61bc6 - Browse repository at this point
Copy the full SHA ea61bc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a7e7e - Browse repository at this point
Copy the full SHA b0a7e7eView commit details -
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.
2Configuration menu - View commit details
-
Copy full SHA for 70a6503 - Browse repository at this point
Copy the full SHA 70a6503View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...fixes