-
Notifications
You must be signed in to change notification settings - Fork 961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: memory based connection limits #4281
feat: memory based connection limits #4281
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90cd7d6 - Browse repository at this point
Copy the full SHA 90cd7d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5014500 - Browse repository at this point
Copy the full SHA 5014500View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5519d7 - Browse repository at this point
Copy the full SHA e5519d7View commit details
Commits on Aug 3, 2023
-
fix(examples/file-sharing): set Kademlia
Mode::Server
Explicitly set `libp2p-kad` `Kademlia::set_mode` to `Mode::Server` to reduce complexity of example, i.e. not having to explicitly set external addresses. Pull-Request: libp2p#4197.
Configuration menu - View commit details
-
Copy full SHA for 024da42 - Browse repository at this point
Copy the full SHA 024da42View commit details -
docs: fix last OutboundQueryCompleted in kad doc
`OutboundQueryCompleted` hasn't been fully replaced by `OutboundQueryProgressed` in kad doc. Pull-Request: libp2p#4257.
Configuration menu - View commit details
-
Copy full SHA for 065efb1 - Browse repository at this point
Copy the full SHA 065efb1View commit details -
fix(relay): remove unconditional
async-std
dependency`libp2p-relay` crate specifies the `libp2p-swarm/async-std` feature, which causes an `async-std` dependency to always be introduced. Pull-Request: libp2p#4283.
Configuration menu - View commit details
-
Copy full SHA for 2a8e371 - Browse repository at this point
Copy the full SHA 2a8e371View commit details -
deps(yamux): update yamux to
v0.12
Pull-Request: libp2p#3013.
Configuration menu - View commit details
-
Copy full SHA for 94dc11b - Browse repository at this point
Copy the full SHA 94dc11bView commit details -
deps: bump Swatinem/rust-cache from 2.5.1 to 2.6.0
Pull-Request: libp2p#4288.
Configuration menu - View commit details
-
Copy full SHA for 51a91b7 - Browse repository at this point
Copy the full SHA 51a91b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6581822 - Browse repository at this point
Copy the full SHA 6581822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1106ad7 - Browse repository at this point
Copy the full SHA 1106ad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6066b2e - Browse repository at this point
Copy the full SHA 6066b2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fa32f0 - Browse repository at this point
Copy the full SHA 1fa32f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05cbf5e - Browse repository at this point
Copy the full SHA 05cbf5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e308be7 - Browse repository at this point
Copy the full SHA e308be7View commit details -
Apply suggestions from code review
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
Configuration menu - View commit details
-
Copy full SHA for 7d05ee5 - Browse repository at this point
Copy the full SHA 7d05ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba799e - Browse repository at this point
Copy the full SHA 9ba799eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8a9916 - Browse repository at this point
Copy the full SHA b8a9916View commit details -
Configuration menu - View commit details
-
Copy full SHA for f43fed5 - Browse repository at this point
Copy the full SHA f43fed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a66866 - Browse repository at this point
Copy the full SHA 9a66866View commit details
Commits on Aug 4, 2023
-
Update misc/memory-connection-limits/src/lib.rs
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
Configuration menu - View commit details
-
Copy full SHA for 7990be6 - Browse repository at this point
Copy the full SHA 7990be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07e30bb - Browse repository at this point
Copy the full SHA 07e30bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6adf21f - Browse repository at this point
Copy the full SHA 6adf21fView commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a720f64 - Browse repository at this point
Copy the full SHA a720f64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 803d8f5 - Browse repository at this point
Copy the full SHA 803d8f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f60cfb0 - Browse repository at this point
Copy the full SHA f60cfb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 259f038 - Browse repository at this point
Copy the full SHA 259f038View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5e103c - Browse repository at this point
Copy the full SHA c5e103cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c63b87 - Browse repository at this point
Copy the full SHA 5c63b87View commit details -
Configuration menu - View commit details
-
Copy full SHA for dee261c - Browse repository at this point
Copy the full SHA dee261cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b7fb24 - Browse repository at this point
Copy the full SHA 1b7fb24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 280d13a - Browse repository at this point
Copy the full SHA 280d13aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aadad16 - Browse repository at this point
Copy the full SHA aadad16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2875817 - Browse repository at this point
Copy the full SHA 2875817View commit details -
Configuration menu - View commit details
-
Copy full SHA for 800d501 - Browse repository at this point
Copy the full SHA 800d501View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7331b8f - Browse repository at this point
Copy the full SHA 7331b8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1d0b55 - Browse repository at this point
Copy the full SHA a1d0b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9da8e1e - Browse repository at this point
Copy the full SHA 9da8e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b24fb86 - Browse repository at this point
Copy the full SHA b24fb86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f0866 - Browse repository at this point
Copy the full SHA 14f0866View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eeee38 - Browse repository at this point
Copy the full SHA 9eeee38View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13f09a8 - Browse repository at this point
Copy the full SHA 13f09a8View commit details