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
/
epoll.rs
Age
Commit message (
Expand
)
Author
2021-12-22
Recent versions of Android support EPOLLEXCLUSIVE
Ryan Zoeller
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-09-19
Clippy cleanup
Alan Somers
2021-07-24
Mark most C-derived enums as non_exhaustive
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-16
Apply `repr(transparent)` to several FFI types
Alan Somers
2019-06-09
Add extra traits for all types
Bryant Mairs
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Deny unused qualifications
Bryant Mairs
2017-12-10
Add more derives for SignalFd and various enums
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-12-01
Fix UB in epoll_ctl
Bryant Mairs
2017-08-16
Replace ffi constants with libc in epoll
Bryant Mairs
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-02-25
Remove EPOLLWAKEUP and SIGEV_THREAD_ID when cross-compiling to MIPS.
Johan Anderholm
2017-02-25
epoll: Use libc_bitflags for EpollFlags
Kamal Marhubi
2017-02-22
Fix the inner type of EpollFlags
Mathias Svensson
2017-02-19
Fix the style for bitflags!
Mathias Svensson
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-12-19
fix all and update CHANGELOG.md
qupeng
2016-12-12
EpollEvent::empty(): using mem::zeroed instead of mem::uninitialized.
qupeng
2016-12-12
epoll: improve EpollEvent::empty() by using mem::uninitialized.
qupeng
2016-12-11
fix EpollEvent::empty()
qupeng
2016-12-11
add empty() in EpollEvent.
qupeng
2016-12-11
fix #480 and add simple test cases for that.
qupeng
2016-09-15
Rename EpollEventKind to EpollFlags, according to convention.
Philipp Matthias Schaefer
2016-09-15
Add EpollCrateFlags bitflag type.
Philipp Matthias Schaefer
2016-09-08
Add property readers to EpollEvent
Philipp Matthias Schaefer
2016-09-08
Readd EpollEvent
Philipp Matthias Schaefer
2016-09-08
Use libc's declarations
Hiroki Noda
2016-09-08
Not to set EPOLL_CLOEXEC by default.
Hiroki Noda
2016-09-08
Add epoll_create1 and set EPOLL_CLOEXEC flag by default.
Hiroki Noda
2016-03-28
epoll: Add EPOLLEXCLUSIVE flag.
kubo39
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2015-09-03
Fix the struct packing of EpollEvent
Alex Gulyás
2015-08-12
Update some stuff for upstream bitflags changes
Corey Richardson
2015-07-20
Derive Clone for EpollEvent on android.
Carl Lerche
2015-05-28
Remove std::os::unix::io::RawFd re-export
Carl Lerche
2015-05-24
Change epoll_wait to use isize timeout_ms.
Cole Reynolds
2015-04-03
'derive(Copy)' needs Clone now
Florian Hartwig
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-03-13
Amend some files to make it compile on arm-linux-androideabi.
kennytm
2015-02-10
Add `NixPath`, `NixError`, and `NixResult`.
Utkarsh Kukreti
2015-01-27
Fix warnings for `rustc 1.0.0-dev (e365e4c05 2015-01-27 08:40:39)`.
Utkarsh Kukreti
2015-01-13
changed uint and int to usize and isize respectively
Rick Richardson
2015-01-04
Fix a few remaining deprecation notices
Carl Lerche
2014-12-18
Add all now needed ';' after macro invocations.
Victor Berger
2014-12-15
bitflags! derives Copy for you now, so remove our derivings.
Jonathan Reem
[next]