| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-07-10 | Change `weak!` and `linkat!` to macros 2.0 | Aris Merchant | -0/+1 |
| 2021-02-22 | fix io::copy specialization when writer was opened with O_APPEND | The8472 | -8/+10 |
| 2020-12-09 | Improve comment grammar | The8472 | -2/+2 |
| 2020-12-09 | implement better availability probing for copy_file_range | The8472 | -34/+48 |
| 2020-12-03 | fix copy specialization not updating Take wrappers | The8472 | -12/+42 |
| 2020-12-01 | Leverage kernel copy for UnixStream | Nicolas Koch | -0/+29 |
| 2020-11-16 | Use syscall! for copy_file_range too | Josh Stone | -9/+9 |
| 2020-11-13 | Always handle EOVERFLOW by falling back to the generic copy loop | The8472 | -5/+5 |
| 2020-11-13 | do direct splice syscall and probe availability to get android builds to work | The8472 | -4/+38 |
| 2020-11-13 | move sendfile/splice/copy_file_range into kernel_copy module | The8472 | -2/+146 |
| 2020-11-13 | limit visibility of copy offload helpers to sys::unix module | The8472 | -0/+3 |
| 2020-11-13 | move copy specialization into sys::unix module | The8472 | -0/+422 |
