about summary refs log tree commit diff
path: root/src/libstd/rt/uv
AgeCommit message (Expand)AuthorLines
2013-07-08renamed finalize to drop in Drop impl for UvUdpSocketEric Reed-1/+1
2013-07-08Merge remote-tracking branch 'upstream/io' into ioEric Reed-5/+6
2013-07-03Merge remote-tracking branch 'mozilla/master'Brian Anderson-5/+6
2013-07-04Convert vec::{as_imm_buf, as_mut_buf} to methods.Huon Wilson-1/+2
2013-07-02converted TODOs into XXXsEric Reed-7/+7
2013-07-02Merge remote-tracking branch 'upstream/io' into ioEric Reed-1/+4
2013-07-02IPv6 support for UDP and TCP.Eric Reed-117/+463
2013-07-01Refactored the runtime to view coroutines as a component of tasks, instead of...toddaaro-1/+4
2013-06-28std: silence some test warnings.Huon Wilson-2/+2
2013-06-26changed NOTE to TODOEric Reed-5/+5
2013-06-26cleaned up uv/netEric Reed-68/+32
2013-06-25Change finalize -> drop.Luqman Aden-3/+3
2013-06-25converted UvUdpSocket into a newtype structEric Reed-14/+5
2013-06-25changed outdated match on IpAddrEric Reed-4/+2
2013-06-25removed obsolete FIXMEs. formatting changes.Eric Reed-54/+24
2013-06-25satisfy the formatting checkEric Reed-13/+17
2013-06-25removed unncessary unsafe block that was stopping compliation.Eric Reed-1/+1
2013-06-25Merge remote-tracking branch 'upstream/io' into ioEric Reed-4/+4
2013-06-25UDP networking with testsEric Reed-57/+267
2013-06-24std::rt: deny(unused_unsafe)Brian Anderson-2/+2
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+2
2013-06-20Merge remote-tracking branch 'brson/io' into io-upstreamBrian Anderson-77/+273
2013-06-19socket based UDP ioEric Reed-39/+73
2013-06-19Changed visibility from being on the impl to being on methods per language sy...Eric Reed-13/+13
2013-06-17Merge remote-tracking branch 'upstream/io' into ioEric Reed-82/+68
2013-06-17Started to implemented UdpStreamEric Reed-0/+80
2013-06-17added a function to convert C's ipv4 data structure into the Rust ipv4 data s...Eric Reed-0/+8
2013-06-17added wrappers about uv_ip{4,6}_{port,name}Eric Reed-0/+16
2013-06-16std::rt: Reduce the delay on a timer test. SlowBrian Anderson-2/+2
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-77/+273
2013-06-14Added a UdpWatcher and UdpSendRequest with associated callbacksEric Reed-5/+184
2013-06-14added bindings to extract udp handle from udp send requestsEric Reed-4/+12
2013-06-13Corrected libuv UDP bindings.Eric Reed-2/+2
2013-06-13Remove unused importsSteven Stewart-Gallus-2/+0
2013-06-12Added libuv UDP function bindings.Eric Reed-0/+47
2013-06-10debugged a compiler ICE when merging local::borrow changes into the main io b...toddaaro-1/+1
2013-06-10Replace str::raw::buf_as_slice with c_str_to_static_slice. Close #3843.Ben Blum-15/+1
2013-06-06std::rt: Fix a race in the UvRemoteCallback dtorBrian Anderson-11/+15
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-1/+1
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-17/+17
2013-06-03rename the Ptr trait to RawPtrDaniel Micay-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-40/+37
2013-05-30core::rt: deny(unused_imports, unused_mut, unused_variable)Brian Anderson-4/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+4
2013-05-29Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-77/+271
2013-05-22libstd: Fix merge fallout.Patrick Walton-0/+1218
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+904