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

Add a method to get a handle from a pin

It's store there anyway!

github.com/tokio-rs/tokio - 3158a2c73be4c8145185df4b06578fed3875fe61 authored over 8 years ago by Alex Crichton <[email protected]>
Add a method to get a handle from a pin

It's store there anyway!

github.com/tokio-rs/tokio-core - 3158a2c73be4c8145185df4b06578fed3875fe61 authored over 8 years ago by Alex Crichton <[email protected]>
Fix Windows WOULDBLOCK constant

github.com/tokio-rs/mio - d8874b56a0f8844d3155a61dceac5e6d12b32da4 authored over 8 years ago by Carl Lerche <[email protected]>
Fix rustdoc deploy

github.com/tokio-rs/mio - d7bae50d67f6202850941ebd153253083c7e8d2e authored over 8 years ago by Carl Lerche <[email protected]>
Cleanup pipeline client

github.com/tokio-rs/tokio-proto - 448a92f3d33fa0e3271dca6b63bc1357cdbdbda4 authored over 8 years ago by Carl Lerche <[email protected]>
Cleanup pipeline::Server

github.com/tokio-rs/tokio-proto - 1d85da63ee2018dac82b5737e9fb2d12bcda1f6e authored over 8 years ago by Carl Lerche <[email protected]>
Cleanup pipeline::Server

github.com/tokio-rs/tokio-proto - 736a8e38626471ff75ac8ba4ca186a26e6911d99 authored over 8 years ago by Carl Lerche <[email protected]>
Automate doc upload

github.com/tokio-rs/tokio-proto - 7dd40e0654942931927f907db967aa707f454f6f authored over 8 years ago by Carl Lerche <[email protected]>
Remove Send from Future/Stream

This bound existed for two primary reasons, both detail below, and both of which
have now been s...

github.com/tokio-rs/tokio-core - b508964db63b526ccd88805195a50b5a66da8438 authored over 8 years ago by Alex Crichton <[email protected]>
Remove Send from Future/Stream

This bound existed for two primary reasons, both detail below, and both of which
have now been s...

github.com/tokio-rs/tokio - b508964db63b526ccd88805195a50b5a66da8438 authored over 8 years ago by Alex Crichton <[email protected]>
Remove Send from Future/Stream

This bound existed for two primary reasons, both detail below, and both of which
have now been s...

github.com/tokio-rs/tokio-socks5 - 6e107cdf6e0b9eb4ae332e6b7369e5e4fdf6836f authored over 8 years ago by Alex Crichton <[email protected]>
Streams need to be flushed

github.com/tokio-rs/tokio-proto - 9d26e03d2399d29ac8ae06ab67a953c9a62bba80 authored over 8 years ago by Carl Lerche <[email protected]>
Initial commit

github.com/tokio-rs/tokio-tls - 79004602448a12c6f277e30687398ae0f9f6876e authored over 8 years ago by Carl Lerche <[email protected]>
Add LoopPin to easily create LoopData

github.com/tokio-rs/tokio-core - 9911f421eba909012cb1856d4d983fc68d34569c authored over 8 years ago by Alex Crichton <[email protected]>
Add LoopPin to easily create LoopData

github.com/tokio-rs/tokio - 9911f421eba909012cb1856d4d983fc68d34569c authored over 8 years ago by Alex Crichton <[email protected]>
Remove the Any bound from LoopData

No need for this, all we need is 'static now

github.com/tokio-rs/tokio - ef3efd41750df9bb4c139a4d0739f42a56168a4f authored over 8 years ago by Alex Crichton <[email protected]>
Remove the Any bound from LoopData

No need for this, all we need is 'static now

github.com/tokio-rs/tokio-core - ef3efd41750df9bb4c139a4d0739f42a56168a4f authored over 8 years ago by Alex Crichton <[email protected]>
Listening vs Listenering

Not trying to be pedantic, just noticed this.

github.com/tokio-rs/tokio-core - 0aa7ab94ffd02f3fd9fed4f0ff91064993ec837f authored over 8 years ago by Yale Cason III <[email protected]>
Listening vs Listenering

Not trying to be pedantic, just noticed this.

github.com/tokio-rs/tokio - 0aa7ab94ffd02f3fd9fed4f0ff91064993ec837f authored over 8 years ago by Yale Cason III <[email protected]>
Initial commit

github.com/tokio-rs/tokio-minihttp - 457783a3734e3358144bf0ab2dba615ab7464994 authored over 8 years ago by Carl Lerche <[email protected]>
Initial stab at framing abstraction

github.com/tokio-rs/tokio-proto - 4fc973ab3c2c7563f1cc3bb82e16207f7e6937aa authored over 8 years ago by Carl Lerche <[email protected]>
Remove stable heap for now

github.com/tokio-rs/bytes - be23af6bb7492d18ddc3696bac829d66db361ca7 authored over 8 years ago by Carl Lerche <[email protected]>
Simplify allocation strategy for now

Not having `unsafe_no_drop_flag` caused some weirdness with optimizing buffers
and bytes. For no...

github.com/tokio-rs/bytes - fbebb19a02d14cb57d4283e0e312f0dacece2d0e authored over 8 years ago by Carl Lerche <[email protected]>
Fix compile on windows

github.com/tokio-rs/tokio - f08e8ec6727acf5d0f1f43959edfdf3a09861596 authored over 8 years ago by Alex Crichton <[email protected]>
Fix compile on windows

github.com/tokio-rs/tokio-core - f08e8ec6727acf5d0f1f43959edfdf3a09861596 authored over 8 years ago by Alex Crichton <[email protected]>
Huge overhaul of `bytes`

* Get rid of `ByteStr` trait
* `Bytes` is not a concrete type
* Add `BlockBuf`
* Delete lots of ...

github.com/tokio-rs/bytes - 04e0ac75e27bdf4e538e7e6309dd433155cf9fb5 authored over 8 years ago by Carl Lerche <[email protected]>
Provide an allocation-free WouldBlock std::io

github.com/tokio-rs/mio - c7b85ac7e1346d2f3b9b394e2f4222f02596e803 authored over 8 years ago by Carl Lerche <[email protected]>
Take advantage of powers of two

github.com/tokio-rs/mio - 443c486bd724267a1aa74796a2007fe377c699eb authored over 8 years ago by Carl Lerche <[email protected]>
Remove extraneous allocation on ReadinessStream::new

github.com/tokio-rs/tokio - 18c371b158a62aaeacfc7cc59a024d3d0ae2c6fe authored over 8 years ago by Alex Crichton <[email protected]>
Remove extraneous allocation on ReadinessStream::new

github.com/tokio-rs/tokio-core - 18c371b158a62aaeacfc7cc59a024d3d0ae2c6fe authored over 8 years ago by Alex Crichton <[email protected]>
Add libcurl bindings

github.com/tokio-rs/tokio-core - 517d5c7434a2804d46582a427d4d7fc1ca732b35 authored over 8 years ago by Alex Crichton <[email protected]>
Add libcurl bindings

github.com/tokio-rs/tokio - 517d5c7434a2804d46582a427d4d7fc1ca732b35 authored over 8 years ago by Alex Crichton <[email protected]>
Fix a few more timer wheel bugs

github.com/tokio-rs/tokio - 7c4bac5166c22eb46fcc01ad5b643ac0868a14d4 authored over 8 years ago by Alex Crichton <[email protected]>
Fix a few more timer wheel bugs

github.com/tokio-rs/tokio-core - 7c4bac5166c22eb46fcc01ad5b643ac0868a14d4 authored over 8 years ago by Alex Crichton <[email protected]>
Fix link in mio README

github.com/tokio-rs/tokio-core - 681316dfa1cbcc8240b1977630f9121cb55cb57f authored over 8 years ago by Alex Crichton <[email protected]>
Fix link in mio README

github.com/tokio-rs/tokio - 681316dfa1cbcc8240b1977630f9121cb55cb57f authored over 8 years ago by Alex Crichton <[email protected]>
Add lots of README files

github.com/tokio-rs/tokio - 00daa2ca23ed2187a98027add92b8faa8ce5c184 authored over 8 years ago by Alex Crichton <[email protected]>
Add lots of README files

github.com/tokio-rs/tokio-socks5 - f9451360c8f155062dcc45a6af5a6b9e156d94a4 authored over 8 years ago by Alex Crichton <[email protected]>
Add lots of README files

github.com/tokio-rs/tokio-core - 00daa2ca23ed2187a98027add92b8faa8ce5c184 authored over 8 years ago by Alex Crichton <[email protected]>
Use the dev branch of mio

github.com/tokio-rs/tokio-core - 68103727f1ed2d4a1c74d2881ee18d5600b3ca90 authored over 8 years ago by Alex Crichton <[email protected]>
Use the dev branch of mio

github.com/tokio-rs/tokio - 68103727f1ed2d4a1c74d2881ee18d5600b3ca90 authored over 8 years ago by Alex Crichton <[email protected]>
Remove the executable bit on a file

github.com/tokio-rs/tokio - bfe91f9f36637de08d322eac32e34784297d7dec authored over 8 years ago by Alex Crichton <[email protected]>
Remove the executable bit on a file

github.com/tokio-rs/tokio-core - bfe91f9f36637de08d322eac32e34784297d7dec authored over 8 years ago by Alex Crichton <[email protected]>
Just hand-roll our own HTTP "server"

github.com/tokio-rs/tokio-socks5 - 12a86afe41108763ac4cb4c7663e9c54469c5f7a authored over 8 years ago by Alex Crichton <[email protected]>
write-then-drop is now upstream

github.com/tokio-rs/tokio - 8d73133907c4b7677746714769d73243abff9b19 authored over 8 years ago by Alex Crichton <[email protected]>
write-then-drop is now upstream

github.com/tokio-rs/tokio-core - 8d73133907c4b7677746714769d73243abff9b19 authored over 8 years ago by Alex Crichton <[email protected]>
Get rid of SliceBuf

github.com/tokio-rs/bytes - b2efe63c70766a5c70bfe734d4bdd80ecd45913a authored over 8 years ago by Carl Lerche <[email protected]>
Improve Buf/MutBuf impl for Cursor

github.com/tokio-rs/bytes - 16b4266c3cfb4ffc54369f13da5b7c4174e9f65d authored over 8 years ago by Carl Lerche <[email protected]>
Get rid of BufError

github.com/tokio-rs/bytes - b6a424d8921cb53b1426623b5734a4dc604924e5 authored over 8 years ago by Carl Lerche <[email protected]>
Remove traits mod

github.com/tokio-rs/bytes - 6529f6392a9717585b8d67e1db96e6fa0fb6cb1f authored over 8 years ago by Carl Lerche <[email protected]>
Handle reading I/O error from transport

github.com/tokio-rs/tokio-proto - 27c6dfb85cc13f36d5dc1d36f5de03749e9cc0fe authored over 8 years ago by Carl Lerche <[email protected]>
Add some error handling to pipeline Server

github.com/tokio-rs/tokio-proto - f3c73b299f6230897d921aab258d04d02703aaa0 authored over 8 years ago by Carl Lerche <[email protected]>
Pipeline server: properly handle service errors

github.com/tokio-rs/tokio-proto - c5551bb02b4dc1e79bc69897105b6e9fba97e6a1 authored over 8 years ago by Carl Lerche <[email protected]>
More info and more READMEs

github.com/tokio-rs/tokio-core - 4380e425877c6358b36066357d8bf045dfd50058 authored over 8 years ago by Alex Crichton <[email protected]>
More info and more READMEs

github.com/tokio-rs/tokio - 4380e425877c6358b36066357d8bf045dfd50058 authored over 8 years ago by Alex Crichton <[email protected]>
Add a method to add data to an event loop directly

Avoids Send entirely

github.com/tokio-rs/tokio - 164193fe823c92346261918261a46f3528415fb7 authored over 8 years ago by Alex Crichton <[email protected]>
Add a method to add data to an event loop directly

Avoids Send entirely

github.com/tokio-rs/tokio-core - 164193fe823c92346261918261a46f3528415fb7 authored over 8 years ago by Alex Crichton <[email protected]>
Add a socks5 proxy server example crate

github.com/tokio-rs/tokio-socks5 - 43cf79710f0ca4e21963475eda7b7c5038a8ffd6 authored over 8 years ago by Alex Crichton <[email protected]>
Fix up a few edge cases on the timer wheel

github.com/tokio-rs/tokio - 8daac0347d0ee15696a5a4099a13459a03c153be authored over 8 years ago by Alex Crichton <[email protected]>
Fix up a few edge cases on the timer wheel

github.com/tokio-rs/tokio-core - 8daac0347d0ee15696a5a4099a13459a03c153be authored over 8 years ago by Alex Crichton <[email protected]>
Implement Sync for LoopData

It's already Sync because it's safe to access amongst many threads by the sheer
fact that data i...

github.com/tokio-rs/tokio-core - d2bb8e01fd8e94ace63652cd7e72babd4b1cf11b authored over 8 years ago by Alex Crichton <[email protected]>
Implement Sync for LoopData

It's already Sync because it's safe to access amongst many threads by the sheer
fact that data i...

github.com/tokio-rs/tokio - d2bb8e01fd8e94ace63652cd7e72babd4b1cf11b authored over 8 years ago by Alex Crichton <[email protected]>
Add some assorted debug messages

github.com/tokio-rs/tokio - 5b18514970a31e2b6cdaf8f560863e21954452bd authored over 8 years ago by Alex Crichton <[email protected]>
Add some assorted debug messages

github.com/tokio-rs/tokio-core - 5b18514970a31e2b6cdaf8f560863e21954452bd authored over 8 years ago by Alex Crichton <[email protected]>
Set the CURRENT_LOOP for processing messages

This ensures that timeouts and callbacks are run with the TLS var set

github.com/tokio-rs/tokio-core - 42a0a10294a7848b5c451aaa02fad1bcefd806b5 authored over 8 years ago by Alex Crichton <[email protected]>
Set the CURRENT_LOOP for processing messages

This ensures that timeouts and callbacks are run with the TLS var set

github.com/tokio-rs/tokio - 42a0a10294a7848b5c451aaa02fad1bcefd806b5 authored over 8 years ago by Alex Crichton <[email protected]>
Allow Rust nightly CI builds to fail

github.com/tokio-rs/mio - 62ec763c9cc34d8a452ed0392c575c50ddd5fc8d authored over 8 years ago by Carl Lerche <[email protected]>
io: Use pattern guards in blanket TryRead / TryWrite impls

Minor readability improvement.

github.com/tokio-rs/tokio-proto - 975ba82a6c033ddb8357e529fcfd3b48ccdd5494 authored over 8 years ago by Kamal Marhubi <[email protected]>
More pipeline proto tests

github.com/tokio-rs/tokio-proto - 44eb2254db38427f1575d894649ae1bf1261e170 authored over 8 years ago by Carl Lerche <[email protected]>
Fix type in .travis.yml

github.com/tokio-rs/tokio-proto - fbc628cfd66743338d7cf2c042b66ab39be5721f authored over 8 years ago by Carl Lerche <[email protected]>
CI: Allow Rust nightly builds to fail

github.com/tokio-rs/tokio-proto - 0276988075f9341a757ac905412121c51a387bc4 authored over 8 years ago by Carl Lerche <[email protected]>
Start writing tests for pipeline proto

github.com/tokio-rs/tokio-proto - 759c8e473f40dd9bef8fdf974092393374142c86 authored over 8 years ago by Carl Lerche <[email protected]>
Start brushing up io/mio docs

github.com/tokio-rs/tokio-core - 304914b707cbf85f3b5e28645b0caa65e0de46b0 authored over 8 years ago by Alex Crichton <[email protected]>
Start brushing up io/mio docs

github.com/tokio-rs/tokio - 304914b707cbf85f3b5e28645b0caa65e0de46b0 authored over 8 years ago by Alex Crichton <[email protected]>
Don't export the `timer_wheel` module

Move tests into that module

github.com/tokio-rs/tokio - 8eb1f681af36a5f2d668afc262ea53e6b74e4a84 authored over 8 years ago by Alex Crichton <[email protected]>
Don't export the `timer_wheel` module

Move tests into that module

github.com/tokio-rs/tokio-core - 8eb1f681af36a5f2d668afc262ea53e6b74e4a84 authored over 8 years ago by Alex Crichton <[email protected]>
Fix RefCell borrow_mut error on firing timeouts

The scope was a little longer than intended!

github.com/tokio-rs/tokio-core - 368a9c70e8fde9daffa8b16fb9372d1a90724c78 authored over 8 years ago by Alex Crichton <[email protected]>
Fix RefCell borrow_mut error on firing timeouts

The scope was a little longer than intended!

github.com/tokio-rs/tokio - 368a9c70e8fde9daffa8b16fb9372d1a90724c78 authored over 8 years ago by Alex Crichton <[email protected]>
Fix compile of minihttp on stable

github.com/tokio-rs/tokio - 5d0fdf26a93df9b2d11a7696f0d0d989bf0e38ed authored over 8 years ago by Alex Crichton <[email protected]>
Fix compile of minihttp on stable

github.com/tokio-rs/tokio-core - 5d0fdf26a93df9b2d11a7696f0d0d989bf0e38ed authored over 8 years ago by Alex Crichton <[email protected]>
Add some derive Debug

github.com/tokio-rs/tokio-proto - faac2864c6a949fef3fc842dfdeacc4d3dc747af authored over 8 years ago by Carl Lerche <[email protected]>
Implementing LoopData

This type acts for a handle to storage of non-`Send` data. The handle itself is
sendable across ...

github.com/tokio-rs/tokio-core - e7f4313cf40f52907806bfab2ca35b8c30d6095f authored over 8 years ago by Alex Crichton <[email protected]>
Implementing LoopData

This type acts for a handle to storage of non-`Send` data. The handle itself is
sendable across ...

github.com/tokio-rs/tokio - e7f4313cf40f52907806bfab2ca35b8c30d6095f authored over 8 years ago by Alex Crichton <[email protected]>
reactor::Error should derive Debug

github.com/tokio-rs/tokio-proto - 86b5f9a4486e9dec785ec0c9a9bd0ce7e22a8d24 authored over 8 years ago by Carl Lerche <[email protected]>
windows: Remove interior mutability on sockets

Now that we never close a socket early, there's no need to have any interior
mutability. The soc...

github.com/tokio-rs/mio - 049d3ebdee9a95c187324678392e283ff54bb307 authored over 8 years ago by Alex Crichton <[email protected]>
windows: Move TcpListener's family out of the lock

No need to get synchronized access to this, it never changes.

github.com/tokio-rs/mio - faad23b3ca893a5dfbed8c6f1e61a91e5cda9bfe authored over 8 years ago by Alex Crichton <[email protected]>
windows: Move Registration to the I/O object

That way as soon as the I/O object is dropped we'll stop receiving readiness
notifications for i...

github.com/tokio-rs/mio - 7694ffee760d291e87715e78d7cd5e37835c8af7 authored over 8 years ago by Alex Crichton <[email protected]>
Don't close sockets while writing

To preserve the same semantics with Unix, when a `TcpStream` or `UdpSocket` is
dropped, we wait ...

github.com/tokio-rs/mio - 88435998b3da09d1b8f656a25f70191335c0cde7 authored over 8 years ago by Alex Crichton <[email protected]>
Implement Readiness for Receiver

github.com/tokio-rs/tokio-proto - a903ec3f737e4ad8e4999481fe7cda01237178a8 authored over 8 years ago by Carl Lerche <[email protected]>
Fix future::Val and panics

github.com/tokio-rs/tokio-proto - f028857fdcdd3b7efc8c6d121868a7285c38ad69 authored over 8 years ago by Carl Lerche <[email protected]>
reactor::* fns return Result instead of panic

github.com/tokio-rs/tokio-proto - df933f795403cd4bfc63e399fcc461b577058d07 authored over 8 years ago by Carl Lerche <[email protected]>
Add AsRawFd where possible

github.com/tokio-rs/tokio-core - 04bd33e3901b5bf994b043f194aacdb8433345bb authored over 8 years ago by Alex Crichton <[email protected]>
Add AsRawFd where possible

github.com/tokio-rs/tokio - 04bd33e3901b5bf994b043f194aacdb8433345bb authored over 8 years ago by Alex Crichton <[email protected]>
Merge pull request #1 from killercup/patch-1

Specify version of log

github.com/tokio-rs/tokio-redis - 002e9556a7c2c5e7b367b0eb4fbb903ec27c9fd7 authored over 8 years ago by Carl Lerche <[email protected]>
Handle Task::tick returning Err

github.com/tokio-rs/tokio-proto - d257f08ca38239bad01b5fee29153b87bcc86959 authored over 8 years ago by Carl Lerche <[email protected]>
Fix timer wheel tests

github.com/tokio-rs/tokio-core - 5f9185ef4c5d17b8431a367d2ea8325307f44904 authored over 8 years ago by Alex Crichton <[email protected]>
Fix timer wheel tests

github.com/tokio-rs/tokio - 5f9185ef4c5d17b8431a367d2ea8325307f44904 authored over 8 years ago by Alex Crichton <[email protected]>
Add a timer wheel

github.com/tokio-rs/tokio - 5c9daad88bc02c46d38474e17b560d345c932a2c authored over 8 years ago by Alex Crichton <[email protected]>
Add a timer wheel

github.com/tokio-rs/tokio-core - 5c9daad88bc02c46d38474e17b560d345c932a2c authored over 8 years ago by Alex Crichton <[email protected]>
Extract Take utility into separate crate

github.com/tokio-rs/tokio-proto - fc5cf926a7b2954cd8584cb0ba5009ae748525ca authored over 8 years ago by Carl Lerche <[email protected]>