about summary refs log tree commit diff
path: root/src/libstd/sys_common/net.rs
AgeCommit message (Expand)AuthorLines
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-3/+3
2019-03-16Add peer_addr function to UdpSocketLinus Unnebäck-0/+6
2019-03-09Use lifetime contravariance to elide more lifetimes in core+alloc+stdScott McMurray-1/+1
2019-02-28libstd => 2018Taiki Endo-19/+20
2019-02-13Add vectored read and write supportSteven Fackler-1/+9
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-06Refactor net::each_addr/lookup_host to forward error from resolveJethro Beekman-16/+58
2018-09-15Improve output if no_lookup_host_duplicates failsPhilip Munksgaard-2/+3
2018-01-16Only link res_init() on GNU/*nixRyan Cumming-21/+3
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-4/+1
2017-10-05replace libc::res_init with res_init_if_glibc_before_2_26Jack O'Connor-4/+9
2017-09-08Re-enable networking module fo rL4ReSebastian Humenda-4/+4
2017-08-07addrinfo hint in lookup_host() needs clean initialization on all platformsDanek Duvall-10/+2
2017-07-06Implement TcpStream::connect_timeoutSteven Fackler-0/+8
2017-06-20Add `Read::initializer`.Steven Fackler-4/+0
2017-05-04Reload nameserver information on lookup failureJon Gjengset-3/+16
2017-03-25Fix libc::bind call on aarch64-linux-androidMarco A L Barbosa-2/+2
2017-02-04libstd/net: Add `peek` APIs to UdpSocket and TcpStreamTyler Julian-11/+13
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-0/+633