about summary refs log tree commit diff
path: root/src/libstd/net
AgeCommit message (Expand)AuthorLines
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
2017-02-05Rollup merge of #38983 - APTy:udp-peek, r=aturonCorey Farwell-0/+151
2017-02-04libstd/net: Add `peek` APIs to UdpSocket and TcpStreamTyler Julian-0/+151
2017-01-31add From<(I, u16)> for SocketAddr where I: Into<IpAddr>Sean McArthur-2/+9
2017-01-29Fix a few impl stability attributesOliver Middleton-1/+4
2017-01-28add From<[u8; n]> impls for IpAddrSean McArthur-0/+22
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-12/+4
2017-01-24Auto merge of #39048 - lambda:impl-tosocketaddrs-for-string, r=alexcrichtonbors-0/+20
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-4/+4
2017-01-20Rollup merge of #39120 - alexcrichton:emscripten-tests, r=brsonAlex Crichton-1/+1