about summary refs log tree commit diff
path: root/src/libstd/net/tcp.rs
AgeCommit message (Expand)AuthorLines
2017-03-26added missing links in std::net TCP docslukaramu-6/+17
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-9/+9
2017-02-05Rollup merge of #38983 - APTy:udp-peek, r=aturonCorey Farwell-0/+54
2017-02-04libstd/net: Add `peek` APIs to UdpSocket and TcpStreamTyler Julian-0/+54
2017-01-12Auto merge of #38867 - alexcrichton:ignore-test-on-windows, r=brsonbors-0/+1
2017-01-10Rollup merge of #38799 - minaguib:patch-1, r=steveklabnikSeo Sanghyeon-1/+1
2017-01-05std: Ignore close_read_wakes_up on WindowsAlex Crichton-0/+1
2017-01-05Deprecate TcpListener::set_only_v6Steven Fackler-32/+6
2017-01-03Doc fixMina Naguib-1/+1
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-0/+1
2016-11-27Auto merge of #37983 - GuillaumeGomez:tcp_listener_doc, r=frewsxcvbors-3/+118
2016-11-27Add examples for TcpListener structGuillaume Gomez-3/+118
2016-11-25Add missing urls and examples to TcpStreamGuillaume Gomez-8/+185
2016-11-16Add missing urls and improve internal doc representationGuillaume Gomez-1/+2
2016-09-30Ignore entire test modules on emscripten instead of individual testsBrian Anderson-31/+1
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+30
2016-08-30doc: make TcpListener example more simpleTshepang Lekhonkhobe-8/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-3/+0
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