about summary refs log tree commit diff
path: root/src/libstd/io/net/tcp.rs
AgeCommit message (Expand)AuthorLines
2015-01-26std: Rename io to old_ioAlex Crichton-1475/+0
2015-01-17Evaluate # fn in docsSteve Klabnik-4/+2
2015-01-08Improvements to feature stagingBrian Anderson-11/+11
2015-01-06More test fixesAlex Crichton-3/+3
2015-01-06Fallout from stabilizationAaron Turon-12/+14
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-60/+67
2015-01-02std: Stabilize the prelude moduleAlex Crichton-67/+69
2015-01-02More falloutNick Cameron-4/+4
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-58/+67
2014-12-29std: Stabilize the prelude moduleAlex Crichton-66/+69
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-2/+5
2014-12-23Fix some spelling errors.Huon Wilson-1/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-6/+9
2014-12-18Fallout from new thread APIAaron Turon-2/+2
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