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
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