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
Age
Commit message (
Expand
)
Author
Lines
2013-07-25
libstd: Implement some missing tcp methods.
Luqman Aden
-9
/
+66
2013-07-25
libstd: Get rid of duplication in {peer, socket}_name and remove extra *.
Luqman Aden
-100
/
+46
2013-07-25
libstd: Handle IPv4-Mapped/Compatible IPv6 addresses.
Luqman Aden
-1
/
+30
2013-07-25
libstd: Fix errors when rtdebug! is not a noop.
Luqman Aden
-1
/
+1
2013-07-25
libstd: Implement {peer, socket}_name for new rt tcp & udp.
Luqman Aden
-64
/
+152
2013-07-23
std: move StrUtil::as_c_str into StrSlice
Erick Tryzelaar
-2
/
+2
2013-07-22
std: fix for blocked task resume
Jeff Olson
-2
/
+2
2013-07-22
std: add RtioTimer and UvTimer impl atop rt::uv
Jeff Olson
-0
/
+63
2013-07-20
auto merge of #7908 : anasazi/rust/fix_udp_mut, r=brson
bors
-54
/
+52
2013-07-20
Change the HOF context switchers to pass a BlockedTask instead of a ~Task.
Ben Blum
-12
/
+12
2013-07-19
Missed the methods of UdpWatcher.
Eric Reed
-18
/
+16
2013-07-19
Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t...
Eric Reed
-36
/
+36
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
-8
/
+8
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
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-1
/
+2
2013-07-08
changed .each() to .iter().advance()
Eric Reed
-10
/
+10
2013-07-08
renamed finalize to drop in Drop impl for UvUdpSocket
Eric Reed
-1
/
+1
2013-07-08
Merge remote-tracking branch 'upstream/io' into io
Eric Reed
-5
/
+6
2013-07-03
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-5
/
+6
2013-07-04
Convert vec::{as_imm_buf, as_mut_buf} to methods.
Huon Wilson
-1
/
+2
2013-07-02
converted TODOs into XXXs
Eric Reed
-7
/
+7
2013-07-02
Merge remote-tracking branch 'upstream/io' into io
Eric Reed
-1
/
+4
2013-07-02
IPv6 support for UDP and TCP.
Eric Reed
-117
/
+463
2013-07-01
Refactored the runtime to view coroutines as a component of tasks, instead of...
toddaaro
-1
/
+4
2013-06-28
std: silence some test warnings.
Huon Wilson
-2
/
+2
2013-06-26
changed NOTE to TODO
Eric Reed
-5
/
+5
2013-06-26
cleaned up uv/net
Eric Reed
-68
/
+32
2013-06-25
Change finalize -> drop.
Luqman Aden
-3
/
+3
2013-06-25
converted UvUdpSocket into a newtype struct
Eric Reed
-14
/
+5
2013-06-25
changed outdated match on IpAddr
Eric Reed
-4
/
+2
2013-06-25
removed obsolete FIXMEs. formatting changes.
Eric Reed
-54
/
+24
2013-06-25
satisfy the formatting check
Eric Reed
-13
/
+17
2013-06-25
removed unncessary unsafe block that was stopping compliation.
Eric Reed
-1
/
+1
2013-06-25
Merge remote-tracking branch 'upstream/io' into io
Eric Reed
-4
/
+4
2013-06-25
UDP networking with tests
Eric Reed
-57
/
+267
2013-06-24
std::rt: deny(unused_unsafe)
Brian Anderson
-2
/
+2
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+2
2013-06-20
Merge remote-tracking branch 'brson/io' into io-upstream
Brian Anderson
-77
/
+273
2013-06-19
socket based UDP io
Eric Reed
-39
/
+73
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
-82
/
+68
2013-06-17
Started to implemented UdpStream
Eric Reed
-0
/
+80
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-17
added wrappers about uv_ip{4,6}_{port,name}
Eric Reed
-0
/
+16
2013-06-16
std::rt: Reduce the delay on a timer test. Slow
Brian Anderson
-2
/
+2
2013-06-16
Merge remote-tracking branch 'brson/io'
Brian Anderson
-77
/
+273
[prev]
[next]