Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-28 | Implement sendfile on FreeBSD and Darwin | Andrew Morrow | |
2017-12-20 | Remove elided 'static lifetime | Bryant Mairs | |
As of Rust 1.17 'static lifetimes are implied when declaring consts. | |||
2017-12-20 | Use write_all instead of write | Bryant Mairs | |
Several tests make the assumption that all data is written, which is not guaranteed with write(), so use write_all() instead. | |||
2016-02-12 | linux: Add sendfile(2) | Kamal Marhubi | |