| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-02-28 | changing rust loop to 1 thread | Jeff Olson | -1/+1 | |
| 2012-02-28 | add uv::loop_delete() | Jeff Olson | -30/+67 | |
| because of the last change, the loop ptr is no longer cleaned up when the loop exits. This api call addresses that. Sadly, the loop ptr is not "reusable" across multiple calls to uv::run(). | ||||
| 2012-02-28 | correcting for libuv behavior that differs between linux & windows | Jeff Olson | -4/+34 | |
| net complexity increase :/ | ||||
| 2012-02-28 | moving new uv stuff into uv.rs and rust_uv.cpp | Jeff Olson | -150/+520 | |
| - removing the remains of uvtmp.rs and rust_uvtmp.rs - removing the displaced, low-level libuv bindings in uv.rs and rust_uv.cpp | ||||
| 2012-02-02 | Update libuv. | Graydon Hoare | -43/+35 | |
| 2012-02-02 | Win32 warning police. | Graydon Hoare | -45/+42 | |
| 2012-01-17 | libstd: Move std tests into libstd | Brian Anderson | -0/+44 | |
| 2012-01-01 | freebsd support | User Jyyou | -1/+4 | |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / ↵ | Graydon Hoare | -1/+1 | |
| #debug. | ||||
| 2011-12-19 | preparing for removing math from std | Stefan Plantikow | -0/+2 | |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -0/+150 | |
