about summary refs log tree commit diff
path: root/src/libstd/io/net
AgeCommit message (Expand)AuthorLines
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-15/+18
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-4/+4
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-18/+15
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-15/+18
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-10-01Remove iotest macroAaron Turon-166/+267
2014-09-30Fix libstdSteven Fackler-1/+1
2014-09-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-3/+3
2014-09-25Ignore two I/O tests that are failing on the win32 botBrian Anderson-0/+2
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-3/+3
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-4/+12
2014-09-17rollup merge of #17297 : treeman/net-unixAlex Crichton-4/+3
2014-09-16Fallout from renamingAaron Turon-5/+5
2014-09-16Rename std::io::net::unix to std::io::net::pipe.Jonas Hietala-4/+3
2014-08-28auto merge of #16626 : ruud-v-a/rust/duration-reform, r=brsonbors-3/+3
2014-08-24native: clone/close_accept for win32 pipesAlex Crichton-2/+3
2014-08-24native: Implement clone/close_accept for unixAlex Crichton-0/+227
2014-08-21libstd: Limit Duration range to i64 milliseconds.Ruud van Asseldonk-14/+2
2014-08-20libstd: Refactor Duration.Ruud van Asseldonk-5/+17
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-6/+1
2014-08-14auto merge of #16332 : brson/rust/slicestab, r=aturonbors-2/+2
2014-08-13std: Fix build errorsBrian Anderson-2/+2
2014-08-13std: Make connect_timeout return Err on zero durationBrian Anderson-12/+16
2014-08-13Fix various fallout from timer changesBrian Anderson-1/+2
2014-08-13std: connect_timeout requires a positive DurationBrian Anderson-9/+27
2014-08-13std: Make the TCP/UDP connect_timeout methods take DurationBrian Anderson-6/+14
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-2/+2
2014-08-06Use byte literals in libstdnham-6/+6
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-07-31Tweak error reporting in io::net::tcp testsKevin Ballard-4/+4
2014-07-23Remove kludgy imports from vec! macroBrian Anderson-0/+1
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-3/+3
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-49/+50
2014-07-03Rename set_broadast() to set_broadcast().Joseph Crail-1/+7
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-07-02Add `recvfrom` and `sendto`.OGINO Masanori-0/+13
2014-07-02Rename recvfrom -> recv_from, sendto -> send_to.OGINO Masanori-34/+34
2014-06-29rustuv: Don't zero-out data on clonesAlex Crichton-0/+40
2014-06-27std::io: Use re-exported pathes in examples.OGINO Masanori-3/+3
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-10/+10
2014-06-15Register new snapshotsAlex Crichton-8/+8
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-1/+2
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-43/+154
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-68/+70
2014-05-15Updates with core::fmt changesAlex Crichton-8/+6