index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
sys
/
test_aio.rs
Age
Commit message (
Expand
)
Author
2020-05-31
Convert the crate to edition 2018
Alan Somers
2019-12-22
Skip test_aio_cancel_all on musl
Alan Somers
2019-09-19
Where relevant, replace equality checks in assert! with assert_eq!
Xavier L'Heureux
2019-09-03
Skip the aio_suspend test on Linux
Alan Somers
2018-09-05
Replace allow unused directive with _ prefix
Pascal Bach
2018-04-06
Add LioCb::listio_resubmit
Alan Somers
2018-03-22
Replace AioCb::from_bytes with more generic from_boxed_slice
Alan Somers
2018-03-22
Change sys::aio::lio_listio to sys::aio::LioCb::listio
Alan Somers
2018-01-15
aio: more documentation
Alan Somers
2018-01-15
aio: Clippy cleanup
Alan Somers
2018-01-15
aio: use `Bytes` instead of `Rc<[u8]>`
Alan Somers
2018-01-15
Add AioCb::from_ptr and AioCb::from_mut_ptr
Alan Somers
2017-12-20
Use '!' instead of '== false'
Bryant Mairs
2017-12-20
Use Rc::clone() instead of .clone()
Bryant Mairs
2017-12-20
Remove unnecessary references
Bryant Mairs
2017-12-20
Remove 'static from variables
Bryant Mairs
2017-12-20
Remove elided 'static lifetime
Bryant Mairs
2017-12-20
Use write_all instead of write
Bryant Mairs
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-10-07
Merge #773
bors[bot]
2017-10-05
Fix variable does not need to be mutable warning for aio test
Sanchayan Maity
2017-10-02
Add more accessors for AioCb
Alan Somers
2017-09-03
Fixed error handling in `AioCb::{fsync,read,write}`
Alan Somers
2017-09-03
AioCb::Drop will now panic for in-progress AioCb
Alan Somers
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