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
/
lib.rs
Age
Commit message (
Expand
)
Author
2016-03-17
Auto merge of #311 - fiveop:context, r=@kamalmarhubi
Homu
2016-03-16
Add libc_bitflags convenience macro
Kamal Marhubi
2016-03-14
Add context module.
Philipp Matthias Schaefer
2016-03-11
libc: re-export libc properly
Paul Osborne
2016-03-06
unistd: Use bindings from libc instead of our own
Kamal Marhubi
2016-02-28
Make crate libc import public.
Philipp Matthias Schaefer
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2016-01-27
Avoid stack allocation in with_nix_path for Option::None
Kamal Marhubi
2016-01-27
Implement NixPath for Option<&T> where T: NixPath
Kamal Marhubi
2016-01-27
Implement NixPath for str and OsStr
Kamal Marhubi
2016-01-27
Use the net module unconditionally
Kamal Marhubi
2016-01-27
Added if_nametoindex (and necessary module based on Cs net/if.h)
Marc Brinkmann
2016-01-25
Implement NixPath for CStr
Kamal Marhubi
2016-01-25
Add everything from poll.h.
Utkarsh Kukreti
2016-01-18
Update to libc 0.2.4
User Vagrant
2016-01-18
update libc to 0.2.2
Mattis Marjak
2015-11-03
Use `libc::PATH_MAX` in `NixPath::with_nix_path`.
Utkarsh Kukreti
2015-10-27
Improve Error interoperability with std
Jeremy Fitzhardinge
2015-08-12
Update some stuff for upstream bitflags changes
Corey Richardson
2015-05-28
Remove std::os::unix::io::RawFd re-export
Carl Lerche
2015-05-28
Move nix::mq -> nix::mqueue to mirror header
Carl Lerche
2015-05-21
Fix NixPath yield with CStr instead of OsStr
Carl Lerche
2015-05-07
Scope to unix platforms
Carl Lerche
2015-04-27
Basic Posix MQ support
Markus Jais
2015-04-07
Error on warnings
Carl Lerche
2015-04-07
Add Error::from_errno
Carl Lerche
2015-04-06
Get compiling on Rust 1.0 beta
Carl Lerche
2015-04-03
Fd ist now RawFd
Florian Hartwig
2015-04-01
Fix argument order for copy* functions
Florian Hartwig
2015-03-25
Use libc from crates.io
Carl Lerche
2015-03-25
Track Rust master
Carl Lerche
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-03-19
Track Rust nightlies
Carl Lerche
2015-03-16
Fix deprecation warnings
Carl Lerche
2015-03-13
Amend some files to make it compile on arm-linux-androideabi.
kennytm
2015-02-27
Further SockAddr & NixPath cleanup
Carl Lerche
2015-02-25
Large cleanup, mostly of socket functions
Carl Lerche
2015-02-21
Fix uio and add SockAddr conversions
Carl Lerche
2015-02-20
Remove hash feature declaration
Sebastian Lauwers
2015-02-19
Test errno defines
Carl Lerche
2015-02-14
Fix warnings
Carl Lerche
2015-02-10
Add `NixPath`, `NixError`, and `NixResult`.
Utkarsh Kukreti
2015-02-10
Fix warnings
Carl Lerche
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
Update for Rust 1.0 alpha
Carl Lerche
2015-01-07
ToCStr removal fallout
Valerii Hiora
2014-12-10
Fallout of Copy becoming opt-in.
Victor Berger
2014-10-11
Implement scatter/gather IO: writev & readv.
Roma Sokolov
[prev]
[next]