| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-07-12 | Update tcp.rs | Jeremy Soller | -1/+1 | |
| 2017-07-06 | Implement TcpStream::connect_timeout | Steven Fackler | -0/+4 | |
| This breaks the "single syscall rule", but it's really annoying to hand write and is pretty foundational. | ||||
| 2017-06-22 | Fix Redox build, broken in ecbb896b9eb2acadefde57be493e4298c1aa04a3 | Ian Douglas Scott | -1/+0 | |
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -4/+0 | |
| This is an API that allows types to indicate that they can be passed buffers of uninitialized memory which can improve performance. | ||||
| 2017-02-08 | Fix compilation on Redox | Jeremy Soller | -0/+12 | |
| 2016-12-30 | Add socket timeout and ttl support | Jeremy Soller | -26/+109 | |
| 2016-12-21 | Add RawFd traits for net | Jeremy Soller | -0/+44 | |
| 2016-12-20 | Move rt into sys::rt, fix tidy | Jeremy Soller | -0/+10 | |
| 2016-12-15 | WIP: Cross-compilation for Redox target | Jeremy Soller | -1/+49 | |
| 2016-11-28 | Commit to fix make tidy | Jeremy Soller | -7/+78 | |
| 2016-11-28 | Switch to using syscall crate directly - without import | Jeremy Soller | -1/+1 | |
| 2016-11-23 | Allow setting nonblock on sockets | Jeremy Soller | -6/+6 | |
| 2016-10-27 | Add redox system | Jeremy Soller | -0/+641 | |
