| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-22 | Rollup merge of #59106 - LinusU:udp-peer-addr, r=kennytm | Mazdak Farrokhzad | -0/+5 | |
| Add peer_addr function to UdpSocket Fixes #59104 This is my first pull request to Rust, so opening early for some feedback. My biggest question is: where do I add tests? Any comments very much appreciated! | ||||
| 2019-03-16 | Rollup merge of #59009 - sfackler:fix-sgx-vectors, r=alexcrichton | kennytm | -8/+2 | |
| Fix SGX implementations of read/write_vectored. | ||||
| 2019-03-16 | Add peer_addr function to UdpSocket | Linus Unnebäck | -0/+5 | |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -1/+1 | |
| 2019-03-07 | Always call read/write from default vectored io methods | Steven Fackler | -8/+2 | |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -36/+36 | |
| 2019-02-24 | Fix redox | Steven Fackler | -3/+3 | |
| 2019-02-13 | impl Deref/DerefMut for IoVec types | Steven Fackler | -2/+2 | |
| Returning &'a mut [u8] was unsound, and we may as well just have them directly deref to their slices to make it easier to work with them. | ||||
| 2019-02-13 | Add vectored read and write support | Steven Fackler | -1/+15 | |
| This functionality has lived for a while in the tokio ecosystem, where it can improve performance by minimizing copies. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -70/+0 | |
| 2018-12-06 | Refactor net::each_addr/lookup_host to forward error from resolve | Jethro Beekman | -67/+102 | |
| 2018-08-08 | Use repr(align(x)) for redox in6_addr | Linus Färnstrand | -1/+1 | |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 | |
| 2018-07-23 | Change single char str patterns to chars | ljedrz | -2/+2 | |
| 2018-02-25 | Return error if timeout is zero-Duration on Redox. | Corey Farwell | -2/+18 | |
| 2017-09-16 | Fix network families | Jeremy Soller | -2/+2 | |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -4/+4 | |
| Like #43008 (f668999), but _much more aggressive_. | ||||
| 2017-08-11 | Handle DNS label compression in more places | Thomas Levy | -14/+12 | |
| 2017-07-18 | libstd: remove redundant & from &Path::new(...) | NODA, Kai | -3/+3 | |
| fn Path::new<S: AsRef ...>(s: &S) -> &Path Signed-off-by: NODA, Kai <nodakai@gmail.com> | ||||
| 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 | |
