summary refs log tree commit diff
path: root/src/libstd/rt/uv/file.rs
AgeCommit message (Expand)AuthorLines
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-1/+1
2013-09-16std: FsRequest.req_boilerplate() be &mut selfJeff Olson-17/+58
2013-09-16std: correctly pass STDOUT in to naive_print test fnJeff Olson-1/+1
2013-09-16std: unignore some file io tests that work on windows, nowJeff Olson-2/+0
2013-09-16std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanupJeff Olson-8/+42
2013-09-16std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriterJeff Olson-2/+4
2013-09-16merge cleanupJeff Olson-1/+2
2013-09-16std/rt: in-progress file io workJeff Olson-183/+327
2013-09-16std::rt::uv::file: Enable tests on Win32klutzy-2/+0
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-12/+10
2013-09-06auto merge of #9000 : brson/rust/dns, r=anasazibors-6/+8
2013-09-05std::rt: Some I/O cleanupBrian Anderson-6/+8
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-2/+2
2013-08-29auto merge of #8819 : vadimcn/rust/unit-tests, r=brsonbors-0/+2
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-11/+14
2013-08-28Turned off libstd unit tests that currently fail on Windows.Vadim Chugunov-0/+2
2013-08-27Implement process bindings to libuvAlex Crichton-14/+11
2013-08-22make check appeasementJeff Olson-1/+2
2013-08-22std: all of the calls in rt::uv::file take a &LoopJeff Olson-37/+37
2013-08-22std: moved static file actions (open,unlink) to FsRequestJeff Olson-61/+61
2013-08-22std: reform fn sigs of FileDescriptor methods (better result signalling)Jeff Olson-42/+46
2013-08-22std: rename tmp file paths to go into ./tmp folder in builddirJeff Olson-2/+2
2013-08-22change FileDescriptor instance methods to use &mut selfJeff Olson-11/+11
2013-08-22std: writing to stdout only works when using -1 offset..Jeff Olson-1/+1
2013-08-22std: rt::io::file::FileStream fleshed out.. needs more work.. see extendedJeff Olson-17/+23
2013-08-22std: remove fcntl const bindings + making valgrind clean w/ no owned vecsJeff Olson-124/+68
2013-08-22std: support async/threadpool & sync paths in uv_fs_* calls + add sync testJeff Olson-35/+169
2013-08-22std: add read and unlink to low-level FileDescriptor + end-to-end CRUD testJeff Olson-53/+106
2013-08-22std: working tests for low-level libuv open, write and close operationsJeff Olson-12/+107
2013-08-22std: bootstrapping libuv-based fileio in newrt... open & closeJeff Olson-9/+160
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+48