summary refs log tree commit diff
path: root/src/libstd/net_tcp.rs
AgeCommit message (Expand)AuthorLines
2012-12-14Rename core::comm to core::oldcommBrian Anderson-111/+110
2012-12-10Minor cleanups to pipes and serializationBrian Anderson-2/+2
2012-12-04librustc: Implement moves based on type. r=nmatsakisPatrick Walton-3/+3
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29impls of traits cannot define methods on the anonymous traitBrian Anderson-3/+0
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-1/+1
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-4/+4
2012-11-14Convert libstd to use the Drop traitBen Striegel-2/+5
2012-11-14Revert "Convert libstd to use the Drop trait"Brian Anderson-5/+2
2012-11-14Convert libstd to use the Drop traitBen Striegel-2/+5
2012-11-08std: Eliminate copy warningBrian Anderson-1/+1
2012-11-07Fix whitespace issues from previous commits.a_m0d-2/+48
2012-11-06Fix trailing whitespace issuesa_m0d-3/+3
2012-11-06Add end_of_file handling to TcpBufferedSocket.a_m0d-4/+16
2012-10-20Long linesBrian Anderson-1/+2
2012-10-20std: Use unique ports in tcp testsBrian Anderson-2/+2
2012-10-20std: rename getpeername to get_peer_addrLuqman Aden-9/+12
2012-10-20std: Add test for getpeernameBrian Anderson-0/+55
2012-10-20uv: use just getpeername for both ipv4 and ipv6.Luqman Aden-12/+22
2012-10-20uv: implement a way to get client's ip/port.Luqman Aden-0/+16
2012-10-12Make moves explicit in std testsTim Chevalier-1/+2
2012-10-11Remove comment that is now falseTim Chevalier-4/+2
2012-10-05Silence most of the remaining warningsBrian Anderson-1/+2
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-10/+11
2012-10-04De-mode comm::ChanTim Chevalier-15/+15
2012-10-03De-export net::*. Part of #3583.Graydon Hoare-35/+17
2012-10-03Remove uses of + mode from libstdTim Chevalier-7/+7
2012-10-02Removing explicit uses of + modeTim Chevalier-4/+4
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-21/+21
2012-09-28std: More demodingBrian Anderson-1/+1
2012-09-28demode vecNiko Matsakis-1/+1
2012-09-28Fix missed pattern on std::net_tcp.Graydon Hoare-1/+1
2012-09-28Long linesBrian Anderson-2/+3
2012-09-28std: Eliminate deprecated patternsBrian Anderson-17/+17
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-2/+2
2012-09-25Demode core::resultBrian Anderson-14/+14
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+5
2012-09-19std: Mostly demode net::tcpBrian Anderson-30/+30
2012-09-15vec::u8 => vec::bytes (#3444)Erick Tryzelaar-1/+1
2012-09-12Rename vec::unsafe to vec::rawBrian Anderson-2/+2
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-1/+1
2012-09-11Make moves explicit in argumentsTim Chevalier-8/+11
2012-09-10Make remaining moves explicit in libstdTim Chevalier-4/+4
2012-09-09libstd: Fix botched exports for net_tcpPatrick Walton-1/+1
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-2/+2
2012-09-04std: Remove struct ctorsBrian Anderson-2/+12
2012-09-04Demode libstd/net_ip.rsKevin Cantu-2/+2
2012-09-04libstd: "import" -> "use"Patrick Walton-8/+8
2012-08-31Make utility funs in core::int, core::uint, etc. not by-referenceTim Chevalier-1/+1
2012-08-31std: Camel case net modulesBrian Anderson-146/+146