about summary refs log tree commit diff
path: root/src/libstd/io/net/tcp.rs
AgeCommit message (Expand)AuthorLines
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-58/+58
2014-12-05Utilize fewer reexportsCorey Farwell-2/+3
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-1/+0
2014-11-26auto merge of #19169 : aturon/rust/fds, r=alexcrichtonbors-0/+20
2014-11-25Fallout from stabilizationAaron Turon-1/+0
2014-11-24Don't call drop in tcpstream docsSteve Klabnik-6/+10
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-0/+20
2014-11-17Fix fallout from coercion removalNick Cameron-77/+77
2014-11-15std: Fix a flaky test on OSX 10.10Alex Crichton-24/+22
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-66/+39
2014-11-05Added more documentation on ToSocketAddr traitVladimir Matveev-2/+5
2014-11-05Fixed tidy errorsVladimir Matveev-2/+2
2014-11-05Fixed other tests to pass make checkVladimir Matveev-5/+2
2014-11-05Migrated io::net::udp over to ToSocketAddrVladimir Matveev-3/+3
2014-11-05Switched io::net::tcp to use ToSocketAddrVladimir Matveev-226/+104
2014-10-29Rename fail! to panic!Steve Klabnik-13/+13
2014-10-13Clean up rustc warnings.NODA, Kai-2/+0
2014-10-10improve the performance of the vec![] macroDaniel Micay-1/+0
2014-10-01Remove iotest macroAaron Turon-83/+128
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-1/+1
2014-08-28auto merge of #16626 : ruud-v-a/rust/duration-reform, r=brsonbors-2/+2
2014-08-24native: clone/close_accept for win32 pipesAlex Crichton-2/+1
2014-08-24native: Implement clone/close_accept for unixAlex Crichton-0/+132
2014-08-21libstd: Limit Duration range to i64 milliseconds.Ruud van Asseldonk-7/+1
2014-08-20libstd: Refactor Duration.Ruud van Asseldonk-3/+9
2014-08-14auto merge of #16332 : brson/rust/slicestab, r=aturonbors-1/+1
2014-08-13std: Fix build errorsBrian Anderson-1/+1
2014-08-13std: Make connect_timeout return Err on zero durationBrian Anderson-4/+6
2014-08-13Fix various fallout from timer changesBrian Anderson-1/+2
2014-08-13std: connect_timeout requires a positive DurationBrian Anderson-8/+8
2014-08-13std: Make the TCP/UDP connect_timeout methods take DurationBrian Anderson-2/+9
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-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-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-45/+45
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-4/+4
2014-06-15Register new snapshotsAlex Crichton-4/+4
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-1/+2
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-20/+55
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-65/+67
2014-05-14Suppress a "unused variable" warning.OGINO Masanori-1/+1
2014-05-12Document a possible way in which connect_timout may change in the futureTom Lee-0/+3
2014-05-12Try to parse TcpStream::connect 'host' parameter as an IP.Tom Lee-1/+4
2014-05-12Easier interface for TCP ::connect and ::bind.Tom Lee-90/+256
2014-05-09auto merge of #14046 : alexcrichton/rust/ignore-a-test-on-freebsd, r=kballardbors-13/+18
2014-05-08std: Ignore a flaky test on freebsdAlex Crichton-13/+18
2014-05-08std: Mark timeout methods experimentalAlex Crichton-0/+3