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
Age
Commit message (
Expand
)
Author
2015-02-20
Fix a null bug in uname binding
Carl Lerche
2015-02-20
Use new ffi:CStr instead of c_str_to_bytes_with_nul
Sebastian Lauwers
2015-02-20
Remove hash feature declaration
Sebastian Lauwers
2015-02-20
Remove deprecated suffixes for isize
Sebastian Lauwers
2015-02-20
Mark T as Phantom in Iovec
Sebastian Lauwers
2015-02-19
Re-export std::os::unix::Fd
Carl Lerche
2015-02-19
Test errno defines
Carl Lerche
2015-02-19
Fix type mismatch: errno now i32
Roma Sokolov
2015-02-17
iOS: term support is really redundant
Valerii Hiora
2015-02-14
Fix warnings
Carl Lerche
2015-02-12
Add a test for sys::stat function
Markus Jais
2015-02-10
Add `NixPath`, `NixError`, and `NixResult`.
Utkarsh Kukreti
2015-02-10
Fix warnings
Carl Lerche
2015-02-06
path -> old_path
Florian Hartwig
2015-02-01
Changed options parameter for waitpid to Option<WaitPidFlag>
Markus Jais
2015-01-27
Fix warnings for `rustc 1.0.0-dev (e365e4c05 2015-01-27 08:40:39)`.
Utkarsh Kukreti
2015-01-27
Add a `Mode` bitflags and use it instead of `std::io::FilePermission`.
Utkarsh Kukreti
2015-01-26
Add a safe wrapper for `libc::isatty`.
Utkarsh Kukreti
2015-01-21
Add `ioctl`. Only supports the `TIOCGWINSZ` request right now.
Utkarsh Kukreti
2015-01-20
Make `tcgetattr` API more ergonomic.
Utkarsh Kukreti
2015-01-20
`pub use` all enum variants in `termios`.
Utkarsh Kukreti
2015-01-20
Add `termios` bindings.
Utkarsh Kukreti
2015-01-16
Fix for `bitflags!`, refs https://github.com/rust-lang/rust/pull/21254
Fantix King
2015-01-13
changed uint and int to usize and isize respectively
Rick Richardson
2015-01-09
Fix a bad cfg on linux
Carl Lerche
2015-01-09
Update for Rust 1.0 alpha
Carl Lerche
2015-01-07
more cstr fallout
Rick Richardson
2015-01-07
ToCStr removal fallout
Valerii Hiora
2015-01-06
Fix breakage caused by the removal of unboxed closures
Florian Hartwig
2015-01-04
Fix a few remaining deprecation notices
Carl Lerche
2015-01-03
Update to rust master
Valerii Hiora
2015-01-02
Track rust master
Valerii Hiora
2014-12-30
added getpeername to sys/socket
Rick Richardson
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-17
added msync, madvise, and requisite constants for macos and linux
Rick Richardson
2014-12-17
Fix the build.
Steve Klabnik
2014-12-15
bitflags! derives Copy for you now, so remove our derivings.
Jonathan Reem
2014-12-12
Fallout of Copy opt-in for non-Linux
Valerii Hiora
2014-12-10
Fallout of Copy becoming opt-in.
Victor Berger
2014-12-10
Fix improper_ctypes warnings.
Victor Berger
2014-11-28
Implement Show for event::EventFlag
Carl Lerche
2014-11-19
Fix for Linux
Roma Sokolov
2014-11-19
Use namespaced enum variants.
Roma Sokolov
2014-11-15
Track Rust master
vbuslov
2014-11-11
std::os::errno returns uint now
Roma Sokolov
2014-10-31
Update source code to new rustc
Roma Sokolov
2014-10-30
Add getsockname(2) wrapper
Ayose
2014-10-28
Add SO_REUSEPORT for macos
Evgeny Rozaliev
[next]