about summary refs log tree commit diff
path: root/src/libstd/io/net/unix.rs
AgeCommit message (Expand)AuthorLines
2014-09-16Rename std::io::net::unix to std::io::net::pipe.Jonas Hietala-802/+0
2014-08-28auto merge of #16626 : ruud-v-a/rust/duration-reform, r=brsonbors-1/+1
2014-08-24native: clone/close_accept for win32 pipesAlex Crichton-0/+2
2014-08-24native: Implement clone/close_accept for unixAlex Crichton-0/+95
2014-08-21libstd: Limit Duration range to i64 milliseconds.Ruud van Asseldonk-7/+1
2014-08-20libstd: Refactor Duration.Ruud van Asseldonk-2/+8
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-6/+1
2014-08-13std: Fix build errorsBrian Anderson-1/+1
2014-08-13std: Make connect_timeout return Err on zero durationBrian Anderson-8/+10
2014-08-13std: connect_timeout requires a positive DurationBrian Anderson-1/+19
2014-08-13std: Make the TCP/UDP connect_timeout methods take DurationBrian Anderson-4/+5
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-5/+5
2014-06-15Register new snapshotsAlex Crichton-3/+3
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-10/+22
2014-05-08std: Mark timeout methods experimentalAlex Crichton-0/+3
2014-05-07native: Implement timeouts for windows pipesAlex Crichton-1/+6
2014-05-07std: Add I/O timeouts to networking objectsAlex Crichton-14/+139
2014-05-07std: Add close_{read,write}() methods to I/OAlex Crichton-11/+91
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-3/+4
2014-04-24std: Add timeouts to unix connect/acceptAlex Crichton-1/+90
2014-04-22native: Unlink unix socket paths on dropAlex Crichton-0/+16
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-2/+2
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-03-31std: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-6/+7
2014-03-25libstd: Document the following modules:Patrick Walton-0/+4
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-24/+22
2014-02-28std: Improve some I/O documentationAlex Crichton-0/+2
2014-02-27std: Small cleanup and test improvementAlex Crichton-6/+10
2014-02-24Correctly ignore some tests on windowsAlex Crichton-1/+1
2014-02-16Implement named pipes for windows, touch up unixAlex Crichton-41/+60
2014-02-14Fix all code examplesAlex Crichton-5/+8
2014-02-11Test fixes and rebase conflictsAlex Crichton-1/+1
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-0/+96
2014-02-03std: Fixing all documentationAlex Crichton-10/+0
2014-02-03std: Fix tests with io_error usageAlex Crichton-34/+24
2014-02-03std: Remove io::io_errorAlex Crichton-34/+26
2014-01-30Remove Times traitBrendan Zabarauskas-4/+4
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-4/+4
2014-01-09Remove eof() from io::ReaderAlex Crichton-1/+0
2013-12-25Test fixes and rebase conflictsAlex Crichton-1/+2
2013-12-24std: Get stdtest all passing againAlex Crichton-2/+3
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-16/+6
2013-12-24std: Delete rt::testAlex Crichton-55/+43
2013-12-17auto merge of #10863 : cadencemarseille/rust/patch-handle-ENOENT, r=alexcrichtonbors-1/+1
2013-12-17Handle ENOENTCadence Marseille-1/+1
2013-12-16Test fallout from std::comm rewriteAlex Crichton-2/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-15/+10