summary refs log tree commit diff
path: root/src/libstd/rt/io/net/tcp.rs
AgeCommit message (Expand)AuthorLines
2013-09-16std::rt::io::net::tcp: Fix one tcp test on Win32klutzy-2/+7
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-18/+91
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-1/+1
2013-06-23Split out starting a listener from accepting incoming connections.Eric Reed-50/+56
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-2/+2
2013-08-19Do not execute the callback before cleaning up resources.Eric Reed-6/+2
2013-08-04auto merge of #8243 : stepancheg/rust/ipv, r=brsonbors-15/+15
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-03Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddrStepan Koltsov-15/+15
2013-08-02replace `range` with an external iteratorDaniel Micay-5/+5
2013-08-01modified local to include an implementation for try_unsafe_borrow::<Task> so ...toddaaro-2/+2
2013-08-01minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi...toddaaro-3/+3
2013-08-01A major refactoring that changes the way the runtime uses TLS. In thetoddaaro-30/+30
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-4/+4
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-4/+4
2013-07-26libstd: Tests for {peer, socket}_name.Luqman Aden-0/+57
2013-07-25libstd: Get rid of duplication in {peer, socket}_name and remove extra *.Luqman Aden-3/+3
2013-07-25libstd: Implement {peer, socket}_name for new rt tcp & udp.Luqman Aden-2/+36
2013-07-02IPv6 support for UDP and TCP.Eric Reed-7/+200
2013-06-26converted TCP interface to newtype structsEric Reed-24/+9
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-2/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+359