about summary refs log tree commit diff
path: root/src/libstd/io/net
AgeCommit message (Expand)AuthorLines
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
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-11core: Remove the cast moduleAlex Crichton-0/+1
2014-05-09auto merge of #14046 : alexcrichton/rust/ignore-a-test-on-freebsd, r=kballardbors-13/+18
2014-05-09auto merge of #14035 : alexcrichton/rust/experimental, r=huonwbors-0/+9
2014-05-08Handle fallout in io::net::addrinfo, io::process, and rt::rtioKevin Ballard-3/+3
2014-05-08std: Ignore a flaky test on freebsdAlex Crichton-13/+18
2014-05-08std: Mark timeout methods experimentalAlex Crichton-0/+9
2014-05-07native: Implement timeouts for windows pipesAlex Crichton-1/+6
2014-05-07std: Add I/O timeouts to networking objectsAlex Crichton-14/+391
2014-05-07auto merge of #13751 : alexcrichton/rust/io-close-read, r=brsonbors-14/+201
2014-05-07std: Add close_{read,write}() methods to I/OAlex Crichton-14/+201
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-0/+2
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-8/+11