summary refs log tree commit diff
path: root/src/librustuv/pipe.rs
AgeCommit message (Expand)AuthorLines
2013-12-24std: Remove must deferred sending functionsAlex Crichton-1/+1
2013-12-24rustuv: Get all tests passing again after refactorAlex Crichton-1/+2
2013-12-24rustuv: Reimplement without using std::rt::schedAlex Crichton-38/+40
2013-12-16Test fallout from std::comm rewriteAlex Crichton-3/+2
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-5/+2
2013-12-08Remove dead codesKiet Tran-4/+0
2013-11-28Register new snapshotsAlex Crichton-5/+5
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-2/+2
2013-11-24Remove linked failure from the runtimeAlex Crichton-39/+32
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-11-10Enable uv pipe tests on windowsAlex Crichton-6/+0
2013-11-10Fix usage of libuv for windowsAlex Crichton-0/+6
2013-11-10Another round of test fixes from previous commitsAlex Crichton-0/+88
2013-11-10Make the uv bindings resilient to linked failureAlex Crichton-60/+54
2013-11-10Assorted test fixes and merge conflictsAlex Crichton-50/+52
2013-11-10Migrate all streams to synchronous closingAlex Crichton-1/+1
2013-11-10Clean up the remaining chunks of uvAlex Crichton-3/+3
2013-11-10Migrate uv net bindings away from ~fn()Alex Crichton-10/+13
2013-11-10Migrate uv file bindings away from ~fn()Alex Crichton-1/+1
2013-11-10Start migrating stream I/O away from ~fn()Alex Crichton-53/+196
2013-11-10uv: Remove lots of uv/C++ wrappersAlex Crichton-4/+4
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-0/+98