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
/
src
/
sys
/
aio.rs
Age
Commit message (
Expand
)
Author
2019-12-01
Reenable a test that had been disabled due to old CI infrastructure
Alan Somers
2019-08-29
Clippy cleanup
Alan Somers
2019-07-13
Fix warnings on Rust 1.37.0
Alan Somers
2019-06-09
Add extra traits for all types
Bryant Mairs
2018-11-28
Prefer `map(drop)` to `map(|_| ())`
Alan Somers
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
Fix an annoying double panic
Alan Somers
2018-03-22
Change sys::aio::lio_listio to sys::aio::LioCb::listio
Alan Somers
2018-01-28
Fail to compile for any unused code
Bryant Mairs
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 implicit returns
Bryant Mairs
2017-12-11
Merge #806
bors[bot]
2017-12-10
Cleanup doc warnings
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-11-16
Remove bitrig #[cfgs
Bryant Mairs
2017-11-11
Alphabetize some target_os configurations
Wolfgang Ginolas
2017-11-05
Use libc_enum! where possible
Wolfgang Ginolas
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-19
Remove c_int and c_void from root
Bryant Mairs
2017-04-15
Add AioCb::from_boxed_slice
Alan Somers
2017-02-24
impl Debug for AioCb and SigevNotify
Alan Somers
2017-02-16
Fix some identifiers in comments
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