index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
unix
/
ext
/
net.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-5
/
+5
2019-02-28
libstd => 2018
Taiki Endo
-18
/
+18
2019-02-13
Add vectored read and write support
Steven Fackler
-1
/
+36
2019-02-10
libs: doc comments
Alexander Regueiro
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-30
Deal with EINTR in net timeout tests
Josh Stone
-4
/
+6
2018-07-07
Revert unification of interfaces
jD91mZM2
-24
/
+847
2018-06-27
Fix tidy checks
jD91mZM2
-4
/
+6
2018-06-27
Horrible attempt at cleaning things up that probably just made it worse
jD91mZM2
-847
/
+22
2018-06-26
Mention redox' behavior in doc comments
jD91mZM2
-0
/
+6
2018-04-19
Rustfmt result (for relevant changes) to satisfy Travis line length check.
Nicholas Rishel
-1
/
+4
2018-04-19
The prior check causes abstract unix domain sockets to return unnamed on Andr...
Nicholas Rishel
-1
/
+1
2018-03-23
Reduce scope of unsafe block in sun_path_offset
Daniel Kolsoi
-7
/
+5
2018-03-02
Rollup merge of #48328 - frewsxcv:frewsxcv-clarify-error-zero-duration, r=sfa...
Manish Goregaokar
-6
/
+65
2018-02-25
Rollup merge of #48330 - frewsxcv:frewsxcv-tests-zero-duration, r=sfackler
kennytm
-1
/
+40
2018-02-24
Clarify "It is an error to..." wording for zero-duration behaviors.
Corey Farwell
-6
/
+65
2018-02-18
Add tests ensuring zero-Duration timeouts result in errors.
Corey Farwell
-1
/
+40
2018-02-17
Fix broken documentation link.
Corey Farwell
-1
/
+1
2017-08-16
Refactoring: move net specific fd imps to net
Tobias Schaffner
-3
/
+61
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-08-13
Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov
Guillaume Gomez
-1
/
+1
2017-08-13
Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton
bors
-0
/
+11
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-08-12
Fix error during cross-platform documentation.
kennytm
-0
/
+11
2017-08-10
Fix typo corersponding -> corresponding
Foucher
-1
/
+1
2017-06-20
Add `Read::initializer`.
Steven Fackler
-5
/
+7
2017-03-25
Fix libc::bind call on aarch64-linux-android
Marco A L Barbosa
-2
/
+2
2017-03-17
Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik
Corey Farwell
-1
/
+1
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-17
/
+17
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-1
/
+1
2016-12-20
Fix compile errors and such
Alex Crichton
-4
/
+3
2016-12-16
Add missing doc examples for UnixDatagram
Guillaume Gomez
-38
/
+285
2016-12-08
Add Incoming doc examples
Guillaume Gomez
-3
/
+30
2016-12-08
Add UnixListener doc examples
Guillaume Gomez
-10
/
+101
2016-12-08
Add doc examples for UnixStream
Guillaume Gomez
-6
/
+145
2016-12-08
Add missing doc examples for SocketAddr struct
Guillaume Gomez
-0
/
+36
2016-10-09
use MSG_NOSIGNAL on all relevant platforms
Mathieu Poumeyrol
-3
/
+9
2016-10-01
Auto merge of #36824 - kali:master, r=alexcrichton
bors
-1
/
+6
2016-09-30
Ignore various entire test modules on emscripten
Brian Anderson
-14
/
+1
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+13
2016-09-28
use MSG_NOSIGNAL from liblibc
Mathieu Poumeyrol
-3
/
+2
2016-09-28
MSG_NOSIGNAL on linux
Mathieu Poumeyrol
-1
/
+7
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-08-10
Clarify std::os::unix::net::SocketAddr::is_unnamed's docstring
Pietro Albini
-1
/
+1
2016-08-10
Fix docs typo in std::os::unix::net::SocketAddr::is_unnamed
Pietro Albini
-1
/
+1
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-7
/
+65
2016-03-22
fix alignment
Jorge Aparicio
-5
/
+5
2016-03-22
try! -> ?
Jorge Aparicio
-25
/
+25
2016-03-20
Add unix socket support to the standard library
Steven Fackler
-0
/
+1042