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