Age | Commit message (Expand) | Author |
---|---|---|
2017-07-24 | Disable failing tests on mips64 | Bryant Mairs |
2017-07-18 | Remove signalfd feature in favor of conditional compilation | Bryant Mairs |
2017-07-16 | Fix thread safety issues in aio, chdir, and wait tests | Alan Somers |
2017-06-06 | Fix x86_64 Linux/musl tests | Bryant Mairs |
2017-06-06 | Fix i686 Linux/musl builds | Bryant Mairs |
2017-06-06 | Skip failing MIPS tests | Bryant Mairs |
2017-04-15 | Add AioCb::from_boxed_slice | Alan Somers |
2017-04-15 | tests should protect concurrent access to signal handlers | Alan Somers |
2017-02-24 | impl Debug for AioCb and SigevNotify | Alan Somers |
2017-02-05 | Implement Drop for AioCb | Alan Somers |
2017-02-05 | Add runtime checks to AioCb methods | Alan Somers |
2017-01-26 | Turn most aio functions into AioCb methods | Alan Somers |
2017-01-25 | Add PhantomData to AioCb to track buffer's lifetime | Alan Somers |
2016-12-16 | Add POSIX AIO support | Alan Somers |