summary refs log tree commit diff
path: root/src/libstd/sys/redox/ext/net.rs
AgeCommit message (Expand)AuthorLines
2018-07-24Stablize Redox Unix SocketsjD91mZM2-1/+41
2018-07-07Add is_unnamedjD91mZM2-0/+27
2018-07-07Revert unification of interfacesjD91mZM2-3/+692
2018-06-27Fix tidy checksjD91mZM2-0/+10
2018-06-27Horrible attempt at cleaning things up that probably just made it worsejD91mZM2-702/+3
2018-06-26Revert "Remove functions that always error"jD91mZM2-0/+181
2018-06-26Mention redox' behavior in doc commentsjD91mZM2-0/+6
2018-06-26Remove functions that always errorjD91mZM2-181/+0
2018-06-26Disallow constructing SocketAddr from third-party codejD91mZM2-2/+2
2018-06-26Make feature unstablejD91mZM2-40/+1
2018-06-26Custom feature gate (I think?)jD91mZM2-40/+40
2018-06-26Trim all lines to 100jD91mZM2-3/+10
2018-06-26Make UnixStream::take_error return None on redoxjD91mZM2-3/+3
2018-06-26Unix sockets on redox!jD91mZM2-0/+728