about summary refs log tree commit diff
path: root/src/libstd/rt/uv/uvll.rs
AgeCommit message (Expand)AuthorLines
2013-10-29Register new snapshotsAlex Crichton-1176/+0
2013-10-26Implement another error code found on windows.Alex Crichton-0/+2
2013-10-25Cache and buffer stdout per-task for printingAlex Crichton-2/+3
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-32/+18
2013-10-24wrapping libuv signal for use in RustDo Nhat Minh-0/+24
2013-10-24Test fixes and merge conflictsAlex Crichton-12/+13
2013-10-24Move as much I/O as possible off of native::ioAlex Crichton-0/+5
2013-10-24Don't attempt to export uv functions directlyAlex Crichton-10/+36
2013-10-24Move rt::io::stdio from FileStream to a TTYAlex Crichton-0/+7
2013-10-24Implement io::net::unixAlex Crichton-0/+19
2013-10-23Made uv_stat_t.{st_dev, st_ino} public, #9958Ziad Hatahet-2/+2
2013-10-23Making ai_next field publicreedlepee-1/+1
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-29/+19
2013-10-23Making fields in std and extra : private #4386reedlepee-45/+55
2013-10-05std::rt: Add NotConnected to IoErrorKindklutzy-0/+2
2013-09-18Implement process bindings to libuvAlex Crichton-0/+91
2013-09-18Register new snapshotsAlex Crichton-41/+0
2013-09-16std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanupJeff Olson-0/+14
2013-09-16std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriterJeff Olson-2/+2
2013-09-16std/rt: in-progress file io workJeff Olson-0/+87
2013-09-16std::rt::uv::uvll: Fix uv_req_type on Win32klutzy-3/+27
2013-09-13std::rt::io: Fix file I/O on Win32klutzy-0/+9
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-41/+28
2013-09-05std::rt: Fix addrinfo definition on BSDBrian Anderson-1/+15
2013-09-05std::rt: Add libuv bindings for getaddrinfoBrian Anderson-0/+58
2013-08-29auto merge of #8819 : vadimcn/rust/unit-tests, r=brsonbors-0/+1
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-122/+40
2013-08-28Turned off libstd unit tests that currently fail on Windows.Vadim Chugunov-0/+1
2013-08-27Implement process bindings to libuvAlex Crichton-0/+94
2013-08-27Upgrade libuv to the current master + our patchesAlex Crichton-40/+28
2013-08-22std: adding #[fixed_stack_segment] as needed in new uvll callsJeff Olson-0/+16
2013-08-22std: remove fcntl const bindings + making valgrind clean w/ no owned vecsJeff Olson-18/+0
2013-08-22std: add read and unlink to low-level FileDescriptor + end-to-end CRUD testJeff Olson-0/+13
2013-08-22std: working tests for low-level libuv open, write and close operationsJeff Olson-15/+19
2013-08-22std: bootstrapping libuv-based fileio in newrt... open & closeJeff Olson-0/+45
2013-08-21Adjust callbacks in the libraries for the new type of extern fnsNiko Matsakis-21/+102
2013-08-19Make IO thread-safe.Eric Reed-1/+1
2013-08-19Instruct event loops to ignore SIGPIPE when constructed.Eric Reed-0/+1
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+151
2013-08-18auto merge of #8551 : huonw/rust/speling, r=alexcrichtonbors-1/+1
2013-08-16doc: correct spelling in documentation.Huon Wilson-1/+1
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-2/+2
2013-08-09auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=ericktbors-2/+3
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-9/+0
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-2/+3
2013-07-25libstd: Implement some missing udp methods.Luqman Aden-3/+13
2013-07-25libstd: Implement {peer, socket}_name for new rt tcp & udp.Luqman Aden-31/+17
2013-07-23std: move StrUtil::as_c_str into StrSliceErick Tryzelaar-2/+2
2013-07-02IPv6 support for UDP and TCP.Eric Reed-6/+86
2013-06-25removed obsolete FIXMEs. formatting changes.Eric Reed-54/+24