summary refs log tree commit diff
path: root/src/libstd/net_tcp.rs
AgeCommit message (Expand)AuthorLines
2012-08-29std: More camel casingBrian Anderson-9/+9
2012-08-29core: Demode int/uint modsBrian Anderson-1/+1
2012-08-27Camel case various core constructorsBrian Anderson-30/+30
2012-08-27Convert core::result to camel caseBrian Anderson-53/+53
2012-08-27remove ipv4 match which looks like it was... purposelessNiko Matsakis-58/+54
2012-08-26Camel case the option typeBrian Anderson-36/+36
2012-08-25libstd: Don't make task-local GC data when creating TCP streams.Patrick Walton-9/+12
2012-08-25libstd: Suppress warning about unused variable in net_tcp.Erick Tryzelaar-1/+1
2012-08-24Add a bunch more unsafe blocks to prepare for the new semantics of unsafe/clo...Michael Sullivan-9/+9
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-2/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-69/+69
2012-08-17Remove the class keywordBrian Anderson-2/+2
2012-08-16Add std::comm with DuplexStreamEric Holk-91/+94
2012-08-15Convert more core types to camel caseBrian Anderson-28/+28
2012-08-14Convert more core types to camel caseBrian Anderson-11/+11
2012-08-08Convert impls to new syntaxBrian Anderson-8/+5
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-33/+33
2012-08-05Switch alts to use arrowsBrian Anderson-90/+67
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-5/+5
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-69/+69
2012-07-26std: Create correctly-sized buffers on TCP readBrian Anderson-2/+1
2012-07-26core::io::writer : add get_type() methodDamian Gryski-0/+3
2012-07-23Switch reader to work with preallocated vecsErick Tryzelaar-21/+28
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-0/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-104/+104
2012-07-12Get rid of all of the remaining /~s in the code base.Michael Sullivan-12/+12
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-296/+284
2012-07-04Remove empty argument lists from do expressionsBen Striegel-6/+6
2012-07-03Change crust -> extern.Graydon Hoare-9/+9
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-07-03core: Eliminate some overloading of the name "future" in future.rsPatrick Walton-3/+3
2012-07-02std: Ignore a test that doesn't terminate on windowsBrian Anderson-0/+1
2012-07-02Merge remote-tracking branch 'brson/uv'Brian Anderson-534/+605
2012-07-01Convert to new closure syntaxBrian Anderson-29/+27
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-24/+24
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-22/+22
2012-06-29std: cleanups, post-rebaseJeff Olson-0/+1
2012-06-29std/rt: cleanup and adding sockaddr_in6 mapping for win32Jeff Olson-1/+2
2012-06-29std: fix errors from recent rebase and vec expr/type syntax updateJeff Olson-23/+21
2012-06-29std: addressing #2656 (ipv6 support in net::tcp)Jeff Olson-25/+43
2012-06-29std: whitespace/comment cleanJeff Olson-8/+3
2012-06-29std: net::ip::get_addr is working w/ happy path test. needs more.Jeff Olson-9/+7
2012-06-29WIP set aside unshiftJeff Olson-1/+3
2012-06-29std: getting uv_ip6_* utils working in uv::llJeff Olson-3/+1
2012-06-29std: adding uv::ll::ip4_name and refactored net::ip to use itJeff Olson-6/+14
2012-06-29core: str::as_slice is unneeded, yay! fixes std::net::tcp socket_buf testJeff Olson-7/+5
2012-06-29std: test impl for using tcp_socket_buf and its reader/writer impls. fails.Jeff Olson-5/+91
2012-06-29std: renaming impl for tcp_socket and reshuffle/cleanup for tcp_socket_bufJeff Olson-5/+3
2012-06-29std: finish impl of io::writer for tcp_socket_bufJeff Olson-4/+7