about summary refs log tree commit diff
path: root/src/libstd/rt/io/net
AgeCommit message (Expand)AuthorLines
2013-11-11Move std::rt::io to std::ioAlex Crichton-1935/+0
2013-11-10disable tests on android since tcp/ip permission cannot be acquired without h...Young-il Choi-0/+1
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-2/+1
2013-10-30Make Writer::flush a no-op default methodAlex Crichton-5/+0
2013-10-29auto merge of #10058 : alexcrichton/rust/uv-crate, r=brsonbors-2/+4
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-2/+4
2013-10-28auto merge of #10133 : alexcrichton/rust/another-error, r=thestingerbors-1/+2
2013-10-28Handle another possible error in a unix pipe testAlex Crichton-1/+2
2013-10-26Implement another error code found on windows.Alex Crichton-6/+10
2013-10-24Test fixes and merge conflictsAlex Crichton-2/+5
2013-10-24Move stdin to using libuv's pipes instead of a ttyAlex Crichton-1/+1
2013-10-24Remove io::read_errorAlex Crichton-6/+6
2013-10-24Migrate the last typedefs to ~Trait in rtioAlex Crichton-4/+4
2013-10-24Remove IoFactoryObject for ~IoFactoryAlex Crichton-69/+47
2013-10-24Remove rt::io::supportAlex Crichton-3/+3
2013-10-24Migrate Rtio objects to true trait objectsAlex Crichton-15/+11
2013-10-24Finish implementing io::net::addrinfoAlex Crichton-46/+129
2013-10-24Implement io::net::unixAlex Crichton-16/+268
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-25/+25
2013-10-16auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichtonbors-6/+20
2013-10-09option: rewrite the API to use compositionDaniel Micay-5/+5
2013-10-05rt::io::net::tcp: Fix eof_twice tests on Win32klutzy-6/+20
2013-10-02Stop using newtype wrappers in std::rt::ioSteven Fackler-20/+28
2013-09-30std: Remove usage of fmt!Alex Crichton-52/+36
2013-09-26Visibility fixesSteven Fackler-1/+1
2013-09-16std::rt::io::net::tcp: Fix one tcp test on Win32klutzy-2/+7
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-1/+1
2013-09-11auto merge of #9114 : sfackler/rust/flush-fix, r=brsonbors-1/+1
2013-09-10Don't fail in TcpStream.flushSteven Fackler-1/+1
2013-09-06Make I/O tests use run_in_mt_newsched_task to get more multi-threaded test co...Eric Reed-26/+125
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-1/+1
2013-09-05std::rt: Add get_host_addresses functionBrian Anderson-2/+43
2013-09-05std::rt: Add libuv bindings for getaddrinfoBrian Anderson-0/+21
2013-09-04stop treating char as an integer typeDaniel Micay-6/+7
2013-06-23Split out starting a listener from accepting incoming connections.Eric Reed-51/+63
2013-08-29auto merge of #8819 : vadimcn/rust/unit-tests, r=brsonbors-0/+5
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-4/+4
2013-08-28Turned off libstd unit tests that currently fail on Windows.Vadim Chugunov-0/+5
2013-08-27Implement process bindings to libuvAlex Crichton-3/+3
2013-08-27Upgrade libuv to the current master + our patchesAlex Crichton-1/+1
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-20/+40
2013-08-21auto merge of #8600 : sfackler/rust/http, r=brsonbors-29/+0
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-29/+0
2013-08-09Fix Ipv6Addr to_str for ::1:x.x.x.x addressesStepan Koltsov-1/+8
2013-08-06Implement FromStr for IpAddr and SocketAddrStepan Koltsov-0/+365
2013-08-04auto merge of #8243 : stepancheg/rust/ipv, r=brsonbors-37/+53
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-03Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddrStepan Koltsov-37/+53