about summary refs log tree commit diff
path: root/src/libstd/net_tcp.rs
AgeCommit message (Expand)AuthorLines
2013-01-26Merge remote-tracking branch 'brson/nocommupstream2'Brian Anderson-340/+372
2013-01-25Fix Option camel case in commentsTyler Bindon-4/+4
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-340/+372
2013-01-24convert most of libstd over to structsErick Tryzelaar-33/+35
2013-01-23std: Convert uv_global_loop to use pipesBrian Anderson-33/+41
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-579/+681
2013-01-13Support ARM and Androidkyeongwoon-0/+2
2013-01-13Merge pull request #4411 from wting/4203_rename_memcpyTim Chevalier-1/+1
2013-01-12libstd: "target_os = win32", not "target_os = windows". rs=bustagePatrick Walton-2/+2
2013-01-11libstd: Ignore failing test on WindowsPatrick Walton-0/+3
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-3/+4
2013-01-10std: Fix test that was commented outTim Chevalier-14/+11
2013-01-10Rename memcpy, memmove, memset to prevent any confusion with the C equivalents.William Ting-1/+1
2013-01-09std: fix net::tcp::test fallout from 2db3abd harderGraydon Hoare-13/+14
2013-01-09std: fix net::tcp::test fallout from 2db3abdGraydon Hoare-1/+5
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-3/+8
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-8/+3
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-3/+8
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-5/+29
2012-12-24Convert core::io to use explicit self (for issue #4118 and issue #2004)gareth-10/+10
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