summary refs log tree commit diff
path: root/src/libstd/sys_common/net.rs
AgeCommit message (Expand)AuthorLines
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