about summary refs log tree commit diff
path: root/src/libnative/io/process.rs
AgeCommit message (Expand)AuthorLines
2014-05-08Handle fallout in libnativeKevin Ballard-2/+2
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-11/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-8/+8
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-10/+6
2014-04-11Fix tests. Add Vec<u8> conversion to StrBuf.Huon Wilson-1/+1
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-4/+5
2014-04-08auto merge of #13397 : alexcrichton/rust/rollup, r=alexcrichtonbors-2/+2
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-04-07native: Try hard to not malloc on a forked childAlex Crichton-1/+31
2014-04-07Fix some windows rpass testsAlex Crichton-26/+55
2014-04-04Fix fallout from std::libc separationCorey Richardson-14/+14
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-1/+1
2014-04-01std: migrate the errno -> IoError converter from libnative.Huon Wilson-1/+1
2014-03-31native: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-2/+4
2014-03-28native: Use WNOHANG before signalingAlex Crichton-23/+58
2014-03-22native: Fix a possible deadlock in spawnAlex Crichton-107/+105
2014-03-20rename std::vec -> std::sliceDaniel Micay-4/+4
2014-02-28std: Avoid using "{:?}" in format stringsAlex Crichton-2/+2
2014-02-23Roll std::run into std::io::processAlex Crichton-36/+62
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-21/+74
2014-02-17Remove CloneableTuple and ImmutableTuple traitsBrendan Zabarauskas-2/+2
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-13/+12
2014-02-03native: Require all results are used and fix falloutAlex Crichton-10/+10
2014-01-29Flag Result as #[must_use] and deal with fallout.Alex Crichton-1/+1
2014-01-23Update flip() to be rev().Sean Chalmers-1/+1
2014-01-23Rename Invert to Flip - Issue 10632Sean Chalmers-1/+1
2014-01-05Handle EINTR throughout libnativeAlex Crichton-8/+9
2013-12-27Implement native TCP I/OAlex Crichton-2/+2
2013-12-27Bring native process bindings up to dateAlex Crichton-64/+114
2013-12-25Test fixes and rebase conflictsAlex Crichton-1/+2
2013-12-24native: Introduce libnativeAlex Crichton-0/+652