about summary refs log tree commit diff
path: root/src/rt/rust_uv.cpp
AgeCommit message (Collapse)AuthorLines
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ↵Eric Holk-6/+26
new chan and port system, started on a networking module for the standard library.
2011-08-05Fix uv_buf_t declaration on win32Brian Anderson-0/+8
The fields of this structure are mysteriously defined in the opposite order on windows as on unix
2011-08-05Update libuv to revision ee599ec1141cc48f895de1f9d148033babdf9c2aRob Arnold-15/+15
2011-08-05Basic async IO module using libuvRob Arnold-0/+300