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
Age
Commit message (
Expand
)
Author
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
Bump version to 0.1.0
Carl Lerche
2014-11-11
rtio removed, use own routines for reading/writing
Roma Sokolov
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
Merge pull request #15 from ayosec/getsockname-function
Carl Lerche
2014-10-30
Add getsockname(2) wrapper
Ayose
2014-10-28
Merge pull request #14 from rozaliev/fix_SO_REUSEPORT_osx
Carl Lerche
2014-10-28
Add SO_REUSEPORT for macos
Evgeny Rozaliev
2014-10-27
Merge pull request #13 from 12sidedtech/master
Carl Lerche
2014-10-27
Add mmap, shm_open and other mman relatives
Phil Vachon
2014-10-22
Fix nix on 32 bit platforms
Carl Lerche
2014-10-21
Add defines for Mac OS X/Darwin
Phil Vachon
2014-10-21
Polish up sendto/recvfrom wrappers
Phil Vachon
2014-10-20
Change sendto to return bytes sent successfully
Phil Vachon
2014-10-20
Add recvfrom(2) and sendto(2) wrappers
Phil Vachon
2014-10-20
Add vim swapfiles to the gitignore
Phil Vachon
2014-10-20
Add Special INADDR_* definitions
Phil Vachon
2014-10-20
Add a MulticastTtl type
Phil Vachon
2014-10-20
Add IPPROTO_IP for level, based on existing SOL_IP
Phil Vachon
2014-10-20
Add defines for multicast membership management
Phil Vachon
2014-10-20
Add a handful of useful TCP socket options
Phil Vachon
2014-10-20
Add SO_REUSEPORT to list of available sock options
Phil Vachon
2014-10-19
Merge pull request #10 from carllerche/bind-kill
Yehuda Katz
2014-10-19
Bind kill
Yehuda Katz
2014-10-15
Bind basic signal constants and functions
Yehuda Katz
2014-10-10
Merge pull request #8 from little-arhat/feature-scatter-gather
Yehuda Katz
2014-10-10
Merge pull request #5 from ok32/bug/macos-accept4
Yehuda Katz
2014-10-10
Update static->const
Tilde Engineering
2014-10-11
Implement scatter/gather IO: writev & readv.
Roma Sokolov
2014-10-09
Make macos/ios version of accept4 function public
Evgeny Starikov
2014-10-08
Bind x86 linux
Tilde Engineering
2014-10-07
Fix dup3 and accept4 on Darwin
Tilde Engineering
2014-10-07
Add wait bindings
Tilde Engineering
2014-10-06
Fix warnings
Carl Lerche
2014-10-06
Implement dup3
Carl Lerche
2014-10-06
Don't special case accept4
Carl Lerche
2014-10-06
Implement improved feature detection on Linux
Carl Lerche
2014-10-06
Bind stat and fstat
Tilde Engineering
2014-10-02
Track Rust master
Carl Lerche
[next]