boxo icon indicating copy to clipboard operation
boxo copied to clipboard

A set of reference libraries for building IPFS applications and implementations in Go.

Results 147 boxo issues
Sort by recently updated
recently updated
newest added

We should consider changing bitswap to use one stream per message. @MarcoPolo: Ideally we'd use one stream per message and close the stream once we're done. I believe the reason...

kind/discussion
need/triage

As part of developing a high level bitswap documentation, it would be great to document what sessions are, how you use them, and the core strategies used by sessions to...

good first issue
help wanted

would be nice if gateways handled: ``` > curl 127.0.0.1:8080/robots.txt User-agent: * Allow: / ``` notes: - allow or disallow API? - this should be optional (config var?) - this...

help wanted
topic/gateway

This is similar to https://github.com/ipfs/boxo/issues/771 but at the time of writing this _all_ UD DoH resolvers seem to be down, breaking DNSLink websites loaded via `boxo/gateway` if the domain name...

P3
kind/bug
need/community-input

This PR adds a configurable fallback request timeout to the Gateway handler. - Introduces `fallbackRequestTimeout` (default 1h) used in `handler.ServeHTTP` instead of a hardcoded `time.Hour` - Reads optional env var...

This PR implements [IPIP-518](https://github.com/ipfs/specs/pull/518) which extends `/routing/v1` with schema-agnostic support for URIs alongside multiaddrs. Key changes: - Add new `Address` type that accepts both multiaddrs (starting with `/`) and URIs...

status/in-progress

We have a small cluster with approximately 30 machines, we notice bitswap stat reports non-zero wantlist length even though there is no task running. Something like this ``` Bitswap Stat...

P1
need/triage

## Summary Implement conditional subdomain gateway redirects that only execute when the client is identified as a web browser, preventing unnecessary redirects for programmatic clients and tools. ## Rationale As...

P2
dif/medium
help wanted

Closes #663 ## Summary Adds a **example** demonstrating how to create UnixFS DAGs and export them as CAR files using **MFS (Mutable File System)** ## What's Included ### ✅ Proper...

need/author-input
status/blocked
kind/generated

This PR moves hardcoded DNS resolver defaults from `gateway.NewDNSResolver` to `autoconf.FallbackDNSResolvers` so we have them in one place, while preserving existing behavior for users. ### Changes - Move hardcoded DNS...