about summary refs log tree commit diff
path: root/src/libstd/rt/uv/uvio.rs
AgeCommit message (Expand)AuthorLines
2013-08-20auto merge of #8566 : toddaaro/rust/idle-opt+cleaning, r=catamorphism,brsonbors-7/+82
2013-08-19clean whitespace :/toddaaro-3/+3
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+13
2013-08-16Moved the logic for a pausible idle callback into a new type - PausibleIdleCa...toddaaro-18/+72
2013-08-16std::rt: Fix a race in UvRemoteCallback's dtor that misses callbacksBrian Anderson-7/+28
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-2/+2
2013-08-06Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-1/+1
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+1
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-40/+22
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-13/+13
2013-08-04auto merge of #8243 : stepancheg/rust/ipv, r=brsonbors-35/+17
2013-08-03remove obsolete `foreach` keywordDaniel Micay-5/+5
2013-08-03Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddrStepan Koltsov-35/+17
2013-08-02replace `range` with an external iteratorDaniel Micay-6/+6
2013-08-01fixed incorrect handling of returned scheduler option and restructed schedule...toddaaro-1/+1
2013-08-01minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi...toddaaro-3/+1
2013-08-01A major refactoring that changes the way the runtime uses TLS. In thetoddaaro-24/+16
2013-07-30std::rt: Change Thread interface to require an explicit joinBrian Anderson-1/+2
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-2/+2
2013-07-25libstd: Implement some missing udp methods.Luqman Aden-10/+111
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: Implement {peer, socket}_name for new rt tcp & udp.Luqman Aden-16/+118
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-38/+38
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-2/+2
2013-07-19Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t...Eric Reed-36/+36
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-4/+4
2013-07-03Merge remote-tracking branch 'mozilla/master'Brian Anderson-4/+4
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-21/+48
2013-07-01Refactored the runtime to view coroutines as a component of tasks, instead of...toddaaro-1/+4
2013-06-26changed NOTE to TODOEric Reed-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-3/+3
2013-06-25converted UvUdpSocket into a newtype structEric Reed-14/+5
2013-06-25satisfy the formatting checkEric Reed-2/+2
2013-06-25UDP networking with testsEric Reed-20/+150
2013-06-19socket based UDP ioEric Reed-39/+73
2013-06-17Merge remote-tracking branch 'upstream/io' into ioEric Reed-26/+26
2013-06-17Started to implemented UdpStreamEric Reed-0/+80
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-21/+99
2013-06-10debugged a compiler ICE when merging local::borrow changes into the main io b...toddaaro-1/+1
2013-06-06std::rt: Fix a race in the UvRemoteCallback dtorBrian Anderson-11/+15
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-14/+14
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-6/+5
2013-05-30core::rt: deny(unused_imports, unused_mut, unused_variable)Brian Anderson-4/+1