about summary refs log tree commit diff
path: root/src/libstd/rt/uv/uvio.rs
AgeCommit message (Expand)AuthorLines
2013-10-29Register new snapshotsAlex Crichton-2527/+0
2013-10-29auto merge of #10058 : alexcrichton/rust/uv-crate, r=brsonbors-0/+6
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-0/+6
2013-10-28Register new snapshotsAlex Crichton-4/+3
2013-10-28auto merge of #10083 : alexcrichton/rust/timer-port, r=pcwaltonbors-1/+36
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-8/+11
2013-10-27Ignore a test which never completes on windowsAlex Crichton-0/+1
2013-10-26auto merge of #10070 : alexcrichton/rust/fewer-missiles, r=brsonbors-35/+41
2013-10-25Enhance timers to create portsAlex Crichton-1/+36
2013-10-25Fire fewer homing missilesAlex Crichton-35/+41
2013-10-25auto merge of #10060 : alexcrichton/rust/cached-stdout, r=brsonbors-1/+1
2013-10-25Cache and buffer stdout per-task for printingAlex Crichton-1/+1
2013-10-24Remove the 'callback_ms' function from EventLoopAlex Crichton-9/+0
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-26/+32
2013-10-24Bring io::signal up to date with changes to rt::rtioAlex Crichton-2/+2
2013-10-24wrapping libuv signal for use in RustDo Nhat Minh-0/+45
2013-10-24Test fixes and merge conflictsAlex Crichton-1/+1
2013-10-24Move stdin to using libuv's pipes instead of a ttyAlex Crichton-52/+27
2013-10-24Move as much I/O as possible off of native::ioAlex Crichton-44/+42
2013-10-24Migrate the last typedefs to ~Trait in rtioAlex Crichton-6/+6
2013-10-24Don't attempt to export uv functions directlyAlex Crichton-4/+0
2013-10-24Remove IoFactoryObject for ~IoFactoryAlex Crichton-74/+83
2013-10-24Remove rt::io::supportAlex Crichton-26/+21
2013-10-24Migrate Rtio objects to true trait objectsAlex Crichton-35/+38
2013-10-24Move rt::io::stdio from FileStream to a TTYAlex Crichton-0/+74
2013-10-24Remove unbound pipes from io::pipeAlex Crichton-5/+10
2013-10-24Finish implementing io::net::addrinfoAlex Crichton-8/+13
2013-10-24Implement io::net::unixAlex Crichton-29/+176
2013-10-23Merge remote-tracking branch 'upstream/master'Ziad Hatahet-23/+23
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-0/+3
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-13/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-23/+36
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-6/+7
2013-10-15path2: Replace the path module outrightKevin Ballard-6/+8
2013-10-09option: rewrite the API to use compositionDaniel Micay-3/+3
2013-09-30std: Remove usage of fmt!Alex Crichton-4/+4
2013-09-18Implement process bindings to libuvAlex Crichton-65/+266
2013-09-17auto merge of #9235 : olsonjeffery/rust/newrt_file_io_1, r=thestingerbors-17/+130
2013-09-17remove unnecessary transmutesDaniel Micay-14/+4
2013-09-16std: remove impl'd/commented-out fstat signaturesJeff Olson-3/+0
2013-09-16std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanupJeff Olson-0/+38
2013-09-16std: expose more stat infoJeff Olson-1/+5
2013-09-16std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriterJeff Olson-38/+66
2013-09-16std/rt: in-progress file io workJeff Olson-13/+59
2013-09-16switch Drop to `&mut self`Daniel Micay-7/+7
2013-09-16std::rt::uv::uvio: Enable tests on Win32klutzy-2/+0
2013-09-06Make I/O tests use run_in_mt_newsched_task to get more multi-threaded test co...Eric Reed-13/+51
2013-09-06Forgot to make accept() home for IOEric Reed-1/+3
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-15/+15