| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2012-10-20 | uv: implement a way to get client's ip/port. | Luqman Aden | -0/+22 |
| 2012-06-29 | std: uv::ll fixes for 32bit linux | Jeff Olson | -2/+0 |
| 2012-06-29 | std/rt: cleanup and adding sockaddr_in6 mapping for win32 | Jeff Olson | -5/+7 |
| 2012-06-29 | std: addressing #2656 (ipv6 support in net::tcp) | Jeff Olson | -15/+18 |
| 2012-06-29 | rt: get rid of unused helpers for AF_INET and add bool-based ones, instead | Jeff Olson | -10/+5 |
| 2012-06-29 | rt: whitespace cleanup in rust_uv | Jeff Olson | -15/+15 |
| 2012-06-29 | rt: adding uv_freeaddrinfo binding and tweek signature for uv_getaddrinfo | Jeff Olson | -2/+8 |
| 2012-06-29 | rt: more helper functions to get uv_getaddrinfo going | Jeff Olson | -0/+17 |
| 2012-06-29 | rt: more sizeof helpers + misc consts for uv_getaddrinfo | Jeff Olson | -0/+30 |
| 2012-06-29 | rt: add remaining ip string parser/formatter helpers from uv | Jeff Olson | -0/+20 |
| 2012-06-27 | More keyword paring and migration in runtime, docs, code modes. | Graydon Hoare | -23/+23 |
| 2012-05-22 | std: splitting out tcp server API + tests | Jeff Olson | -2/+2 |
| 2012-05-22 | std: splitting out tcp server API WIP | Jeff Olson | -2/+2 |
| 2012-05-22 | rt: adding rust_uv_* binding for kernel malloc and free'ing :/ | Jeff Olson | -0/+10 |
| 2012-04-27 | rt/std: whitespace cleanup + work on hl/global_loop docs | Jeff Olson | -1/+1 |
| 2012-04-27 | rt: remove unneccesary c++ functions and rust_kernel data, re: global loop | Jeff Olson | -10/+0 |