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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
net
/
tcp.rs
Age
Commit message (
Expand
)
Author
Lines
2017-09-25
Backport libs stabilizations to 1.21 beta
David Tolnay
-1
/
+1
2017-09-24
stabilize tcpstream_connect_timeout (closes #43079)
Michal Budzynski
-1
/
+1
2017-08-13
Rollup merge of #43833 - dtolnay:connect-timeout, r=sfackler
Guillaume Gomez
-1
/
+1
2017-08-12
Fix TcpStream::connect_timeout tracking issue number
David Tolnay
-1
/
+1
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-07-06
Implement TcpStream::connect_timeout
Steven Fackler
-0
/
+33
2017-06-20
Add `Read::initializer`.
Steven Fackler
-5
/
+9
2017-05-20
Stabilize library features for 1.18.0
Steven Fackler
-2
/
+1
2017-04-27
Rollup merge of #41526 - steveklabnik:gh35950, r=GuillaumeGomez
Corey Farwell
-9
/
+8
2017-04-26
Address platform-specific behavior in TcpStream::shutdown
steveklabnik
-0
/
+7
2017-04-26
Clean up TcpStream example
steveklabnik
-9
/
+8
2017-04-06
Fix Markdown issues in the docs
Oliver Middleton
-2
/
+2
2017-03-26
Expanded top-level docs for std::net{TcpListener,TcpStream,UdpSocket}
lukaramu
-4
/
+33
2017-03-26
Update std::net:Incoming's docs to use standard iterator boilerplate
lukaramu
-8
/
+8
2017-03-26
added missing links in std::net TCP docs
lukaramu
-6
/
+17
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-9
/
+9
2017-02-05
Rollup merge of #38983 - APTy:udp-peek, r=aturon
Corey Farwell
-0
/
+54
2017-02-04
libstd/net: Add `peek` APIs to UdpSocket and TcpStream
Tyler Julian
-0
/
+54
2017-01-12
Auto merge of #38867 - alexcrichton:ignore-test-on-windows, r=brson
bors
-0
/
+1
2017-01-10
Rollup merge of #38799 - minaguib:patch-1, r=steveklabnik
Seo Sanghyeon
-1
/
+1
2017-01-05
std: Ignore close_read_wakes_up on Windows
Alex Crichton
-0
/
+1
2017-01-05
Deprecate TcpListener::set_only_v6
Steven Fackler
-32
/
+6
2017-01-03
Doc fix
Mina Naguib
-1
/
+1
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-0
/
+1
2016-11-27
Auto merge of #37983 - GuillaumeGomez:tcp_listener_doc, r=frewsxcv
bors
-3
/
+118
2016-11-27
Add examples for TcpListener struct
Guillaume Gomez
-3
/
+118
2016-11-25
Add missing urls and examples to TcpStream
Guillaume Gomez
-8
/
+185
2016-11-16
Add missing urls and improve internal doc representation
Guillaume Gomez
-1
/
+2
2016-09-30
Ignore entire test modules on emscripten instead of individual tests
Brian Anderson
-31
/
+1
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+30
2016-08-30
doc: make TcpListener example more simple
Tshepang Lekhonkhobe
-8
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-3
/
+0
2016-08-01
Indicate where the `std::net::Incoming` struct is created.
Corey Farwell
-0
/
+5
2016-04-26
Rollup merge of #33167 - benaryorg:master, r=alexcrichton
Manish Goregaokar
-0
/
+2
2016-04-23
clarify documentation of TcpStream::connect() for multiple valid addresses
benaryorg
-0
/
+2
2016-04-20
Remove IPV6_V6ONLY functionality
Steven Fackler
-23
/
+0
2016-03-27
Extend linkchecker with anchor checking
mitaa
-5
/
+5
2016-03-08
std: Funnel read_to_end through to one location
Alex Crichton
-3
/
+2
2016-03-02
Fix comments and OSX build
Steven Fackler
-2
/
+9
2016-02-28
Fix windows
Steven Fackler
-43
/
+0
2016-02-28
Add TCP functionality from net2
Steven Fackler
-0
/
+231
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-11
/
+12
2015-11-25
Fix docs for TcpListener::bind
Kevin Butler
-1
/
+1
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+2
2015-10-19
Touch up net tests
arcnmx
-32
/
+21
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-1
/
+1
2015-09-14
Drop upper bounds on net timeout tests
Steven Fackler
-2
/
+0
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-8
/
+16
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-7
/
+8
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-20
/
+0
[next]