about summary refs log tree commit diff
path: root/src/libstd/io/net
AgeCommit message (Expand)AuthorLines
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
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-8/+11
2014-05-06auto merge of #13754 : alexcrichton/rust/net-experimental, r=brsonbors-1/+70
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-4/+4
2014-04-26std: Add experimental networking methodsAlex Crichton-1/+70
2014-04-24std: Add timeouts to unix connect/acceptAlex Crichton-1/+90
2014-04-23auto merge of #13688 : alexcrichton/rust/accept-timeout, r=brsonbors-1/+85
2014-04-23std: Add support for an accept() timeoutAlex Crichton-1/+85
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-4/+4
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-4/+4
2014-04-22native: Unlink unix socket paths on dropAlex Crichton-0/+16
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-1/+16
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+3
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-4/+4
2014-04-12auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brsonbors-2/+2
2014-04-11Add more type signatures to the docs; tweak a few of them.Huon Wilson-9/+15
2014-04-10std: Make std::comm return types consistentAlex Crichton-2/+2
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-04-06De-~[] Reader and WriterSteven Fackler-2/+2
2014-03-31std: Switch field privacy as necessaryAlex Crichton-22/+20
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-2/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-4/+4
2014-03-27Fix fallout of removing default boundsAlex Crichton-13/+16
2014-03-25std: Touch various I/O documentation blocksAlex Crichton-2/+30
2014-03-25libstd: Document the following modules:Patrick Walton-9/+52
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-13auto merge of #12855 : alexcrichton/rust/shutdown, r=brsonbors-0/+18
2014-03-13io: Bind to shutdown() for TCP streamsAlex Crichton-0/+18
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-159/+116
2014-03-04Rename struct fields with uppercase characters in their names to use lowercasePalmer Cox-4/+4
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-2/+2
2014-02-28std: Improve some I/O documentationAlex Crichton-0/+10
2014-02-27std: Small cleanup and test improvementAlex Crichton-6/+10
2014-02-25auto merge of #12522 : erickt/rust/hash, r=alexcrichtonbors-1/+0
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+1