about summary refs log tree commit diff
path: root/src/libstd/rt/uv/mod.rs
AgeCommit message (Expand)AuthorLines
2013-10-29Register new snapshotsAlex Crichton-416/+0
2013-10-28Register new snapshotsAlex Crichton-4/+3
2013-10-26Implement another error code found on windows.Alex Crichton-0/+1
2013-10-24wrapping libuv signal for use in RustDo Nhat Minh-0/+6
2013-10-24Test fixes and merge conflictsAlex Crichton-0/+7
2013-10-24Move as much I/O as possible off of native::ioAlex Crichton-0/+11
2013-10-24Move rt::io::stdio from FileStream to a TTYAlex Crichton-0/+28
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-1/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-1/+2
2013-10-05std::rt: Add NotConnected to IoErrorKindklutzy-0/+1
2013-09-30std: Remove usage of fmt!Alex Crichton-2/+2
2013-09-18Implement process bindings to libuvAlex Crichton-2/+10
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-39/+13
2013-09-05std::rt: Add libuv bindings for getaddrinfoBrian Anderson-0/+1
2013-09-05std::rt: Some I/O cleanupBrian Anderson-1/+2
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-23/+42
2013-08-27Implement process bindings to libuvAlex Crichton-6/+12
2013-08-27Upgrade libuv to the current master + our patchesAlex Crichton-39/+14
2013-08-22std: bootstrapping libuv-based fileio in newrt... open & closeJeff Olson-5/+17
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+4
2013-08-16doc: convert remaining uses of core:: to std::.Huon Wilson-1/+1
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-6/+6
2013-08-03Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddrStepan Koltsov-2/+2
2013-08-01A major refactoring that changes the way the runtime uses TLS. In thetoddaaro-2/+3
2013-07-25libstd: Fix errors when rtdebug! is not a noop.Luqman Aden-1/+1
2013-07-25libstd: Implement {peer, socket}_name for new rt tcp & udp.Luqman Aden-3/+3
2013-07-08Merge remote-tracking branch 'mozilla/master'Brian Anderson-1/+2
2013-07-04Convert vec::{as_imm_buf, as_mut_buf} to methods.Huon Wilson-1/+2
2013-06-25UDP networking with testsEric Reed-4/+2
2013-06-17Merge remote-tracking branch 'upstream/io' into ioEric Reed-27/+10
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-56/+7
2013-06-14Added a UdpWatcher and UdpSendRequest with associated callbacksEric Reed-3/+12
2013-06-13Remove unused importsSteven Stewart-Gallus-2/+0
2013-06-10Replace str::raw::buf_as_slice with c_str_to_static_slice. Close #3843.Ben Blum-15/+1
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-1/+1
2013-06-03rename the Ptr trait to RawPtrDaniel Micay-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-9/+8
2013-05-29Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-56/+7
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+420