5032 Commits (881a8008c83399d7d78ad1c84948dd91dd6c69ac)
 

Author SHA1 Message Date
Marten Seemann 881a8008c8
ci: fix path to interop test plan composition file (#1933) 2 years ago
Marco Munizaga 5d22740c38
Disable support for signed/static TLS certificates in WebTransport (#1927) 2 years ago
Marten Seemann cefbf97aa6
webtransport: add PSK to constructor, and fail if it is used (#1929) 2 years ago
Oleg 2cc4de5126
use a different set of default transports when PSK is enabled (#1921) 2 years ago
Marco Munizaga 1c8eaabfd3
transport.Listener,quic: Support multiple QUIC versions with the same Listener. Only return a single multiaddr per listener. (#1923) 2 years ago
Marco Munizaga dc7f64e480
chore: update webtransport-go to get fix (#1924) 2 years ago
Marten Seemann f73205096f
quic / webtransport: make it possible to listen on the same address / port (#1905) 2 years ago
Marco Munizaga 9fad5b06dd
autorelay: fix flaky TestReconnectToStaticRelays (#1903) 2 years ago
Marco Munizaga 9c9122df67
swarm / rcmgr: synchronize the concurrent outbound dials with limits (#1898) 2 years ago
Marten Seemann 6a7141e2ad
add QUIC v1 addresses to the default listen addresses (#1914) 2 years ago
Marten Seemann 26a5edf765
webtransport: update webtransport-go to v0.3.0 (#1895) 2 years ago
Marten Seemann 683bc67a37
tls: fix flaky TestHandshakeConnectionCancellations test (#1896) 2 years ago
Marten Seemann 23bef30d34
holepunch: disable the resource manager in tests (#1897) 2 years ago
Marten Seemann 14ca991a41
transports: expose the name of the transport in the ConnectionState (#1911) 2 years ago
Marten Seemann ee5def5bcb
Merge pull request #1912 from libp2p/security-protocol-order 2 years ago
Marten Seemann 75a0d4288b
circuitv2: disable the resource manager in tests (#1899) 2 years ago
Marten Seemann d72d35c025 add an integration test for the ordering of security protocols 2 years ago
Marten Seemann 1ecf340f51 config: respect the user's security protocol preference order 2 years ago
Marten Seemann 6d3926394d
Merge pull request #1907 from libp2p/expose-security 2 years ago
Marten Seemann 83b4e3cf9c expose the security protocol on the ConnectionState 2 years ago
Marten Seemann e2a246d5b6 upgrader: absorb SSMuxer into the upgrader 2 years ago
Marten Seemann 9e136c2531 swarm: move the additional peer ID check to the swarm 2 years ago
Marten Seemann 8dea194261 core/network: rename ConnectionState.NextProto to StreamMultiplexer 2 years ago
Marco Munizaga 86d5a5643e
Update go-netroute so that we get the correct priority of routes (#1902) 2 years ago
Marco Munizaga 8e90ed8c2c
fix: autorelay: treat static relays as just another peer source (#1875) 2 years ago
Marco Munizaga 0b4867c117
feat: quic,webtransport: enable both quic-draft29 and quic-v1 addrs on quic. only quic-v1 on webtransport (#1881) 2 years ago
Dennis Trautwein f4ddf5933a
holepunch: add multiaddress filter (#1839) 2 years ago
Marten Seemann 84ded7d47a
README: remove broken links from table of contents (#1893) 2 years ago
Marten Seemann 8a05c48665
quic: update quic-go to v0.31.0 (#1882) 2 years ago
Marten Seemann da9005d783
Merge pull request #1887 from libp2p/muxer-integration-test 2 years ago
Marten Seemann d813808745 upgrader: pass values through a channel instead of sharing state 2 years ago
Michele Mastrogiovanni 7357a00623
core/network: fix typo 2 years ago
Marten Seemann 4b74c6553f add an integration test for muxer selection 2 years ago
Marten Seemann 9a5faceca1 upgrader: expose the negotiated stream muxer via the ConnState 2 years ago
Marten Seemann 133f002117 config: supply the host ID to fx 2 years ago
Marten Seemann 090a084aea
Merge pull request #1888 from libp2p/early-muxer-negotiation-preferences 2 years ago
Marten Seemann 0957a9d212 noise: prefer the client's muxer preference 2 years ago
Marten Seemann c1e0c7b757 tls: prefer the client's muxer preference 2 years ago
Marten Seemann 04a43b13a9
upgrader: absorb the muxer_multistream.Transport into the upgrader (#1885) 2 years ago
Neel Virdy d8d2efafdd
Apply service peer default (#1878) 2 years ago
Marco Munizaga a0432e70af
webtransport: use deterministic TLS certificates (#1833) 2 years ago
Marten Seemann c48e78f073
remove deprecated StaticRelays option (#1868) 2 years ago
Marten Seemann bdb840fba2
autorelay: remove the default static relay option (#1867) 2 years ago
Marten Seemann 8a43c6b1ae
core/protocol: remove deprecated Negotiator.NegotiateLazy (#1869) 2 years ago
Marten Seemann e538b40615
Merge pull request #1858 from libp2p/fx 2 years ago
Marten Seemann b90b74f3a5 check the options passed to transport constructor match 2 years ago
Marten Seemann d0704fdc7e config: forward fx output to the logger 2 years ago
Marten Seemann 7d0b6ba933 refactor the transport constructor code to remove TransportWithOptions 2 years ago
Marten Seemann 479dbb93c4 restrict the Muxer option to already constructed network.Multiplexers 2 years ago
Marten Seemann cbe50095f3 config: use fx to construct security transports 2 years ago