summary refs log tree commit diff
path: root/src/libnative/io/file.rs
AgeCommit message (Expand)AuthorLines
2014-01-06Don't read forever on a file descriptorAlex Crichton-4/+4
2014-01-05Handle EINTR throughout libnativeAlex Crichton-41/+59
2013-12-27Implement native TCP I/OAlex Crichton-3/+5
2013-12-27Bring native process bindings up to dateAlex Crichton-3/+6
2013-12-24native: Add tests and cleanup entry pointsAlex Crichton-2/+1
2013-12-24native: Introduce libnativeAlex Crichton-0/+958