summary refs log tree commit diff
path: root/src/librustuv/process.rs
AgeCommit message (Expand)AuthorLines
2014-03-20rename std::vec -> std::sliceDaniel Micay-7/+7
2014-02-23Roll std::run into std::io::processAlex Crichton-1/+13
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-3/+13
2014-02-12Expose whether event loops have active I/OAlex Crichton-1/+1
2013-12-24rustuv: Reimplement without using std::rt::schedAlex Crichton-32/+26
2013-12-19std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.Huon Wilson-3/+3
2013-12-15Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}.Huon Wilson-1/+1
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-4/+4
2013-11-26libsyntax: Remove the old-style borrowed closure type syntax from thePatrick Walton-2/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-8/+6
2013-11-10Fix usage of libuv for windowsAlex Crichton-1/+1
2013-11-10Another round of test fixes from previous commitsAlex Crichton-14/+9
2013-11-10Update to the latest libuvAlex Crichton-2/+2
2013-11-10Make the uv bindings resilient to linked failureAlex Crichton-6/+3
2013-11-10Assorted test fixes and merge conflictsAlex Crichton-6/+6
2013-11-10Clean up the remaining chunks of uvAlex Crichton-2/+2
2013-11-10Migrate uv net bindings away from ~fn()Alex Crichton-4/+7
2013-11-10Start migrating stream I/O away from ~fn()Alex Crichton-7/+7
2013-11-10Fixing rebase conflicts and suchAlex Crichton-24/+21
2013-11-10Migrate uv signal handling away from ~fn()Alex Crichton-1/+0
2013-11-10Migrate uv process bindings away from ~fn()Alex Crichton-61/+105
2013-11-10uv: Remove lots of uv/C++ wrappersAlex Crichton-2/+2
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-0/+202