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
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
2015-07-28
std: Deprecate extra TcpStream/UdpSocket methods
Alex Crichton
-0
/
+6
2015-07-20
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
-2
/
+10
2015-07-15
Add specializations of read_to_end for Stdin, TcpStream and File,
Alisdair Owens
-0
/
+7
2015-07-01
Add netbsd amd64 support
Alex Newman
-1
/
+1
2015-06-10
disabling socking timing tests because openbsd/bitrig get/set are not congrue...
Dave Huseby
-0
/
+3
2015-06-07
change some statics to constants
Oliver 'ker' Schneider
-2
/
+2
2015-05-29
Loosen timeout restrictions
Steven Fackler
-10
/
+6
2015-05-29
Skip timeout upper bound check on windows
Steven Fackler
-2
/
+6
2015-05-28
Implement RFC 1047 - socket timeouts
Steven Fackler
-0
/
+111
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-4
/
+4
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-1
/
+1
2015-05-03
Add tests for 3 Debug implementations
Nick Hamann
-0
/
+24
2015-05-03
Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown}
Nick Hamann
-0
/
+13
2015-04-29
Add some missing punctuation in the libstd/net/tcp.rs docs.
Nick Hamann
-1
/
+1
2015-04-15
Fix some typos.
Ms2ger
-1
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-4
/
+4
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-2
/
+0
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-7
/
+7
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-16
/
+2
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-16
/
+2
2015-03-26
std: Stabilize parts of std::os::platform::io
Alex Crichton
-1
/
+11
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+2
2015-03-19
std: Stablize io::ErrorKind
Alex Crichton
-5
/
+8
2015-03-13
std: Stabilize the `net` module
Alex Crichton
-2
/
+37
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-06
std: net: enable bind_error test on all platforms
Stepan Koltsov
-4
/
+4
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-1
/
+1
2015-02-20
try to reduce bajillion warnings
Alexis
-6
/
+0
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-38
/
+38
2015-02-17
Fallout from stabilization
Aaron Turon
-38
/
+38
2015-02-17
openbsd: adapt connect_error test
Sébastien Marie
-1
/
+2
2015-02-11
std: Add a `net` module for TCP/UDP
Alex Crichton
-0
/
+792