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
2013-11-18
Move runtime files to C instead of C++
Alex Crichton
-212
/
+0
2013-11-10
Another round of test fixes from previous commits
Alex Crichton
-4
/
+2
2013-11-10
Update to the latest libuv
Alex Crichton
-152
/
+25
2013-11-10
Work around bugs in 32-bit enum FFI
Alex Crichton
-0
/
+5
2013-11-10
Migrate uv timer bindings away from ~fn()
Alex Crichton
-5
/
+0
2013-11-10
uv: Remove lots of uv/C++ wrappers
Alex Crichton
-352
/
+0
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-0
/
+4
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-0
/
+4
2013-11-03
Modify IoFactory's fs_mkdir, and add fs_rename
Alex Crichton
-0
/
+5
2013-10-25
Cache and buffer stdout per-task for printing
Alex Crichton
-1
/
+1
2013-10-24
Another round of test fixes and merge conflicts
Alex Crichton
-10
/
+0
2013-10-24
wrapping libuv signal for use in Rust
Do Nhat Minh
-0
/
+15
2013-10-24
Test fixes and merge conflicts
Alex Crichton
-13
/
+0
2013-10-24
Move as much I/O as possible off of native::io
Alex Crichton
-0
/
+5
2013-10-24
Don't attempt to export uv functions directly
Alex Crichton
-0
/
+31
2013-10-24
Finish implementing io::net::addrinfo
Alex Crichton
-0
/
+13
2013-09-18
Implement process bindings to libuv
Alex Crichton
-0
/
+35
2013-09-16
std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanup
Jeff Olson
-0
/
+9
2013-09-16
std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriter
Jeff Olson
-21
/
+21
2013-09-16
merge cleanup
Jeff Olson
-21
/
+21
2013-09-16
std/rt: in-progress file io work
Jeff Olson
-0
/
+42
2013-09-06
Upgrade libuv to the current master (again)
Alex Crichton
-9
/
+2
2013-09-05
std::rt: Add libuv bindings for getaddrinfo
Brian Anderson
-0
/
+5
2013-08-29
Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...
Brian Anderson
-36
/
+9
2013-08-27
Implement process bindings to libuv
Alex Crichton
-0
/
+34
2013-08-27
Upgrade libuv to the current master + our patches
Alex Crichton
-9
/
+2
2013-08-22
make check appeasement
Jeff Olson
-1
/
+1
2013-08-22
rt: re-adding lines erroneous stripped out in merge conflict
Jeff Olson
-0
/
+9
2013-08-22
std: stripping unneeded fcntl.h include from rust_uv.cpp
Jeff Olson
-1
/
+0
2013-08-22
std: remove fcntl const bindings + making valgrind clean w/ no owned vecs
Jeff Olson
-36
/
+0
2013-08-22
std: add read and unlink to low-level FileDescriptor + end-to-end CRUD test
Jeff Olson
-5
/
+30
2013-08-22
std: working tests for low-level libuv open, write and close operations
Jeff Olson
-4
/
+43
2013-08-19
Instruct event loops to ignore SIGPIPE when constructed.
Eric Reed
-0
/
+9
2013-08-16
rt: Remove unused uv helpers
Brian Anderson
-93
/
+0
2013-08-09
Remove the C++ runtime. Sayonara
Brian Anderson
-136
/
+0
2013-07-25
libstd: Implement some missing udp methods.
Luqman Aden
-0
/
+6
2013-07-25
libstd: Implement {peer, socket}_name for new rt tcp & udp.
Luqman Aden
-38
/
+22
2013-07-08
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-1
/
+2
2013-07-03
Add x64 windows to platform.mk and mingw64 header fixes.
Luqman Aden
-1
/
+2
2013-07-02
IPv6 support for UDP and TCP.
Eric Reed
-0
/
+94
2013-06-25
satisfy the formatting check
Eric Reed
-2
/
+2
2013-06-14
Added a utility function to extract the udp handle from udp send requests.
Eric Reed
-0
/
+5
2013-06-13
Corrected libuv UDP bindings.
Eric Reed
-0
/
+37
2013-05-15
core::rt: Add uv timer bindings
Brian Anderson
-1
/
+1
2013-04-19
librustc: WIP patch for using the return value.
Patrick Walton
-2
/
+1
2013-03-18
core: Simplify uvll bindings and strip out currently-unused bits
Brian Anderson
-0
/
+48
2013-03-11
core: Add rt mod and add the new scheduler code
Brian Anderson
-16
/
+25
2013-02-10
rt/std: update of libuv API glue for libuv submodule update
Jeff Olson
-6
/
+6
2013-01-23
std: Convert uv_global_loop to use pipes
Brian Anderson
-9
/
+0
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-0
/
+10
[next]