about summary refs log tree commit diff
path: root/src/libstd/io/net
AgeCommit message (Expand)AuthorLines
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
2014-02-24std: minor whitespace cleanupErick Tryzelaar-1/+0
2014-02-24Correctly ignore some tests on windowsAlex Crichton-1/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-13/+14
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-14/+2
2014-02-16Implement named pipes for windows, touch up unixAlex Crichton-42/+61
2014-02-14Fix all code examplesAlex Crichton-5/+8
2014-02-11Test fixes and rebase conflictsAlex Crichton-4/+4
2014-02-11io -- introduce local to avoid conflicting borrowNiko Matsakis-1/+2
2014-02-10IterBytes for IpAddr and SocketAddrTom Lee-2/+13
2014-02-05Make a double-write UDP test more robustAlex Crichton-7/+10
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-1/+393
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-6/+8
2014-02-03std: Fixing all documentationAlex Crichton-18/+0
2014-02-03std: Fix tests with io_error usageAlex Crichton-185/+144
2014-02-03std: Remove io::io_errorAlex Crichton-139/+59
2014-01-31auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichtonbors-7/+3