about summary refs log tree commit diff
path: root/src/libstd/net
AgeCommit message (Expand)AuthorLines
2017-09-24Backport libs stabilizations to 1.21 betaDavid Tolnay-1/+1
2017-09-17Rollup merge of #44647 - tmerr:fix-44645, r=dtolnayTim Neumann-2/+5
2017-09-17Ensure tcp test case passes when disconnected from networkTrevor Merrifield-2/+5
2017-09-16Rollup merge of #44395 - jcdyer:ip-constructors, r=alexcrichtonAlex Crichton-1/+89
2017-09-14Rollup merge of #44563 - budziq:stablilize_tcpstream_connect_timeout, r=alexc...Corey Farwell-1/+1
2017-09-14Rollup merge of #44388 - tbu-:pr_doc_udp_connect_multiple, r=frewsxcvCorey Farwell-16/+9
2017-09-14Add unstable attributes for Ipv?Addr constructors.J. Cliff Dyer-5/+17
2017-09-14stabilize tcpstream_connect_timeout (closes #43079)Michal Budzynski-1/+1
2017-09-12rustdoc: extend UdpSocket API doc (#657)Frank Rehberger-13/+41
2017-09-08Add feature gate to doctests.J. Cliff Dyer-0/+4
2017-09-07Close doc examples and trim whitespace.J. Cliff Dyer-1/+5
2017-09-07IP address convenience constructorsJ. Cliff Dyer-0/+68
2017-09-07Clarify the behavior of UDP sockets wrt. multiple addresses in `connect`Tobias Bucher-16/+9
2017-08-31Rollup merge of #44209 - frewsxcv:frewsxcv-addr-other-scenarios, r=alexcrichtonMark Simulacrum-6/+92
2017-08-31Expand docs of multi-address behavior of some UDP/TCP APIs.Corey Farwell-6/+92
2017-08-30Fix typo in doc `ToSocketAddrs` example.Corey Farwell-1/+1
2017-08-28Rewrite `std::net::ToSocketAddrs` doc examples.Corey Farwell-22/+66
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-2/+2
2017-08-07Stop using URL shortener in docsOliver Middleton-1/+1
2017-07-06Implement TcpStream::connect_timeoutSteven Fackler-0/+33
2017-06-20Add `Read::initializer`.Steven Fackler-5/+9
2017-05-21Auto merge of #41904 - sfackler:1.18-stabilization, r=alexcrichtonbors-6/+3
2017-05-20Stabilize library features for 1.18.0Steven Fackler-6/+3
2017-05-20Correct some stability versionsOliver Middleton-9/+9
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-27Addressed requested changes for PR #40838lukaramu-26/+17
2017-03-26fix trailing whitespacelukaramu-1/+1
2017-03-26Expanded std::net module docslukaramu-0/+26
2017-03-26Expanded top-level docs for std::net{TcpListener,TcpStream,UdpSocket}lukaramu-9/+58
2017-03-26Added links to std::net::Shutdown docs and made them more consistentlukaramu-6/+19
2017-03-26Added examples to std::net::{SocketAddr, SocketAddrV4, SocketAddrV6} docslukaramu-0/+36
2017-03-26Expanded and added links to std::net::{SocketAddr,SocketAddrV4,SocketAddrV6} ...lukaramu-26/+90
2017-03-26Removed link in std::net::ToSocketAddr's summary sentencelukaramu-3/+1
2017-03-26Expanded and added links to std::net::{IpAddr,Ipv4Addr,Ipv6Addr} docslukaramu-42/+160
2017-03-26Added links to std::net::AddrParseError's documentationlukaramu-1/+13
2017-03-26Added links throughout std::net::ToSocketAddrs' documentationlukaramu-17/+35
2017-03-26std::net docs: changed occurences of "RFC" to say "IETF RFC"lukaramu-24/+24
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-19Rollup merge of #40590 - z1mvader:master, r=steveklabnikCorey Farwell-0/+2
2017-03-16documented order of conversion between u32 an ipv4addrz1mvader-0/+2
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-19/+19
2017-02-07Rollup merge of #39372 - seanmonstar:more-addr-froms, r=alexcrichtonCorey Farwell-0/+29
2017-02-05Ipv6Addr <-> u128Clar Charr-4/+36
2017-02-05Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichtonCorey Farwell-1/+4