summary refs log tree commit diff
path: root/src/librustuv/stream.rs
AgeCommit message (Expand)AuthorLines
2013-12-24rustuv: Reimplement without using std::rt::schedAlex Crichton-8/+4
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-2/+2
2013-11-24Set uv's custom data before uv_read_startAlex Crichton-10/+15
2013-11-10Update to the latest libuvAlex Crichton-6/+7
2013-11-10Make the uv bindings resilient to linked failureAlex Crichton-49/+33
2013-11-10Migrate all streams to synchronous closingAlex Crichton-24/+11
2013-11-10Clean up the remaining chunks of uvAlex Crichton-1/+1
2013-11-10Migrate uv net bindings away from ~fn()Alex Crichton-39/+31
2013-11-10Start migrating stream I/O away from ~fn()Alex Crichton-0/+216