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
/
event.rs
Age
Commit message (
Expand
)
Author
2020-06-04
Remove several deprecated constants and functions
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-26
Fix use of deprecated libc type, needed in order to run the tests successfull...
Nick Pelone
2020-05-26
Add EV_DISPATCH and EV_RECEIPT EventFlag items for OpenBSD.
Nick Pelone
2019-09-19
Where relevant, replace equality checks in assert! with assert_eq!
Xavier L'Heureux
2019-08-29
Clippy cleanup
Alan Somers
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-03-03
Fix the build on OSX with libc 0.2.49
Alan Somers
2018-02-12
Add missing kqueue event filters on FreeBSD
Greg V
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Deny unused qualifications
Bryant Mairs
2017-12-20
Make numeric literals easier to read
Bryant Mairs
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-11-11
Alphabetize some target_os configurations
Wolfgang Ginolas
2017-11-05
Use libc_enum! where possible
Wolfgang Ginolas
2017-11-05
Fix kevent for netbsd filter datatype
Bryant Mairs
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-08-05
Fix tests on OpenBSD
Wesley Moore
2017-08-05
Add OpenBSD compatibility to events
Wesley Moore
2017-07-19
Remove c_int and c_void from root
Bryant Mairs
2017-04-09
Fixes nix-rust/nix#532
Zac Berkowitz
2017-02-19
Fix the style for bitflags!
Mathias Svensson
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-12-16
Fix build on iOS platform
Conrad Kramer
2016-11-10
Change KEvent to treat udata as an intptr_t instead of a uintptr_t.
Alan Somers
2016-10-29
Update comments and CHANGELOG for PR 442
Alan Somers
2016-10-29
impl Send for KEvent
Alan Somers
2016-10-02
Use libc_bitflags! for EventFlag
Alan Somers
2016-09-18
struct KEvent should wrap an inner libc::kevent structure
Alan Somers
2016-09-08
Remove macos NOTE_ definitions that aren't in libc
Alan Somers
2016-09-08
Reconcile with libc changes
Alan Somers
2016-09-02
Define kqueue-related stuff in terms of libc
Alan Somers
2016-07-18
Fix NetBSD build
Tobias Bucher
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2015-12-03
NetBSD tweaks for kqueue support
Zachary Tong
2015-09-28
sys/event: add kevent_ts to better expose kevent timeout
Luca Barbieri
2015-09-09
Add/Fix support for DragonFly BSD
Michael Neumann
2015-08-12
remove osx-specific Debug impl
Corey Richardson
2015-05-28
Remove std::os::unix::io::RawFd re-export
Carl Lerche
2015-04-03
'derive(Copy)' needs Clone now
Florian Hartwig
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
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-03
Update to rust master
Valerii Hiora
2014-12-22
Merge remote-tracking branch 'vhbit/ios-support'
Carl Lerche
2014-12-22
Fixed building on iOS
Valerii Hiora
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]