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
/
rt
/
rust_uv.cpp
Age
Commit message (
Expand
)
Author
Lines
2012-02-28
add uv::loop_delete()
Jeff Olson
-2
/
+8
2012-02-28
correcting for libuv behavior that differs between linux & windows
Jeff Olson
-16
/
+2
2012-02-28
moving new uv stuff into uv.rs and rust_uv.cpp
Jeff Olson
-27
/
+159
2012-01-22
std: Add some hacks to use libuv
Brian Anderson
-0
/
+1
2011-12-01
stdlib: Implement some preliminary libuv bindings
Brian Anderson
-0
/
+50
2011-11-07
Rename rust_uv.cpp to rust_aio.cpp
Brian Anderson
-325
/
+0
2011-10-04
rt: Switch the AIO stuff to the C stack
Patrick Walton
-18
/
+16
2011-10-03
rt: Switch the libuv bindings over to not using explicit task pointers
Patrick Walton
-17
/
+27
2011-10-03
rt: Fix comment typo in rust_uv.cpp
Patrick Walton
-1
/
+1
2011-09-23
Update to libuv commit 3ca382.
Erick Tryzelaar
-43
/
+35
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-12
/
+9
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-6
/
+26
2011-08-05
Fix uv_buf_t declaration on win32
Brian Anderson
-0
/
+8
2011-08-05
Update libuv to revision ee599ec1141cc48f895de1f9d148033babdf9c2a
Rob Arnold
-15
/
+15
2011-08-05
Basic async IO module using libuv
Rob Arnold
-0
/
+300
[prev]