about summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext/net.rs
AgeCommit message (Expand)AuthorLines
2017-06-20Add `Read::initializer`.Steven Fackler-5/+7
2017-03-25Fix libc::bind call on aarch64-linux-androidMarco A L Barbosa-2/+2
2017-03-17Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnikCorey Farwell-1/+1
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-17/+17
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
2016-12-20Fix compile errors and suchAlex Crichton-4/+3
2016-12-16Add missing doc examples for UnixDatagramGuillaume Gomez-38/+285
2016-12-08Add Incoming doc examplesGuillaume Gomez-3/+30
2016-12-08Add UnixListener doc examplesGuillaume Gomez-10/+101
2016-12-08Add doc examples for UnixStreamGuillaume Gomez-6/+145
2016-12-08Add missing doc examples for SocketAddr structGuillaume Gomez-0/+36
2016-10-09use MSG_NOSIGNAL on all relevant platformsMathieu Poumeyrol-3/+9
2016-10-01Auto merge of #36824 - kali:master, r=alexcrichtonbors-1/+6
2016-09-30Ignore various entire test modules on emscriptenBrian Anderson-14/+1
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+13
2016-09-28use MSG_NOSIGNAL from liblibcMathieu Poumeyrol-3/+2
2016-09-28MSG_NOSIGNAL on linuxMathieu Poumeyrol-1/+7
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-08-10Clarify std::os::unix::net::SocketAddr::is_unnamed's docstringPietro Albini-1/+1
2016-08-10Fix docs typo in std::os::unix::net::SocketAddr::is_unnamedPietro Albini-1/+1
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-7/+65
2016-03-22fix alignmentJorge Aparicio-5/+5
2016-03-22try! -> ?Jorge Aparicio-25/+25
2016-03-20Add unix socket support to the standard librarySteven Fackler-0/+1042