summary refs log tree commit diff
path: root/src/libstd/sys/hermit/net.rs
AgeCommit message (Expand)AuthorLines
2020-06-16Use `Ipv4Addr::from<[u8; 4]>` when possibleLzu Tao-8/+2
2020-06-15remove obsolete , to pass the format checkStefan Lankes-2/+2
2020-06-15add comment about the usage of ArcStefan Lankes-0/+3
2020-06-15use Ipv6Addr::from to build the IPv6 addressStefan Lankes-24/+2
2020-06-15Revert "simplify conversion to IpAddr::V6"Stefan Lankes-2/+18
2020-06-15Revert "changes to pass the format check"Stefan Lankes-4/+10
2020-06-15remove obsolete lineStefan Lankes-1/+0
2020-06-15changes to pass the format checkStefan Lankes-10/+4
2020-06-14simplify conversion to IpAddr::V6Stefan Lankes-18/+2
2020-06-14remove unused functionStefan Lankes-6/+0
2020-06-13add TcpListener support for HermitCoreStefan Lankes-46/+111
2020-04-26Update nameSteven Fackler-2/+2
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+10
2020-03-19add basic IP support in HermitCoreStefan Lankes-84/+155
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-12/+7
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-0/+364