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
/
net
/
tcp.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-1844
/
+0
2020-07-02
libstd/net/tcp.rs: #![deny(unsafe_op_in_unsafe_fn)]
Yashhwanth Ram
-2
/
+5
2020-04-26
Update name
Steven Fackler
-8
/
+8
2020-04-26
Add Read/Write::can_read/write_vectored
Steven Fackler
-0
/
+20
2020-01-06
Removed module usage.
Strømberg
-1
/
+0
2020-01-06
Missing module std in example.
Strømberg
-1
/
+1
2019-12-14
Delete flaky test net::tcp::tests::fast_rebind
David Tolnay
-15
/
+0
2019-11-29
Format libstd with rustfmt
David Tolnay
-93
/
+146
2019-08-22
VxWorks ignores the SO_SNDTIMEO socket option (this is long-standing
Salim Nasser
-1
/
+2
2019-05-13
Remove bitrig support from rust
Marcel Hellwig
-2
/
+2
2019-04-27
Stabilized vectored IO
Steven Fackler
-8
/
+8
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-3
/
+3
2019-03-25
SGX target: fix std unit tests
Jethro Beekman
-15
/
+47
2019-03-08
std: Delete a by-definition spuriously failing test
Alex Crichton
-15
/
+0
2019-02-28
libstd => 2018
Taiki Endo
-15
/
+15
2019-02-26
Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton
bors
-2
/
+67
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-2
/
+2
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-2
/
+2
2019-02-18
Merge remote-tracking branch 'upstream/master'
Stein Somers
-4
/
+4
2019-02-18
Explain a panic in test case net::tcp::tests::double_bind
Stein Somers
-2
/
+6
2019-02-13
Add vectored read and write support
Steven Fackler
-2
/
+67
2019-02-10
libs: doc comments
Alexander Regueiro
-4
/
+4
2019-01-14
Remove the `connect_timeout_unroutable` test.
Nicholas Nethercote
-11
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-11
Address unused variables warning with TcpStream
varkor
-0
/
+3
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-11-30
Deal with EINTR in net timeout tests
Josh Stone
-4
/
+6
2018-10-11
Small changes to fix documentation auto compile issues
Charles Hathaway
-1
/
+2
2018-10-10
update tcp stream documentation
Charles Hathaway
-4
/
+3
2018-07-25
Merge remote-tracking branches 'ljedrz/dyn_libcore', 'ljedrz/dyn_libstd' and ...
Tatsuyuki Ishi
-1
/
+1
2018-07-17
Fix doc comment: use `?` instead of `.unwrap()`
Felix Rabe
-1
/
+1
2018-07-11
Add missing dyn in tests
ljedrz
-1
/
+1
2018-03-28
Remove hidden `foo` functions from doc examples; use `Termination` trait.
Corey Farwell
-8
/
+8
2018-03-02
Rollup merge of #48328 - frewsxcv:frewsxcv-clarify-error-zero-duration, r=sfa...
Manish Goregaokar
-4
/
+35
2018-02-25
Rollup merge of #48330 - frewsxcv:frewsxcv-tests-zero-duration, r=sfackler
kennytm
-0
/
+20
2018-02-24
Clarify "It is an error to..." wording for zero-duration behaviors.
Corey Farwell
-4
/
+35
2018-02-18
Add tests ensuring zero-Duration timeouts result in errors.
Corey Farwell
-0
/
+20
2018-02-17
Unify 'Platform-specific behavior' documentation headings.
Corey Farwell
-4
/
+4
2018-01-11
Make tests build on CloudABI.
Ed Schouten
-1
/
+1
2017-10-21
Rollup merge of #45227 - frewsxcv:frewsxcv-set-nonblocking, r=sfackler
Corey Farwell
-7
/
+66
2017-10-21
Expand docs/examples for TCP `set_nonblocking` methods.
Corey Farwell
-7
/
+66
2017-10-14
Fix TcpStream::connect_timeout on linux
Steven Fackler
-0
/
+15
2017-10-07
Auto merge of #44913 - leavehouse:patch-1, r=BurntSushi
bors
-3
/
+3
2017-09-28
Fix imports in TcpStream::local_addr docs example
leavehouse
-1
/
+1
2017-09-28
Fix TcpStream::local_addr example code
leavehouse
-2
/
+2
2017-09-24
Backport libs stabilizations to 1.21 beta
David Tolnay
-1
/
+1
2017-09-17
Ensure tcp test case passes when disconnected from network
Trevor Merrifield
-2
/
+5
2017-09-14
stabilize tcpstream_connect_timeout (closes #43079)
Michal Budzynski
-1
/
+1
2017-08-31
Expand docs of multi-address behavior of some UDP/TCP APIs.
Corey Farwell
-4
/
+44
2017-08-13
Rollup merge of #43833 - dtolnay:connect-timeout, r=sfackler
Guillaume Gomez
-1
/
+1
[next]