<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/sys/net, 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>2025-07-14T14:27:49+00:00</updated>
<entry>
<title>Don't call WSACleanup on process exit</title>
<updated>2025-07-14T14:27:49+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2025-05-31T10:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c8fb37a521b1f8cf13ddf1ffb81b0a30b05e0706'/>
<id>urn:sha1:c8fb37a521b1f8cf13ddf1ffb81b0a30b05e0706</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: sys: net: uefi: tcp4: Add timeout support</title>
<updated>2025-07-09T17:08:12+00:00</updated>
<author>
<name>Ayush Singh</name>
<email>ayush@beagleboard.org</email>
</author>
<published>2025-07-07T08:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d8273d39978ed16528c9792f9c4a81cc596bf7f8'/>
<id>urn:sha1:d8273d39978ed16528c9792f9c4a81cc596bf7f8</id>
<content type='text'>
- Implement timeout support for read, write and connect.
- A software implementation using Instant.

Signed-off-by: Ayush Singh &lt;ayush@beagleboard.org&gt;
</content>
</entry>
<entry>
<title>std: sys: net: uefi: tcp4: Implement read</title>
<updated>2025-07-05T05:40:38+00:00</updated>
<author>
<name>Ayush Singh</name>
<email>ayush@beagleboard.org</email>
</author>
<published>2025-07-05T04:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1f01d9b3db949340c614cb0a9cf8319808088054'/>
<id>urn:sha1:1f01d9b3db949340c614cb0a9cf8319808088054</id>
<content type='text'>
A blocking implementation of tcp4 read.

Signed-off-by: Ayush Singh &lt;ayush@beagleboard.org&gt;
</content>
</entry>
<entry>
<title>Rollup merge of #141532 - Ayush1325:uefi-tcp4-send, r=tgross35</title>
<updated>2025-07-04T22:12:08+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-07-04T22:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=edfaaeb39768bd18c82f7a985163fe3b34c07e81'/>
<id>urn:sha1:edfaaeb39768bd18c82f7a985163fe3b34c07e81</id>
<content type='text'>
std: sys: net: uefi: tcp4: Implement write

A blocking implementation of tcp4 write.
</content>
</entry>
<entry>
<title>std: sys: net: uefi: tcp4: Implement write</title>
<updated>2025-07-04T16:23:16+00:00</updated>
<author>
<name>Ayush Singh</name>
<email>ayush@beagleboard.org</email>
</author>
<published>2025-05-25T06:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f4ef1a769a4bc67089b0c2c93c6ff891daed4385'/>
<id>urn:sha1:f4ef1a769a4bc67089b0c2c93c6ff891daed4385</id>
<content type='text'>
A blocking implementation of tcp4 write.

Signed-off-by: Ayush Singh &lt;ayush@beagleboard.org&gt;
</content>
</entry>
<entry>
<title>setup CI and tidy to use typos for spellchecking and fix few typos</title>
<updated>2025-07-03T07:51:06+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2024-12-07T10:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c76d032f0144b650a438ee1efba89c475e0b115b'/>
<id>urn:sha1:c76d032f0144b650a438ee1efba89c475e0b115b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #123476 - devnexen:std_net_solaris_exclbind, r=Mark-Simulacrum</title>
<updated>2025-06-28T20:05:27+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-06-28T20:05:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7394bd5fc220c5bbf7b7dfde573c2e45d7825333'/>
<id>urn:sha1:7394bd5fc220c5bbf7b7dfde573c2e45d7825333</id>
<content type='text'>
std::net: adding `unix_socket_exclbind` feature for solaris/illumos.

allows to have a tigher control over the binding exclusivness of the socket.

ACP: https://github.com/rust-lang/libs-team/issues/366
</content>
</entry>
<entry>
<title>Set MSG_NOSIGNAL for UnixSteam</title>
<updated>2025-06-16T07:15:17+00:00</updated>
<author>
<name>Michał Łowicki</name>
<email>mlowicki@gmail.com</email>
</author>
<published>2025-04-18T08:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=426ab142507fca8704d934da556f1c96b0fd61b2'/>
<id>urn:sha1:426ab142507fca8704d934da556f1c96b0fd61b2</id>
<content type='text'>
https://github.com/rust-lang/rust/issues/139956

fix
</content>
</entry>
<entry>
<title>std::net: adding `unix_socket_exclbind` feature for solaris/illumos.</title>
<updated>2025-06-10T18:44:45+00:00</updated>
<author>
<name>David Carlier</name>
<email>devnexen@gmail.com</email>
</author>
<published>2024-04-04T22:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1bbabb7ff744f18edaf3da30f841a287de2077d6'/>
<id>urn:sha1:1bbabb7ff744f18edaf3da30f841a287de2077d6</id>
<content type='text'>
allows to have a tigher control over the binding exclusivness of the
socket.
</content>
</entry>
<entry>
<title>std: sys: net: uefi: Implement TCP4 connect</title>
<updated>2025-05-23T18:19:33+00:00</updated>
<author>
<name>Ayush Singh</name>
<email>ayush@beagleboard.org</email>
</author>
<published>2025-04-02T13:11:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e21aab5b5c488f016fd7dbdbea5940fd605e0ab8'/>
<id>urn:sha1:e21aab5b5c488f016fd7dbdbea5940fd605e0ab8</id>
<content type='text'>
- Implement TCP4 connect using EFI_TCP4_PROTOCOL.
- Tested on QEMU setup with connecting to TCP server on host.

Signed-off-by: Ayush Singh &lt;ayush@beagleboard.org&gt;
</content>
</entry>
</feed>
