summary refs log tree commit diff
path: root/src/libstd/io/net
AgeCommit message (Expand)AuthorLines
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
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