Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Tokio
An asynchronous I/O stack for the Rust programming language.
Collective -
Host: opensource -
https://opencollective.com/tokio
- Website: https://tokio.rs
- Code: https://github.com/tokio-rs
github.com/tokio-rs/tokio-proto - 3a1ef8ebc245de1119d65ee8cba5eb1722ada896 authored about 8 years ago
github.com/tokio-rs/tokio-socks5 - c7974d50a76893a1ecc7287348cd9c02016e922c authored about 8 years ago
Add notices about libcurl/socks5h and the use of Google's public
DNS in the code.
github.com/tokio-rs/tokio-socks5 - 3f0509bce1eac225dcef865b6af31c7e50afce38 authored about 8 years ago
github.com/tokio-rs/book - 4ad4ba1af3f608d0fc2cdf3b26d1cc2692a1e440 authored about 8 years ago
github.com/tokio-rs/website - 4ad4ba1af3f608d0fc2cdf3b26d1cc2692a1e440 authored about 8 years ago
github.com/tokio-rs/book - bf0814a2cdcc3f29ca8bdb44a0c1cd51938dd225 authored about 8 years ago
github.com/tokio-rs/website - bf0814a2cdcc3f29ca8bdb44a0c1cd51938dd225 authored about 8 years ago
github.com/tokio-rs/tokio-tls - a03d707732eead401ee4020bb085060c26043299 authored about 8 years ago
github.com/tokio-rs/tokio-tls - f8eae9485d105e13fdbcf52f9758ccf063e64367 authored about 8 years ago
The purpose of this rewrite is to reuse all of awesome logic in the native-tls
crate rather than...
github.com/tokio-rs/tokio-socks5 - 301db9568171ce00ddf0b8d9bb0be06e63b9317b authored about 8 years ago
github.com/tokio-rs/tokio-socks5 - d49b14ccb21b588b88764a2c843eac1fede4b240 authored about 8 years ago
github.com/tokio-rs/tokio-socks5 - e2fe0856540c795dec05abe11c395f9acbdc1a70 authored about 8 years ago
This commit intends to extend the functionality of mio on Windows to support
custom handles bein...
github.com/tokio-rs/tokio-socks5 - 28f98b14323f265b0d4cc1cdf19f02791a67bd80 authored about 8 years ago
github.com/tokio-rs/tokio-socks5 - 249a18768f14f684c46695d24a5f847a7e9d0983 authored about 8 years ago
github.com/tokio-rs/mio - 31c2298c79f2ebbbd7af4f6086cd4221fe646dc1 authored about 8 years ago
Typo in lib.rs: multiplexd -> multiplexed
github.com/tokio-rs/tokio-proto - 8a4ec51cf91cea2e3be426f17fa0a4ed0e431266 authored about 8 years agogithub.com/tokio-rs/tokio-proto - 2af79388d6c7a7d215aca89b6e0b0620f4b63636 authored about 8 years ago
github.com/tokio-rs/tokio - f036691681ae7868fc60480f99b9f2b62f1a63eb authored about 8 years ago
github.com/tokio-rs/tokio-core - f036691681ae7868fc60480f99b9f2b62f1a63eb authored about 8 years ago
github.com/tokio-rs/tokio-proto - 1f19952b28b264e7659f377e879af126777c74b6 authored about 8 years ago
github.com/tokio-rs/tokio-uds - 8d645d9bc2ff5fdd28214cb2bd8c7b5cec64ab3f authored about 8 years ago
Mirror the `UdpSocket::framed` metho essentially.
github.com/tokio-rs/tokio-uds - f49e8b5b9ea83b590a7137406aef6e2b0b8964c2 authored about 8 years ago
Note that this brings in a lot of machinery just for the sake of
wrapping file descriptors as Po...
Using Linux's `epoll(7)` interface, a `EPOLLHUP` condition is
signalled for the reading end of a...
Using Linux's `epoll(7)` interface, a `EPOLLHUP` condition is
signalled for the reading end of a...
Note that this brings in a lot of machinery just for the sake of
wrapping file descriptors as Po...
Make simple pipeline ClientService public
github.com/tokio-rs/tokio-proto - eb358873ed91692f4384eb631a295883b6d622db authored about 8 years agogithub.com/tokio-rs/mio - 6d13bbea9d7586d5b487497305869f4f38a193cf authored about 8 years ago
Closes #81
github.com/tokio-rs/tokio-proto - e535639428c480ffdfd38d8249c8e0fdcc749e9e authored about 8 years ago
When creating a simple pipeline client, the response type from
TcpClient::connect() was private....
Implemend SendDgram and RecvDgram futures for Unix datagram sockets
github.com/tokio-rs/tokio-uds - ddbbeda4cca88c9790dea9b223deb50a275c48df authored about 8 years agogithub.com/tokio-rs/tokio-proto - a76705445b4b88312f0ff6314fd2cdd19e134e61 authored about 8 years ago
github.com/tokio-rs/tokio-uds - 1ec7a9a7bc602ab4a3ef4c7affa3b7b2d531645d authored about 8 years ago
github.com/tokio-rs/tokio-minihttp - 5583ce143ddcdf70305739a3b5ee3807eb52c67e authored about 8 years ago
Overhaul tokio-proto API surface
github.com/tokio-rs/tokio-proto - 596005a36b5b5e28bb3a0a1690a8c71199c53f06 authored about 8 years ago
- Removes `Transport` at the non-streaming layer, in favor of using
`Stream` and `Sink` direct...
github.com/tokio-rs/tokio-proto - b654c3317dd5fd25e61439eba888dfa9520f96d6 authored about 8 years ago
github.com/tokio-rs/tokio-uds - 1b0e978618a7c4f78f5436890655d3bb182377b1 authored about 8 years ago
github.com/tokio-rs/tokio-proto - 96530eb98dfc212ee714d785712ba0d79f881d1b authored about 8 years ago
github.com/tokio-rs/tokio-proto - 12e8d8b175820163bda23b8d83a0829cc2dc1fc9 authored about 8 years ago
github.com/tokio-rs/tokio-proto - c8336541015d947a6ecacbd0f7668a8c2d0c27d4 authored about 8 years ago
github.com/tokio-rs/tokio-proto - feefe5e283621666fcbbadbd7376e2833e92d19c authored about 8 years ago
This commit overhauls the public API surface of tokio-proto, without
touching the core implement...
github.com/tokio-rs/tokio-proto - 97063d84a14a7e5a8b9d5cf763c709712cc88789 authored about 8 years ago
github.com/tokio-rs/mio - ef182bae193a9c7457cd2cf661fcaffb226e3eef authored about 8 years ago
github.com/tokio-rs/tokio-service - 4d1c02566a0f711da1cef58c772c2226bc1fc8fd authored about 8 years ago
github.com/tokio-rs/tokio - 3b38e518cab98fc7d1aa2e55b5df91df1d22c713 authored about 8 years ago
github.com/tokio-rs/tokio-core - 3b38e518cab98fc7d1aa2e55b5df91df1d22c713 authored about 8 years ago
github.com/tokio-rs/tokio-core - 7f96b7e9e4859832e848edac658ff42ca73b7ad7 authored about 8 years ago
github.com/tokio-rs/tokio - 7f96b7e9e4859832e848edac658ff42ca73b7ad7 authored about 8 years ago
github.com/tokio-rs/tokio - b89150c4642b066a0155b6f5c9251e8be64b5059 authored about 8 years ago
github.com/tokio-rs/tokio-core - b89150c4642b066a0155b6f5c9251e8be64b5059 authored about 8 years ago
github.com/tokio-rs/tokio-core - e970e9a79c5121ea21e74a58b51a4541ca59919c authored about 8 years ago
github.com/tokio-rs/tokio - e970e9a79c5121ea21e74a58b51a4541ca59919c authored about 8 years ago
github.com/tokio-rs/tokio - 1a48b79474402435f371c31f3121f9ec6cd9aab7 authored about 8 years ago
github.com/tokio-rs/tokio-core - 1a48b79474402435f371c31f3121f9ec6cd9aab7 authored about 8 years ago
* Move to `std::net` as it's all purely UDP related
* Rename to `UdpCodec` and `UdpFramed` to gi...
* Move to `std::net` as it's all purely UDP related
* Rename to `UdpCodec` and `UdpFramed` to gi...
github.com/tokio-rs/bytes - 93c08064bb0fab7a68515532ddaebd6d6cadfd86 authored about 8 years ago
github.com/tokio-rs/tokio-core - 0d10b0e05a920f9d8b5d05d8c078419dabad9464 authored about 8 years ago
github.com/tokio-rs/tokio - 0d10b0e05a920f9d8b5d05d8c078419dabad9464 authored about 8 years ago
github.com/tokio-rs/tokio - 56c2c31bcf545f5715429b6aa6924bde76f06c4d authored about 8 years ago
github.com/tokio-rs/tokio-core - 56c2c31bcf545f5715429b6aa6924bde76f06c4d authored about 8 years ago
github.com/tokio-rs/tokio-core - 1a6753df1ffb84fb76d51446ba22394765b07477 authored about 8 years ago
github.com/tokio-rs/tokio - 1a6753df1ffb84fb76d51446ba22394765b07477 authored about 8 years ago
github.com/tokio-rs/tokio - 2cb600bd19fb655c69ded7ac3cb2e86172c6285b authored about 8 years ago
github.com/tokio-rs/tokio-core - 2cb600bd19fb655c69ded7ac3cb2e86172c6285b authored about 8 years ago
github.com/tokio-rs/bytes - 2b796d40e9de5b9dafb024af34c4a51358598b77 authored about 8 years ago
Remove `Framed::split` because it's now in futures crate
github.com/tokio-rs/tokio-core - b2ac1d8f931e36ee142a8ab2bb1af92547b9611a authored about 8 years agoRemove `Framed::split` because it's now in futures crate
github.com/tokio-rs/tokio - b2ac1d8f931e36ee142a8ab2bb1af92547b9611a authored about 8 years agogithub.com/tokio-rs/tokio - b12d32ce1cfc361255e3b938ed660a3e3d437f6d authored about 8 years ago
github.com/tokio-rs/tokio-core - b12d32ce1cfc361255e3b938ed660a3e3d437f6d authored about 8 years ago
github.com/tokio-rs/tokio-core - e27abd38418089e54aa0fd55ad1f5be8fee26826 authored about 8 years ago
github.com/tokio-rs/tokio - e27abd38418089e54aa0fd55ad1f5be8fee26826 authored about 8 years ago
github.com/tokio-rs/tokio - dcf994d517a43d5cd9d34433b8aaf578717d25a3 authored about 8 years ago
github.com/tokio-rs/tokio-core - dcf994d517a43d5cd9d34433b8aaf578717d25a3 authored about 8 years ago
github.com/tokio-rs/tokio-core - ab3915d47d607a3e3585b8270d8ecb69d7a4249e authored about 8 years ago
github.com/tokio-rs/tokio - ab3915d47d607a3e3585b8270d8ecb69d7a4249e authored about 8 years ago
github.com/tokio-rs/tokio - 161811de8b59b66f156599807c779c89ba261817 authored about 8 years ago
github.com/tokio-rs/tokio-core - 161811de8b59b66f156599807c779c89ba261817 authored about 8 years ago
github.com/tokio-rs/tokio-core - 71d8672aab2b6c4712942783920e01db578eac9c authored about 8 years ago
github.com/tokio-rs/tokio - 71d8672aab2b6c4712942783920e01db578eac9c authored about 8 years ago
github.com/tokio-rs/tokio - 4994f762a9f62e68a5e616d1e56387ac54a2b01b authored about 8 years ago
github.com/tokio-rs/tokio-core - 4994f762a9f62e68a5e616d1e56387ac54a2b01b authored about 8 years ago
github.com/tokio-rs/tokio-uds - 58098083d9829e24cbdc95d4c8d96bd63b3f82d1 authored about 8 years ago
github.com/tokio-rs/tokio - 1305f105cbc065d9e881b18833658c1a11fbea03 authored about 8 years ago
github.com/tokio-rs/tokio-core - 1305f105cbc065d9e881b18833658c1a11fbea03 authored about 8 years ago
github.com/tokio-rs/tokio-service - 5bf1d7f2fa51f0aa3116d8e9774cb96325fcaa45 authored about 8 years ago
github.com/tokio-rs/tokio-minihttp - 3120e628cef9bab8760fc35a2b9d7bc07a5b4b27 authored about 8 years ago
github.com/tokio-rs/tokio-minihttp - 07bd51ef6cf57d4bd9b9b292a109e946b9a7c61a authored about 8 years ago
github.com/tokio-rs/tokio-core - 592a99bca4e760d00057fc3927c3c6f164e353e2 authored about 8 years ago
github.com/tokio-rs/tokio - 592a99bca4e760d00057fc3927c3c6f164e353e2 authored about 8 years ago
The `futures::sync::mpsc` module should entirely supplant it.
github.com/tokio-rs/tokio - 0f49a69a06a8ed0595ed3b272720cfc03df71df2 authored about 8 years agoThe `futures::sync::mpsc` module should entirely supplant it.
github.com/tokio-rs/tokio-core - 0f49a69a06a8ed0595ed3b272720cfc03df71df2 authored about 8 years agofix teensy tinesy typo
github.com/tokio-rs/tokio-socks5 - d76bce1ac31d36a3bbf191bec738a11400ef3708 authored about 8 years agogithub.com/tokio-rs/tokio-socks5 - 135893cf6aa37dc376749de91d39a49648020711 authored about 8 years ago
github.com/tokio-rs/tokio-socks5 - 473fa0cc2bbe89e82faee660f097a51b93ddfdca authored about 8 years ago