43 Commits (d55bed5f78fad923353b92c7d1db64c758bcbf9c)

Author SHA1 Message Date
Marco Munizaga 65bc28b80f
fix: QUIC/Webtransport Transports now will prefer their owned listeners for dialing out (#2936) 2 months ago
Marco Munizaga 6c12e2237a
ci: Out of the tarpit (#2923) 3 months ago
sukun 8a11b7c8e4
basic_host: close swarm on Close (#2916) 3 months ago
Marco Munizaga db41da3b26
feat: WebRTC reuse QUIC conn (#2889) 3 months ago
sukun cb81b3e48c
webrtc: remove experimental tag, enable by default (#2887) 3 months ago
sukun f80d18f24c
config: fix AddrFactory for AutoNAT (#2868) 3 months ago
sukun 87c435512c
autonatv2: implement autonatv2 spec (#2469) 5 months ago
sukun 9f854e2a7c
config: fix Insecure security constructor (#2810) 6 months ago
Marco Munizaga 62ebf06cb6
rcmgr: Backwards compatibility if you wrap default impl (#2805) 6 months ago
sukun 6861cecb3c
identify: refactor observed address manager to do address mapping at thin waist(IP+TCP/UDP) layer (#2793) 6 months ago
Marco Munizaga 86a6720a62
autonat: Clean up after close (#2749) 7 months ago
Marten Seemann 9d149fa3cb
use Fx to start and stop the host, swarm, autorelay and quicreuse (#2118) 8 months ago
dozyio e3b0a86e86
chore: testify fix got, expected transpositions (#2666) 9 months ago
Marco Munizaga 9edef5a939
quic: drop support for QUIC draft-29 (#2487) 1 year ago
Marten Seemann b456165430
webtransport: only add cert hashes if we already started listening (#2271) 2 years ago
Marco Munizaga 3b3f8baf93
correctly handle WebTransport addresses without certhashes (#2239) 2 years ago
Marten Seemann f73205096f
quic / webtransport: make it possible to listen on the same address / port (#1905) 2 years ago
Marten Seemann b90b74f3a5 check the options passed to transport constructor match 2 years ago
Marten Seemann 7d0b6ba933 refactor the transport constructor code to remove TransportWithOptions 2 years ago
Marten Seemann cbe50095f3 config: use fx to construct security transports 2 years ago
Marten Seemann 8df365bf45
add default listen addresses for QUIC (#1615) 2 years ago
Marten Seemann 4623690009 switch from github.com/libp2p/go-libp2p-core to core 2 years ago
Marten Seemann 2b69671cb9
remove flaky TestTcpSimultaneousConnect (#1425) 3 years ago
Marten Seemann dfc3a3f24a switch from github.com/libp2p/go-tcp-transport to p2p/transport/tcp 3 years ago
Marten Seemann 4268804809 make go-libp2p build when using the resource manager dependencies 3 years ago
Marten Seemann 0f0cc4e4a0 use the transport.Upgrader interface 3 years ago
Marten Seemann d01b892679 update go-libp2p-swarm to v0.7.0 3 years ago
Marten Seemann b7bee3855c remove the context from the libp2p and from the Host contructor 3 years ago
Aarsh Shah c575ec40e1
Finish and Test the simultaneous connect problem in libp2p peers (#1041) 4 years ago
Steven Allen 46b58740de fix: fix connection gater in transport constructor 5 years ago
Steven Allen 1359013f39 fix: set the private key when constructing the autonat service 5 years ago
Raúl Kripalani d87f89314c
Consolidate abstractions and core types into go-libp2p-core (#601) 6 years ago
Steven Allen 262b35f272 chore: improve nil option tests 6 years ago
Steven Allen cff9cb577c constructor: allow nil options 6 years ago
vyzo 0600392e23 enable relay by default in New 6 years ago
Steven Allen a36d383413 add tests for NoTransports and NoListen 6 years ago
Abhishek Upperwal 9e952be412 modified regex for ipv6 6 years ago
Abhishek Upperwal ecf27b599f strict DefaultListenAddrs test w/ regex 6 years ago
Abhishek Upperwal 6372f928d4 Correct behaviour test for DefaultListenAddrs 6 years ago
Abhishek Upperwal 29af134a71 corrected transport init 6 years ago
Abhishek Upperwal fb4019575d Added test for DefaultListenAddrs 6 years ago
Steven Allen 41c6834850 refactor for transport changes 7 years ago
Jamie Steiner acd4dd9a89 added NAT traversal option and constructor test 7 years ago