summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-01Fix argument order for copy* functionsFlorian Hartwig
2015-03-31Track Rust nightlyCarl Lerche
2015-03-28Track Rust nightlyCarl Lerche
2015-03-25Use libc from crates.ioCarl Lerche
2015-03-25Tweak conversion in testCarl Lerche
2015-03-25Fix manifest excludesCarl Lerche
2015-03-25Bump version to 0.3.1Carl Lerche
2015-03-25Track Rust masterCarl Lerche
2015-03-25Bump version to 0.3.0Carl Lerche
2015-03-24Bump rand dev dependencyCarl Lerche
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-03-19Track Rust nightliesCarl Lerche
2015-03-18Implement errno() on NixErrorCarl Lerche
2015-03-16Fix deprecation warningsCarl Lerche
2015-03-16Fix on 32bit platformsCarl Lerche
2015-03-14Make sockaddr_storage_to_addr public.Jan Bujak
2015-03-14Derive FromPrimitive for SockType.Jan Bujak
2015-03-14Derive FromPrimitive for AddressFamily.Jan Bujak
2015-03-13Amend some files to make it compile on arm-linux-androideabi.kennytm
2015-03-13Sockopt for broadcast supportValerii Hiora
2015-03-13added test for fstatMarkus Jais
2015-03-13Expose socket timeoutsCarl Lerche
2015-03-12Add TimeVal and helpersCarl Lerche
2015-03-10Track Rust nightliesCarl Lerche
2015-02-27Temporarily remove mountCarl Lerche
2015-02-27Further SockAddr & NixPath cleanupCarl Lerche
2015-02-25Large cleanup, mostly of socket functionsCarl Lerche
2015-02-23in_addr conversions + IP_DROP_MEMBERSHIP supportCarl Lerche
2015-02-23Improve ergonomics of getsockopt / setsockoptCarl Lerche
2015-02-22Remove prefix from SockAddr variantsCarl Lerche
2015-02-22Split up socket moduleCarl Lerche
2015-02-22Implement round trip SockAddr conversionsCarl Lerche
2015-02-21Fix uio and add SockAddr conversionsCarl Lerche
2015-02-21Cleanup readv & writev + testsCarl Lerche
2015-02-20Tweak Cargo fileCarl Lerche
2015-02-20Bump version to v0.2.3Carl Lerche
2015-02-20Link to API docsCarl Lerche
2015-02-20Automatically deploy docsCarl Lerche
2015-02-20Update READMECarl Lerche
2015-02-20Fix more deprecationsCarl Lerche
2015-02-20Fix a null bug in uname bindingCarl Lerche
2015-02-20Use new ffi:CStr instead of c_str_to_bytes_with_nulSebastian Lauwers
2015-02-20Remove hash feature declarationSebastian Lauwers
2015-02-20Bump version to v0.2.2Carl Lerche
2015-02-20Remove deprecated suffixes for isizeSebastian Lauwers
2015-02-20Mark T as Phantom in IovecSebastian Lauwers
2015-02-19Re-export std::os::unix::FdCarl Lerche
2015-02-19Test errno definesCarl Lerche
2015-02-19Bump version to v0.2.1Carl Lerche
2015-02-19Fix type mismatch: errno now i32Roma Sokolov