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

Fix deprecation warnings

github.com/tokio-rs/mio - 07ad77e966531add0a7c30395be9c11a3a7d66bc authored about 10 years ago by Carl Lerche <[email protected]>
Import num::Int

github.com/tokio-rs/mio - 3173b833cfc6e1c885a8ea2c5f2038b779e8e9ae authored about 10 years ago by Evgeny Rozaliev <[email protected]>
Reexport enums variants

With https://github.com/rust-lang/rust/pull/18973 merged enum variants are namespaced. They shou...

github.com/tokio-rs/mio - 5b1010d3a7c3728b800cb7df4e1c74778a01877d authored about 10 years ago by Evgeny Rozaliev <[email protected]>
[fix] import path for FromStr

github.com/tokio-rs/mio - beb14d013fdeb69ee1178e9428e0ceae5b76f58c authored about 10 years ago by Evgeny Rozaliev <[email protected]>
Merge remote-tracking branch 'rozaliev/fix_slab_contains'

github.com/tokio-rs/mio - c9e6e2b5c571a649c2af130454ee52644e68da5e authored about 10 years ago by Carl Lerche <[email protected]>
[test] Slab.contains()

github.com/tokio-rs/mio - a9e2276bfb8f5ed305a2b0508bad3eaafe4de05b authored about 10 years ago by Evgeny Rozaliev <[email protected]>
[fix] Slab.contains()

github.com/tokio-rs/mio - bda9100c1199349410d3f052ddd2dcf0c91f1c30 authored about 10 years ago by Evgeny Rozaliev <[email protected]>
Refactored EventLoop::timeout_ms to use Duration instead of u64.

github.com/tokio-rs/mio - 3078383e242af65f98828d6f0efca59e5ea28f3f authored about 10 years ago by Zack Slayton <[email protected]>
Use Vec []-operator instead of deprecated get_mut

github.com/tokio-rs/mio - 02a5dba071aa5502f046b8585e01e62bae3716cd authored about 10 years ago by vbuslov <[email protected]>
Add methods for converting between stdlib and ad-hoc SockAddr

As mio is concerned with few memory allocations, two versions of each function
are provided: con...

github.com/tokio-rs/mio - 01ba899f8e486826ea47162a974af1aefc088d14 authored about 10 years ago by Dmitry Tantsur <[email protected]>
Add shorthands for creating listening sockets

These a of particular use when you e.g. receive socket address to listen from
downstream code or...

github.com/tokio-rs/mio - 0532f10991a568de726dc261d175e85b94c110eb authored about 10 years ago by Dmitry Tantsur <[email protected]>
Merge pull request #39 from mikedilger/minorfixes

Track Rust master

github.com/tokio-rs/mio - e81008da97031b30a802e0c7457c8b1f23ffffb7 authored about 10 years ago by Carl Lerche <[email protected]>
Track Rust master

github.com/tokio-rs/mio - 02e6d65d396c60042232ac7f84aeb068be7da6c5 authored about 10 years ago by Mike Dilger <[email protected]>
Track Rust master

github.com/tokio-rs/mio - 52babd54e7a1b6a3fb57bcbd1cdfbac8c3c2a83e authored about 10 years ago by Carl Lerche <[email protected]>
Add support for UDP sockets/connectionless sockets

Add support to mio for listening and managing UDP sockets, including
infrastructure for supporti...

github.com/tokio-rs/mio - b9b308fc48391c44f1a5e11498893626dcd75d03 authored about 10 years ago by Phil Vachon <[email protected]>
Track Rust master

github.com/tokio-rs/mio - 3d7f4bbeb474ab88eb610342efa9518c2b112530 authored about 10 years ago by Carl Lerche <[email protected]>
Remove EventLoop::listen

Resolves #24

github.com/tokio-rs/mio - a779b19f7f1d4d8c48c0dfb1f81d59e9f956ea28 authored about 10 years ago by Carl Lerche <[email protected]>
Remove EventLoop::shutdown_now stub

github.com/tokio-rs/mio - 114c5a4fd35ec9ba7dd497f57cc54ca2ad34605e authored about 10 years ago by Carl Lerche <[email protected]>
Reorganize mod structure

github.com/tokio-rs/mio - a36e23720810d9107813da53d9acb39649315c65 authored about 10 years ago by Carl Lerche <[email protected]>
Remove unused fn Socket::is_acceptor

github.com/tokio-rs/mio - 2db1b62b9d6a64dd7b11ea5fa4770fcb01e660c2 authored about 10 years ago by Carl Lerche <[email protected]>
Fix constant style lint

github.com/tokio-rs/mio - 14d09721de3771563d98010cc458fe9a90a203ae authored about 10 years ago by Yehuda Katz <[email protected]>
Update to Rust master

Resolves #30

github.com/tokio-rs/mio - 5ee11548f8073c41547b24d8126273760ec211a7 authored about 10 years ago by Andrew Dunham <[email protected]>
Fix ReadHint test

github.com/tokio-rs/mio - 2f01caeeda49888d2fc8b31710c3c79ed2c157f0 authored about 10 years ago by Carl Lerche <[email protected]>
Improve Show on bitflags

github.com/tokio-rs/mio - cc6a9eedd61df274418b8db37994c2809e1a495a authored about 10 years ago by Carl Lerche <[email protected]>
Merge pull request #27 from andrew-d/patch-1

Make Tokens hashable

github.com/tokio-rs/mio - 743afc91262ec841e511da88b3efc0abbf5f9f44 authored about 10 years ago by Carl Lerche <[email protected]>
Implements ReadHint for Hup for Linux

This implements the first part of the strategy outlined in #4.

Closes #4.

It updates the tests...

github.com/tokio-rs/mio - 9a072b2c640ff13e918530aa49fa43a586227428 authored about 10 years ago by Yehuda Katz <[email protected]>
fix typo in Timer.next_tick_in_ms

github.com/tokio-rs/mio - 86ac78994857e69cbd021ddecc753d66e180ed6a authored about 10 years ago by Evgeny Rozaliev <[email protected]>
Make Tokens hashable

I am working on something in which I wanted to store tokens in a HashMap - this makes it easier :-)

github.com/tokio-rs/mio - f3fc0fc95ba7f952fa2a6bb04713bead18f371e6 authored about 10 years ago by Andrew <[email protected]>
Rename Reactor to EventLoop

This helps to reflect that the goals of EventLoop are limited to
implementing what an epoll loop...

github.com/tokio-rs/mio - 3909056292539dff4ab21482ea9fc1ed5ba32282 authored about 10 years ago by Carl Lerche <[email protected]>
Track Rust master

github.com/tokio-rs/mio - f38a7be26729d1e46b65959fa9a251b42bf9d727 authored about 10 years ago by Carl Lerche <[email protected]>
Remove Socket token generic in favor of a struct

Token has become a tuple struct wrapping a single uint. Using a generic
is not much use because ...

github.com/tokio-rs/mio - 49e99b38eef1ffff1e3971d8159d0642ce4a5f0c authored about 10 years ago by Carl Lerche <[email protected]>
Provide a scalable, high performance timer

Uses a hashed timer wheel similar to Netty.

Resolves #9

github.com/tokio-rs/mio - d717457741bc73f6b482c3175594d62cc31a144c authored about 10 years ago by Carl Lerche <[email protected]>
Cross thread reactor notifications

Allow sending messages to the reactor from different threads, waking up
the reactor if needed. M...

github.com/tokio-rs/mio - f0266eee359d82ef6973ac1ec8d54fc6af33ea9b authored about 10 years ago by Carl Lerche <[email protected]>
Improve README and add MIT license

github.com/tokio-rs/mio - 24b1ff00d18e0163ac69153bc9379a02fbd278cd authored about 10 years ago by Carl Lerche <[email protected]>
Introduce ReactorConfig

github.com/tokio-rs/mio - 8be349c05b8510f9d161b650567d436d249859ad authored over 10 years ago by Carl Lerche <[email protected]>
Track Rust master

github.com/tokio-rs/mio - 637cbe2beacf77d2babfec1a354d8e4614533ffa authored over 10 years ago by Carl Lerche <[email protected]>
Add pipe support

github.com/tokio-rs/mio - 75e27312ee4cc8c4ea7a00566234ac63c8efbba4 authored over 10 years ago by Carl Lerche <[email protected]>
Fix slab insertion assert bug

github.com/tokio-rs/mio - 99ea08cb6e91f93649a39ff7683fbdc12556bfbe authored over 10 years ago by Carl Lerche <[email protected]>
Extract IO polling logic to standalone abstraction

github.com/tokio-rs/mio - cf7a337a929cbdecb1142617b747d009f1f86acc authored over 10 years ago by Carl Lerche <[email protected]>
Fix ptr bug in slab

github.com/tokio-rs/mio - 283258bcf0a4f626fbc14469419045e320c3e443 authored over 10 years ago by Carl Lerche <[email protected]>
Close sockets when they are dropped

github.com/tokio-rs/mio - fe469e4e2b1c200e033ff19628d54342f949c5ca authored over 10 years ago by Carl Lerche <[email protected]>
Use Travis to run tests

github.com/tokio-rs/mio - 5337772945c75ee9224b01eba60d9e8467a23a27 authored over 10 years ago by Carl Lerche <[email protected]>
Tweak IO APIs, Slab & Buf work, echo server test

IO APIs now return NonBlock, which is an enum of a successfull operation
or an indication that t...

github.com/tokio-rs/mio - 0f5fb3d60d72c19536aad3bb5d79f5340f41bd1f authored over 10 years ago by Carl Lerche <[email protected]>
Tweak io APIs + add a unit test for the reactor

Change a few APIs that were expecting Sockets, but only actually
depended on IoHandle, to take I...

github.com/tokio-rs/mio - 3eae42b5de8207ef049be7313a823366c814596e authored over 10 years ago by Yehuda Katz <[email protected]>
Fix a few slab bugs and test

github.com/tokio-rs/mio - 7aa2c12bd36acf89be8fa058a6fbfb9bc6df092d authored over 10 years ago by Yehuda Katz <[email protected]>
Add a Buf trait for managing read / write buffers

Read and write functions tend to do a couple of things. Read (or write)
from an byte array and r...

github.com/tokio-rs/mio - 4c69d1bdd1a11e854e811dc5bf41479e22e4752e authored over 10 years ago by Carl Lerche <[email protected]>
Allow shutting down the reactor with Reactor::shutdown

github.com/tokio-rs/mio - 375b2fee48bd5e728490fb2044fcb5df01a69ef4 authored over 10 years ago by Carl Lerche <[email protected]>
Consolidate sock and io mods

github.com/tokio-rs/mio - 84bd23449d6019592bb7f91f9380946ccc2f6d41 authored over 10 years ago by Carl Lerche <[email protected]>
Socket accept, connect, read, and write support

github.com/tokio-rs/mio - 2a140bb47b3e3fac4f47d4e5b02b329956f72823 authored over 10 years ago by Carl Lerche <[email protected]>
Add initial support for Darwin

github.com/tokio-rs/mio - c3966e523108bfbb0539e32b737b1f46b1932a23 authored over 10 years ago by Carl Lerche <[email protected]>
Initial commit

github.com/tokio-rs/mio - 0e711c4cc5e61c55223e33fe78fad0e9f1b372e5 authored over 10 years ago by Carl Lerche <[email protected]>