summaryrefslogtreecommitdiff
path: root/src/sys/time.rs
AgeCommit message (Expand)Author
2016-12-16Add POSIX AIO supportAlan Somers
2016-11-25Fix use-after-free in selectAlan Somers
2016-11-19Add TimeSpec, a Newtype around libc::timespecAlan Somers
2016-11-19Make TimeVal a NewTypeAlan Somers
2016-11-19Opaqueify TimeValAlan Somers
2015-04-20Fix build on Rust nightliesCarl Lerche
2015-04-01Remove usage of std::num::IntCarl Lerche
2015-03-16Fix on 32bit platformsCarl Lerche
2015-03-12Add TimeVal and helpersCarl Lerche