| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-02-24 | library: Normalize safety-for-unsafe-block comments | Miguel Ojeda | -1/+1 |
| 2021-01-31 | specialize io::copy to use the memory of the writer if it is a BufWriter | The8472 | -6/+74 |
| 2020-11-13 | limit visibility of copy offload helpers to sys::unix module | The8472 | -3/+0 |
| 2020-11-13 | move copy specialization tests to their own module | The8472 | -0/+3 |
| 2020-11-13 | move copy specialization into sys::unix module | The8472 | -377/+8 |
| 2020-11-13 | reduce syscalls by inferring FD types based on source struct instead of calli... | The8472 | -66/+102 |
| 2020-11-13 | add forwarding specializations for &mut variants | The8472 | -0/+21 |
| 2020-11-13 | prioritize sendfile over splice since it results in fewer context switches wh... | The8472 | -16/+16 |
| 2020-11-13 | move tests module into separate file | The8472 | -56/+0 |
| 2020-11-13 | specialize io::copy to use copy_file_range, splice or sendfile | The8472 | -0/+456 |
