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
/
uvio.rs
Age
Commit message (
Expand
)
Author
Lines
2013-07-27
Change concurrency primitives to standard naming conventions
Steven Stewart-Gallus
-2
/
+2
2013-07-25
libstd: Implement some missing udp methods.
Luqman Aden
-10
/
+111
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: Implement {peer, socket}_name for new rt tcp & udp.
Luqman Aden
-16
/
+118
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
-38
/
+38
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
-2
/
+2
2013-07-19
Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t...
Eric Reed
-36
/
+36
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
-4
/
+4
2013-07-03
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-4
/
+4
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
-21
/
+48
2013-07-01
Refactored the runtime to view coroutines as a component of tasks, instead of...
toddaaro
-1
/
+4
2013-06-26
changed NOTE to TODO
Eric Reed
-1
/
+1
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
satisfy the formatting check
Eric Reed
-2
/
+2
2013-06-25
UDP networking with tests
Eric Reed
-20
/
+150
2013-06-19
socket based UDP io
Eric Reed
-39
/
+73
2013-06-17
Merge remote-tracking branch 'upstream/io' into io
Eric Reed
-26
/
+26
2013-06-17
Started to implemented UdpStream
Eric Reed
-0
/
+80
2013-06-16
Merge remote-tracking branch 'brson/io'
Brian Anderson
-21
/
+99
2013-06-10
debugged a compiler ICE when merging local::borrow changes into the main io b...
toddaaro
-1
/
+1
2013-06-06
std::rt: Fix a race in the UvRemoteCallback dtor
Brian Anderson
-11
/
+15
2013-06-04
std::cell: Modernize constructors
Philipp Brüschweiler
-14
/
+14
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-6
/
+5
2013-05-30
core::rt: deny(unused_imports, unused_mut, unused_variable)
Brian Anderson
-4
/
+1
2013-05-29
Merge remote-tracking branch 'brson/io' into incoming
Brian Anderson
-21
/
+97
2013-05-22
libstd: Fix merge fallout.
Patrick Walton
-0
/
+492
[prev]