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
/
rt
/
uv
/
net.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-06
Use FromStr for IpAddr in rt::uv::net
Stepan Koltsov
-70
/
+2
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-3
/
+3
2013-08-04
auto merge of #8243 : stepancheg/rust/ipv, r=brson
bors
-61
/
+57
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-4
/
+4
2013-08-03
Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr
Stepan Koltsov
-61
/
+57
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-4
/
+5
2013-07-30
std::rt: Change Thread interface to require an explicit join
Brian Anderson
-4
/
+8
2013-07-25
libstd: Handle IPv4-Mapped/Compatible IPv6 addresses.
Luqman Aden
-1
/
+30
2013-07-25
libstd: Implement {peer, socket}_name for new rt tcp & udp.
Luqman Aden
-11
/
+11
2013-07-19
Missed the methods of UdpWatcher.
Eric Reed
-16
/
+14
2013-07-17
test: Fix tests.
Patrick Walton
-3
/
+3
2013-07-17
test: Fix tests.
Patrick Walton
-1
/
+1
2013-07-16
Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764
Austin King
-5
/
+5
2013-07-09
std::rt: Ignore 0-byte udp reads
Brian Anderson
-0
/
+7
2013-07-09
std::rt: size_t, not u64
Brian Anderson
-2
/
+2
2013-07-08
Tidy
Brian Anderson
-5
/
+9
2013-07-08
changed .each() to .iter().advance()
Eric Reed
-10
/
+10
2013-07-08
Merge remote-tracking branch 'upstream/io' into io
Eric Reed
-1
/
+2
2013-07-02
IPv6 support for UDP and TCP.
Eric Reed
-90
/
+329
2013-06-26
changed NOTE to TODO
Eric Reed
-4
/
+4
2013-06-26
cleaned up uv/net
Eric Reed
-68
/
+32
2013-06-25
changed outdated match on IpAddr
Eric Reed
-4
/
+2
2013-06-25
satisfy the formatting check
Eric Reed
-10
/
+13
2013-06-25
removed unncessary unsafe block that was stopping compliation.
Eric Reed
-1
/
+1
2013-06-25
UDP networking with tests
Eric Reed
-32
/
+114
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+2
2013-06-19
Changed visibility from being on the impl to being on methods per language sy...
Eric Reed
-13
/
+13
2013-06-17
Merge remote-tracking branch 'upstream/io' into io
Eric Reed
-21
/
+19
2013-06-17
added a function to convert C's ipv4 data structure into the Rust ipv4 data s...
Eric Reed
-0
/
+8
2013-06-14
Added a UdpWatcher and UdpSendRequest with associated callbacks
Eric Reed
-2
/
+172
2013-06-04
std::cell: Modernize constructors
Philipp Brüschweiler
-3
/
+3
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-18
/
+16
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+436