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-05-12
ioctl: implement generic support for the ioctl syscall and supporting functions
Paul Osborne
2015-05-11
Get the library to build on freebsd
Andrew J. Stone
2015-05-08
Add lstat
Skyler Hawthorne
2015-05-07
Scope to unix platforms
Carl Lerche
2015-05-07
More multicast support
Carl Lerche
2015-05-05
feat: add execvpe
Qingping Hou
2015-04-28
feat: add chroot syscall
Qingping Hou
2015-04-27
Basic Posix MQ support
Markus Jais
2015-04-24
sched: add support for arm linux using same cpuset_attribs as android
Paul Osborne
2015-04-24
FromPrimitive is no more
Florian Hartwig
2015-04-20
Fix build on Rust nightlies
Carl Lerche
2015-04-18
Added OOB_INLINE socket option
Valerii Hiora
2015-04-14
Make `sigaction` unsafe
Tobias Bucher
2015-04-11
Add socketpair
Florian Hartwig
2015-04-08
Bring back eventfd behind a feature flag
Carl Lerche
2015-04-07
Error on warnings
Carl Lerche
2015-04-07
Add Error::from_errno
Carl Lerche
2015-04-06
Use fcntl:Fd vs. std::os::unix::io::RawFd
Carl Lerche
2015-04-06
Get compiling on Rust 1.0 beta
Carl Lerche
2015-04-03
'derive(Copy)' needs Clone now
Florian Hartwig
2015-04-03
Fd ist now RawFd
Florian Hartwig
2015-04-01
Remove usage of std::num::Int
Carl Lerche
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-18
Implement errno() on NixError
Carl Lerche
2015-03-16
Fix deprecation warnings
Carl Lerche
2015-03-16
Fix on 32bit platforms
Carl Lerche
2015-03-14
Make sockaddr_storage_to_addr public.
Jan Bujak
2015-03-14
Derive FromPrimitive for SockType.
Jan Bujak
2015-03-14
Derive FromPrimitive for AddressFamily.
Jan Bujak
2015-03-13
Amend some files to make it compile on arm-linux-androideabi.
kennytm
2015-03-13
Sockopt for broadcast support
Valerii Hiora
2015-03-13
Expose socket timeouts
Carl Lerche
2015-03-12
Add TimeVal and helpers
Carl Lerche
2015-03-10
Track Rust nightlies
Carl Lerche
2015-02-27
Temporarily remove mount
Carl Lerche
2015-02-27
Further SockAddr & NixPath cleanup
Carl Lerche
2015-02-25
Large cleanup, mostly of socket functions
Carl Lerche
2015-02-23
in_addr conversions + IP_DROP_MEMBERSHIP support
Carl Lerche
2015-02-23
Improve ergonomics of getsockopt / setsockopt
Carl Lerche
2015-02-22
Remove prefix from SockAddr variants
Carl Lerche
2015-02-22
Split up socket module
Carl Lerche
2015-02-22
Implement round trip SockAddr conversions
Carl Lerche
2015-02-21
Fix uio and add SockAddr conversions
Carl Lerche
2015-02-21
Cleanup readv & writev + tests
Carl Lerche
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
[next]