summary refs log tree commit diff
path: root/src/libstd/sys/unix/net.rs
AgeCommit message (Expand)AuthorLines
2015-09-08some more clippy-based improvementsAndre Bogus-1/+1
2015-08-30Atomically set CLOEXEC on duplicated socketsTobias Bucher-5/+25
2015-08-10Stabilize the Duration APISteven Fackler-4/+4
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-1/+5
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-0/+45
2015-04-09std: Set CLOEXEC for all fds opened on unixAlex Crichton-5/+10
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-1/+2
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-1/+2
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-1/+5
2015-03-13std: Stabilize the `net` moduleAlex Crichton-4/+4
2015-02-18std: Implement CString-related RFCsAlex Crichton-2/+2
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+74