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
2013-01-26
Merge remote-tracking branch 'brson/nocommupstream2'
Brian Anderson
-340
/
+372
2013-01-25
Fix Option camel case in comments
Tyler Bindon
-4
/
+4
2013-01-25
Merge remote-tracking branch 'brson/nocommupstream'
Brian Anderson
-340
/
+372
2013-01-24
convert most of libstd over to structs
Erick Tryzelaar
-33
/
+35
2013-01-23
std: Convert uv_global_loop to use pipes
Brian Anderson
-33
/
+41
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-579
/
+681
2013-01-13
Support ARM and Android
kyeongwoon
-0
/
+2
2013-01-13
Merge pull request #4411 from wting/4203_rename_memcpy
Tim Chevalier
-1
/
+1
2013-01-12
libstd: "target_os = win32", not "target_os = windows". rs=bustage
Patrick Walton
-2
/
+2
2013-01-11
libstd: Ignore failing test on Windows
Patrick Walton
-0
/
+3
2013-01-10
librustc: Make all external functions unsafe. r=tjc
Patrick Walton
-3
/
+4
2013-01-10
std: Fix test that was commented out
Tim Chevalier
-14
/
+11
2013-01-10
Rename memcpy, memmove, memset to prevent any confusion with the C equivalents.
William Ting
-1
/
+1
2013-01-09
std: fix net::tcp::test fallout from 2db3abd harder
Graydon Hoare
-13
/
+14
2013-01-09
std: fix net::tcp::test fallout from 2db3abd
Graydon Hoare
-1
/
+5
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-3
/
+8
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-8
/
+3
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-3
/
+8
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-5
/
+29
2012-12-24
Convert core::io to use explicit self (for issue #4118 and issue #2004)
gareth
-10
/
+10
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-111
/
+110
2012-12-10
Minor cleanups to pipes and serialization
Brian Anderson
-2
/
+2
2012-12-04
librustc: Implement moves based on type. r=nmatsakis
Patrick Walton
-3
/
+3
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-29
impls of traits cannot define methods on the anonymous trait
Brian Anderson
-3
/
+0
2012-11-29
librustc: Eliminate most expressions of the form `a.b()` that are not method ...
Patrick Walton
-1
/
+1
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-4
/
+4
2012-11-14
Convert libstd to use the Drop trait
Ben Striegel
-2
/
+5
2012-11-14
Revert "Convert libstd to use the Drop trait"
Brian Anderson
-5
/
+2
2012-11-14
Convert libstd to use the Drop trait
Ben Striegel
-2
/
+5
2012-11-08
std: Eliminate copy warning
Brian Anderson
-1
/
+1
2012-11-07
Fix whitespace issues from previous commits.
a_m0d
-2
/
+48
2012-11-06
Fix trailing whitespace issues
a_m0d
-3
/
+3
2012-11-06
Add end_of_file handling to TcpBufferedSocket.
a_m0d
-4
/
+16
2012-10-20
Long lines
Brian Anderson
-1
/
+2
2012-10-20
std: Use unique ports in tcp tests
Brian Anderson
-2
/
+2
2012-10-20
std: rename getpeername to get_peer_addr
Luqman Aden
-9
/
+12
2012-10-20
std: Add test for getpeername
Brian Anderson
-0
/
+55
2012-10-20
uv: use just getpeername for both ipv4 and ipv6.
Luqman Aden
-12
/
+22
2012-10-20
uv: implement a way to get client's ip/port.
Luqman Aden
-0
/
+16
2012-10-12
Make moves explicit in std tests
Tim Chevalier
-1
/
+2
2012-10-11
Remove comment that is now false
Tim Chevalier
-4
/
+2
2012-10-05
Silence most of the remaining warnings
Brian Anderson
-1
/
+2
2012-10-04
Remove by-copy mode from std, mostly
Tim Chevalier
-10
/
+11
2012-10-04
De-mode comm::Chan
Tim Chevalier
-15
/
+15
2012-10-03
De-export net::*. Part of #3583.
Graydon Hoare
-35
/
+17
2012-10-03
Remove uses of + mode from libstd
Tim Chevalier
-7
/
+7
2012-10-02
Removing explicit uses of + mode
Tim Chevalier
-4
/
+4
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-21
/
+21
2012-09-28
std: More demoding
Brian Anderson
-1
/
+1
[prev]
[next]