about summary refs log tree commit diff
path: root/src/libstd/rt/uv
AgeCommit message (Expand)AuthorLines
2013-07-25libstd: Implement some missing tcp methods.Luqman Aden-9/+66
2013-07-25libstd: Get rid of duplication in {peer, socket}_name and remove extra *.Luqman Aden-100/+46
2013-07-25libstd: Handle IPv4-Mapped/Compatible IPv6 addresses.Luqman Aden-1/+30
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-64/+152
2013-07-23std: move StrUtil::as_c_str into StrSliceErick Tryzelaar-2/+2
2013-07-22std: fix for blocked task resumeJeff Olson-2/+2
2013-07-22std: add RtioTimer and UvTimer impl atop rt::uvJeff Olson-0/+63
2013-07-20auto merge of #7908 : anasazi/rust/fix_udp_mut, r=brsonbors-54/+52
2013-07-20Change the HOF context switchers to pass a BlockedTask instead of a ~Task.Ben Blum-12/+12
2013-07-19Missed the methods of UdpWatcher.Eric Reed-18/+16
2013-07-19Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t...Eric Reed-36/+36
2013-07-17test: Fix tests.Patrick Walton-3/+3
2013-07-17test: Fix tests.Patrick Walton-1/+1
2013-07-16Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764Austin King-8/+8
2013-07-09std::rt: Ignore 0-byte udp readsBrian Anderson-0/+7
2013-07-09std::rt: size_t, not u64Brian Anderson-2/+2
2013-07-08TidyBrian Anderson-5/+9
2013-07-08Merge remote-tracking branch 'mozilla/master'Brian Anderson-1/+2
2013-07-08changed .each() to .iter().advance()Eric Reed-10/+10
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