summary refs log tree commit diff
path: root/src/libstd/rt/rtio.rs
AgeCommit message (Expand)AuthorLines
2013-09-17std: remove RtioStreamJeff Olson-5/+0
2013-09-16std: remove impl'd/commented-out fstat signaturesJeff Olson-1/+0
2013-09-16std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanupJeff Olson-0/+2
2013-09-16std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriterJeff Olson-0/+2
2013-09-16std/rt: in-progress file io workJeff Olson-1/+8
2013-09-05std::rt: Add get_host_addresses functionBrian Anderson-0/+1
2013-06-23Split out starting a listener from accepting incoming connections.Eric Reed-0/+5
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-19/+3
2013-08-27Implement process bindings to libuvAlex Crichton-3/+19
2013-08-22std: put FileMode/Access->whence-mask in uvio, open/unlink as fns in file::Jeff Olson-1/+2
2013-08-22std: slight refactor on UvFilestream seek behavior, pre-seek-refactorJeff Olson-1/+2
2013-08-22std: rework file io.. support [p]read,[p]write, impl seek/tell + more testsJeff Olson-5/+10
2013-08-22std: rt::io::file::FileStream fleshed out.. needs more work.. see extendedJeff Olson-2/+3
2013-08-22std: CRUD file io bindings in uvio, fs_open()/unlink() in IoFactory + testJeff Olson-0/+23
2013-08-20auto merge of #8631 : anasazi/rust/homing-io, r=brsonbors-1/+1
2013-08-19Make IO thread-safe.Eric Reed-2/+2
2013-08-19Homed UDP socketsEric Reed-1/+1
2013-08-16Moved the logic for a pausible idle callback into a new type - PausibleIdleCa...toddaaro-5/+8
2013-08-03Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddrStepan Koltsov-8/+8
2013-07-25libstd: Implement some missing udp methods.Luqman Aden-8/+8
2013-07-25libstd: Implement some missing tcp methods.Luqman Aden-6/+6
2013-07-25libstd: Implement {peer, socket}_name for new rt tcp & udp.Luqman Aden-2/+2
2013-07-22std: add RtioTimer and UvTimer impl atop rt::uvJeff Olson-0/+6
2013-07-19Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t...Eric Reed-20/+20
2013-07-02converted TODOs into XXXsEric Reed-1/+0
2013-07-02IPv6 support for UDP and TCP.Eric Reed-3/+27
2013-06-19socket based UDP ioEric Reed-7/+7
2013-06-17Added a RtioUdpStream traitEric Reed-0/+7
2013-05-29Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-0/+11
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+45