about summary refs log tree commit diff
path: root/src/libstd/sys/redox/net
AgeCommit message (Expand)AuthorLines
2017-02-08Fix compilation on RedoxJeremy Soller-0/+12
2016-12-30Add socket timeout and ttl supportJeremy Soller-26/+109
2016-12-21Add RawFd traits for netJeremy Soller-0/+44
2016-12-20Move rt into sys::rt, fix tidyJeremy Soller-0/+10
2016-12-15WIP: Cross-compilation for Redox targetJeremy Soller-1/+49
2016-11-28Commit to fix make tidyJeremy Soller-7/+78
2016-11-28Switch to using syscall crate directly - without importJeremy Soller-1/+1
2016-11-23Allow setting nonblock on socketsJeremy Soller-6/+6
2016-10-27Add redox systemJeremy Soller-0/+641