summary refs log tree commit diff
path: root/src/libstd/sys/redox/net
AgeCommit message (Expand)AuthorLines
2018-02-25Return error if timeout is zero-Duration on Redox.Corey Farwell-2/+18
2017-09-16Fix network familiesJeremy Soller-2/+2
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-4/+4
2017-08-11Handle DNS label compression in more placesThomas Levy-14/+12
2017-07-18libstd: remove redundant & from &Path::new(...)NODA, Kai-3/+3
2017-07-12Update tcp.rsJeremy Soller-1/+1
2017-07-06Implement TcpStream::connect_timeoutSteven Fackler-0/+4
2017-06-22Fix Redox build, broken in ecbb896b9eb2acadefde57be493e4298c1aa04a3Ian Douglas Scott-1/+0
2017-06-20Add `Read::initializer`.Steven Fackler-4/+0
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