summary refs log tree commit diff
path: root/src/libstd/net/tcp.rs
AgeCommit message (Expand)AuthorLines
2017-10-21Rollup merge of #45227 - frewsxcv:frewsxcv-set-nonblocking, r=sfacklerCorey Farwell-7/+66
2017-10-21Expand docs/examples for TCP `set_nonblocking` methods.Corey Farwell-7/+66
2017-10-14Fix TcpStream::connect_timeout on linuxSteven Fackler-0/+15
2017-10-07Auto merge of #44913 - leavehouse:patch-1, r=BurntSushibors-3/+3
2017-09-28Fix imports in TcpStream::local_addr docs exampleleavehouse-1/+1
2017-09-28Fix TcpStream::local_addr example codeleavehouse-2/+2
2017-09-24Backport libs stabilizations to 1.21 betaDavid Tolnay-1/+1
2017-09-17Ensure tcp test case passes when disconnected from networkTrevor Merrifield-2/+5
2017-09-14stabilize tcpstream_connect_timeout (closes #43079)Michal Budzynski-1/+1
2017-08-31Expand docs of multi-address behavior of some UDP/TCP APIs.Corey Farwell-4/+44
2017-08-13Rollup merge of #43833 - dtolnay:connect-timeout, r=sfacklerGuillaume Gomez-1/+1
2017-08-12Fix TcpStream::connect_timeout tracking issue numberDavid Tolnay-1/+1
2017-08-12Fix some typosBastien Orivel-1/+1
2017-07-06Implement TcpStream::connect_timeoutSteven Fackler-0/+33
2017-06-20Add `Read::initializer`.Steven Fackler-5/+9
2017-05-20Stabilize library features for 1.18.0Steven Fackler-2/+1
2017-04-27Rollup merge of #41526 - steveklabnik:gh35950, r=GuillaumeGomezCorey Farwell-9/+8
2017-04-26Address platform-specific behavior in TcpStream::shutdownsteveklabnik-0/+7
2017-04-26Clean up TcpStream examplesteveklabnik-9/+8
2017-04-06Fix Markdown issues in the docsOliver Middleton-2/+2
2017-03-26Expanded top-level docs for std::net{TcpListener,TcpStream,UdpSocket}lukaramu-4/+33
2017-03-26Update std::net:Incoming's docs to use standard iterator boilerplatelukaramu-8/+8
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