summary refs log tree commit diff
path: root/src/libstd/io/net
AgeCommit message (Expand)AuthorLines
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
2014-01-30Remove Times traitBrendan Zabarauskas-10/+10
2014-01-30Prefix _ to unused variables.OGINO Masanori-3/+3
2014-01-30Remove unused imports.OGINO Masanori-4/+0
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-62/+62
2014-01-27Set SO_REUSEADDR by default in libnative.xales-0/+40
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-2/+2
2014-01-24libstd: Use iotest! for for get_host_addresses.Luqman Aden-5/+11
2014-01-13std: Ignore bind error tests on android. #11530Brian Anderson-2/+4
2014-01-09Remove eof() from io::ReaderAlex Crichton-5/+0
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-5/+2
2014-01-07std: Fill in all missing importsAlex Crichton-1/+3
2014-01-07auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichtonbors-3/+3
2014-01-06Remove some unnecessary type castsFlorian Hahn-3/+3
2014-01-06auto merge of #11334 : alexcrichton/rust/fix-native-tcp, r=pcwaltonbors-0/+21
2014-01-06Don't wait for a full buffer when reading TCPAlex Crichton-0/+21
2014-01-05Fix some warningsCorey Richardson-2/+1
2013-12-31Implement native UDP I/OAlex Crichton-23/+25
2013-12-27Implement native TCP I/OAlex Crichton-65/+40
2013-12-27Bring native process bindings up to dateAlex Crichton-2/+1