about summary refs log tree commit diff
path: root/src/libstd/rt/io
AgeCommit message (Expand)AuthorLines
2013-09-10Buffered I/O wrappersSteven Fackler-0/+358
2013-09-06Fix Acceptor iterator ending early if a connection attempt failsEric Reed-4/+9
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-1/+1
2013-09-06auto merge of #9000 : brson/rust/dns, r=anasazibors-7/+63
2013-09-05auto merge of #8997 : fhahn/rust/issue_8985, r=catamorphism,brsonbors-8/+8
2013-09-05std::rt: Add get_host_addresses functionBrian Anderson-9/+44
2013-09-05std::rt: Add libuv bindings for getaddrinfoBrian Anderson-0/+21
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-8/+8
2013-09-05Implement Stream automatically for Reader + WriterChris Morgan-0/+2
2013-09-04auto merge of #8977 : pnkfelix/rust/fsk-followup-on-6009-rebased, r=alexcrichtonbors-5/+3
2013-09-04auto merge of #8935 : blake2-ppc/rust/reader-bytes, r=brsonbors-1/+89
2013-09-04stop treating char as an integer typeDaniel Micay-6/+7
2013-09-04Added explicit pub to several conditions. Enables completion of #6009.Felix S. Klock II-5/+3
2013-09-03auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichtonbors-0/+4
2013-09-03Fixes #8881. condition! imports parent's pub identifiersjmgrosen-0/+4
2013-09-03auto merge of #8954 : anasazi/rust/tcp-acceptor, r=catamorphismbors-61/+111
2013-09-03rt::io: Rename Bytes to ByteIterator and add note about iterationblake2-ppc-8/+14
2013-09-02Implement BufReaderSteven Fackler-3/+39
2013-09-02rt::io: Add Bytes iterator for Readerblake2-ppc-1/+83
2013-08-29auto merge of #8819 : vadimcn/rust/unit-tests, r=brsonbors-0/+11
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-84/+7
2013-08-28Turned off libstd unit tests that currently fail on Windows.Vadim Chugunov-0/+11
2013-08-27Implement process bindings to libuvAlex Crichton-6/+83
2013-08-27Upgrade libuv to the current master + our patchesAlex Crichton-1/+1
2013-08-27librustc: Fix merge falloutPatrick Walton-2/+2
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-21/+41
2013-08-24auto merge of #8607 : sfackler/rust/extensions, r=brsonbors-123/+122
2013-08-23Rename {Reader,Writer}ByteConversions methodsSteven Fackler-123/+122
2013-08-23auto merge of #8691 : anasazi/rust/fix-timer-interface, r=brsonbors-7/+2
2013-08-22auto merge of #8596 : vadimcn/rust/master, r=alexcrichtonbors-2/+0
2013-08-22Enabled unit tests in std and extra.Vadim Chugunov-2/+0
2013-08-22std: put FileMode/Access->whence-mask in uvio, open/unlink as fns in file::Jeff Olson-89/+75
2013-08-22std: slight refactor on UvFilestream seek behavior, pre-seek-refactorJeff Olson-8/+2
2013-08-22std: rename tmp file paths to go into ./tmp folder in builddirJeff Olson-7/+7
2013-08-22std: more seek testsJeff Olson-1/+71
2013-08-22std: lint appeasement for unused param in condition handlerJeff Olson-1/+1
2013-08-22std: rework file io.. support [p]read,[p]write, impl seek/tell + more testsJeff Olson-16/+125
2013-08-22std: add FileStream::unlink + more testsJeff Olson-2/+52
2013-08-22std: rt::io::file::FileStream fleshed out.. needs more work.. see extendedJeff Olson-15/+94
2013-08-21std/extra: changing XXX to FIXME; cleanupTim Chevalier-26/+27
2013-08-21auto merge of #8600 : sfackler/rust/http, r=brsonbors-30/+0
2013-08-20Moved .sleep() to Timer.Eric Reed-7/+2
2013-08-19Make IO thread-safe.Eric Reed-7/+3
2013-08-19Do not execute the callback before cleaning up resources.Eric Reed-6/+2
2013-08-19Derive Clone for IpAddr and SocketAddrEric Reed-2/+2
2013-08-18Delete std::rt::io::net::httpSteven Fackler-30/+0
2013-08-18More spelling corrections.Huon Wilson-2/+2
2013-08-16doc: convert remaining uses of core:: to std::.Huon Wilson-1/+1
2013-08-16doc: correct spelling in documentation.Huon Wilson-3/+3