<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/net.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-05-23T04:57:05+00:00</updated>
<entry>
<title>libstd: Rename libcore to libstd and libstd to libextra; update makefiles.</title>
<updated>2013-05-23T04:57:05+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-05-17T17:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c820d4123c754522b0655e9e74f692c55685bfa'/>
<id>urn:sha1:0c820d4123c754522b0655e9e74f692c55685bfa</id>
<content type='text'>
This only changes the directory names; it does not change the "real"
metadata names.
</content>
</entry>
<entry>
<title>Add some extra description for std::net</title>
<updated>2013-01-01T06:02:48+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2013-01-01T06:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9433284a11920ea3b48ac298c8872fb577eaa44d'/>
<id>urn:sha1:9433284a11920ea3b48ac298c8872fb577eaa44d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update license, add license boilerplate to most files. Remainder will follow.</title>
<updated>2012-12-04T01:12:14+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-12-04T00:48:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00c856c0b1feac74df8b404fad94d74a0cf1624a'/>
<id>urn:sha1:00c856c0b1feac74df8b404fad94d74a0cf1624a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>De-export net::*. Part of #3583.</title>
<updated>2012-10-04T00:01:32+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-10-03T23:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=35598b4595ec6b7ae4ea6c0244f775651366fe9e'/>
<id>urn:sha1:35598b4595ec6b7ae4ea6c0244f775651366fe9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libstd: "import" -&gt; "use"</title>
<updated>2012-09-04T18:23:53+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-09-04T18:23:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2d690ae43f77a6c4e1f8ba10afd32926e2459e8e'/>
<id>urn:sha1:2d690ae43f77a6c4e1f8ba10afd32926e2459e8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding simple net::url module to parse and format urls.</title>
<updated>2012-07-23T22:44:03+00:00</updated>
<author>
<name>Daniel Patterson</name>
<email>dbp@riseup.net</email>
</author>
<published>2012-07-09T18:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee2abc1caecc3f63f021988ac1813912120f73a9'/>
<id>urn:sha1:ee2abc1caecc3f63f021988ac1813912120f73a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498</title>
<updated>2012-07-05T02:18:13+00:00</updated>
<author>
<name>Gareth Daniel Smith</name>
<email>garethdanielsmith@gmail.com</email>
</author>
<published>2012-07-04T21:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be0141666dd12316034499db12ee9fcf9ba648dd'/>
<id>urn:sha1:be0141666dd12316034499db12ee9fcf9ba648dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: first-pass at a tcp server API, with a basic (non-robust) test</title>
<updated>2012-05-23T05:29:16+00:00</updated>
<author>
<name>Jeff Olson</name>
<email>olson.jeffery@gmail.com</email>
</author>
<published>2012-05-05T16:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=465412aeff7b0e7d7e55877402b9e736024c3675'/>
<id>urn:sha1:465412aeff7b0e7d7e55877402b9e736024c3675</id>
<content type='text'>
also whitespace cleanup

.. for now, the test just spins up the server and listens for messages,
echoing them back to an output port. there's a "kill" msg that it will
listen for. need to point the tcp client and server test impls at each
other for a loopback server/client test, like how its done in uv::ll

once ipv6 parse/format lands, i can add another test using the entirely
same codebase, but substituting an ip_addr ipv6 varient for the ipv4
varient used in the existing code

still need some other plumbing to get the client/server tests to work
together.
</content>
</entry>
<entry>
<title>std: impl for net::tcp::connect</title>
<updated>2012-05-23T05:29:15+00:00</updated>
<author>
<name>Jeff Olson</name>
<email>olson.jeffery@gmail.com</email>
</author>
<published>2012-05-01T04:59:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=550b34b7828622d6eb23e6bfbcc026c8b57e19fa'/>
<id>urn:sha1:550b34b7828622d6eb23e6bfbcc026c8b57e19fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: pushing existing code in net.rs -&gt; net_ip.rs and re-import/exporting</title>
<updated>2012-05-23T05:29:15+00:00</updated>
<author>
<name>Jeff Olson</name>
<email>olson.jeffery@gmail.com</email>
</author>
<published>2012-04-30T04:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d99b7bcb2f0c8163645429bb6ba40ab6761a6ce2'/>
<id>urn:sha1:d99b7bcb2f0c8163645429bb6ba40ab6761a6ce2</id>
<content type='text'>
</content>
</entry>
</feed>
