summary refs log tree commit diff
path: root/src/libstd/net/tcp.rs
AgeCommit message (Expand)AuthorLines
2016-08-01Indicate where the `std::net::Incoming` struct is created.Corey Farwell-0/+5
2016-04-26Rollup merge of #33167 - benaryorg:master, r=alexcrichtonManish Goregaokar-0/+2
2016-04-23clarify documentation of TcpStream::connect() for multiple valid addressesbenaryorg-0/+2
2016-04-20Remove IPV6_V6ONLY functionalitySteven Fackler-23/+0
2016-03-27Extend linkchecker with anchor checkingmitaa-5/+5
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-3/+2
2016-03-02Fix comments and OSX buildSteven Fackler-2/+9
2016-02-28Fix windowsSteven Fackler-43/+0
2016-02-28Add TCP functionality from net2Steven Fackler-0/+231
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-11/+12
2015-11-25Fix docs for TcpListener::bindKevin Butler-1/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+2
2015-10-19Touch up net testsarcnmx-32/+21
2015-10-13Correct spelling in docsAndrew Paseltiner-1/+1
2015-09-14Drop upper bounds on net timeout testsSteven Fackler-2/+0
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-8/+16
2015-08-15std: Add issues to all unstable featuresAlex Crichton-7/+8
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-20/+0
2015-07-28std: Deprecate extra TcpStream/UdpSocket methodsAlex Crichton-0/+6
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-2/+10
2015-07-15Add specializations of read_to_end for Stdin, TcpStream and File,Alisdair Owens-0/+7
2015-07-01Add netbsd amd64 supportAlex Newman-1/+1
2015-06-10disabling socking timing tests because openbsd/bitrig get/set are not congrue...Dave Huseby-0/+3
2015-06-07change some statics to constantsOliver 'ker' Schneider-2/+2
2015-05-29Loosen timeout restrictionsSteven Fackler-10/+6
2015-05-29Skip timeout upper bound check on windowsSteven Fackler-2/+6
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-0/+111
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-4/+4
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-1/+1
2015-05-03Add tests for 3 Debug implementationsNick Hamann-0/+24
2015-05-03Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown}Nick Hamann-0/+13
2015-04-29Add some missing punctuation in the libstd/net/tcp.rs docs.Nick Hamann-1/+1
2015-04-15Fix some typos.Ms2ger-1/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-4/+4
2015-04-07std: Deny most warnings in doctestsAlex Crichton-2/+0
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-7/+7
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-16/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-16/+2
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-1/+11
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+2
2015-03-19std: Stablize io::ErrorKindAlex Crichton-5/+8
2015-03-13std: Stabilize the `net` moduleAlex Crichton-2/+37
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-06std: net: enable bind_error test on all platformsStepan Koltsov-4/+4
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-20try to reduce bajillion warningsAlexis-6/+0
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-38/+38
2015-02-17Fallout from stabilizationAaron Turon-38/+38
2015-02-17openbsd: adapt connect_error testSébastien Marie-1/+2
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+792