| Age | Commit message (Expand) | Author | Lines |
| 2013-03-18 | Give core::rt and std::net their own uvll bindings | Brian Anderson | -1/+1 |
| 2013-03-11 | core: Add rt mod and add the new scheduler code | Brian Anderson | -1/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-10-01 | De-export std::{uv, uv_ll, uv_iotask, uv_global_loop}. Part of #3583. | Graydon Hoare | -8/+3 |
| 2012-09-04 | libstd: "import" -> "use" | Patrick Walton | -3/+3 |
| 2012-07-04 | convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -24/+24 |
| 2012-05-25 | std: Rename uv::hl to uv::iotask. Additional cleanup | Brian Anderson | -2/+2 |
| 2012-04-20 | std: dump old std::uv API.. move remaining tests into uv::ll | Jeff Olson | -1238/+0 |
| 2012-04-20 | uv::hl::get_global_loop() -> uv::global_loop::get() | Jeff Olson | -0/+3 |
| 2012-04-20 | rt: whitespace cleanup for existing libuv integration | Jeff Olson | -1/+1 |
| 2012-04-20 | adding low-level uv_timer_* stuff to libuv bindings | Jeff Olson | -6/+19 |
| 2012-04-20 | making brson's req. cleanups in #2134 plus change printf to LOG in c++ | Jeff Olson | -561/+563 |
| 2012-04-06 | ignore tcp server/client test on linux 32bit, pending #2064 | Jeff Olson | -70/+100 |
| 2012-04-06 | removing some unneeded native fn mappingsin uv.rs and misc clean | Jeff Olson | -31/+6 |
| 2012-04-06 | experimenting with a different uv_buf_init impl to placate 32bit linux | Jeff Olson | -4/+5 |
| 2012-04-06 | fixing some libuv stuff that leaked through the rebase | Jeff Olson | -13/+14 |
| 2012-04-06 | adding uv_hl module and some doc work | Jeff Olson | -17/+23 |
| 2012-04-06 | rename uv::direct:: to uv::ll:: and put into its own crate | Jeff Olson | -597/+140 |
| 2012-04-06 | getting rid of ip4 port byval test... 2064 workarounds in place, for now | Jeff Olson | -18/+0 |
| 2012-04-06 | line length fixes for make check | Jeff Olson | -2/+3 |
| 2012-04-06 | docs tweak for uv module | Jeff Olson | -2/+3 |
| 2012-04-06 | fix size of uv_async_t on windows. is this the cause of the libuv segfault? | Jeff Olson | -2/+20 |
| 2012-04-06 | add libuv error msg helpers.. flushing out windows tcp issue. | Jeff Olson | -19/+60 |
| 2012-04-06 | add low-level uv_async bindings for use in tcp test | Jeff Olson | -10/+102 |
| 2012-04-06 | refactored the tcp request and server tests into 1 test using loopback | Jeff Olson | -73/+106 |
| 2012-04-06 | hello world test for a tcp server in libuv | Jeff Olson | -12/+203 |
| 2012-04-06 | fixing libuv stuff in win32 (see #2064) .. pass sockaddr_in by-ref, for now | Jeff Olson | -9/+13 |
| 2012-04-06 | fixed unix uv struct err from prev commit, also starting uv docs | Jeff Olson | -1/+23 |
| 2012-04-06 | massaging out struct-size differences between unix and win32 | Jeff Olson | -19/+59 |
| 2012-04-06 | win32 tweaks | Jeff Olson | -17/+15 |
| 2012-04-06 | test_uv_tcp_request() fully working on linux | Jeff Olson | -19/+65 |
| 2012-04-06 | wired up uv_read_start and some helper funcs around uv_alloc_cb tasks | Jeff Olson | -26/+120 |
| 2012-04-06 | uv_buf_t's for uv_write() passed by-val .. no more mallocs or ptr cop-outs | Jeff Olson | -17/+5 |
| 2012-04-06 | fixed by-val from rust->c, use ++ sigil in native fn sig <-- NEVAR FORGET | Jeff Olson | -15/+31 |
| 2012-04-06 | fixed passing in uv_buf_t ptr array in uv_write.. return status 0 | Jeff Olson | -3/+6 |
| 2012-04-06 | uv_write works, buffer passing still broke, can get sockaddr_in by val | Jeff Olson | -16/+25 |
| 2012-04-06 | changing ctypes:: to libc:: and impl of uv::direct::write() | Jeff Olson | -66/+73 |
| 2012-04-06 | some more stuff for libuv dealing w/ 1402.. should go away soon | Jeff Olson | -8/+7 |
| 2012-04-06 | adding uv::direct and beginning to work out tcp request case | Jeff Olson | -1/+485 |
| 2012-03-14 | std: Rename the hashmap constructors to conform to new standards | Brian Anderson | -6/+6 |
| 2012-03-14 | allow immut vars to be moved. enforce mut vars after stage0 in std. | Niko Matsakis | -4/+4 |
| 2012-03-14 | annotate libstd and start enforcing mutability | Niko Matsakis | -7/+7 |
| 2012-03-13 | Overhaul constructor naming in libs | Brian Anderson | -1/+1 |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -34/+34 |
| 2012-03-09 | Add an infinite loop construct | Tim Chevalier | -31/+31 |
| 2012-03-07 | stdlib: Stop incurring vtable dispatch costs when hashmaps are used | Patrick Walton | -6/+7 |
| 2012-03-07 | Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used" | Patrick Walton | -7/+6 |
| 2012-03-07 | stdlib: Stop incurring vtable dispatch costs when hashmaps are used | Patrick Walton | -6/+7 |
| 2012-02-28 | std: Ignore uv tests on FreeBSD | Brian Anderson | -0/+2 |
| 2012-02-28 | changing rust loop to 1 thread | Jeff Olson | -1/+1 |