Age | Commit message (Expand) | Author |
2017-06-19 | Support powerpc64 | Luca Barbato |
2017-06-06 | Fix x86_64 Linux/musl tests | Bryant Mairs |
2017-06-06 | Fix i686 Linux/musl builds | Bryant Mairs |
2017-06-06 | Skip failing MIPS tests | Bryant Mairs |
2017-06-06 | Skip failing tests for Linux/PowerPC | Bryant Mairs |
2017-06-04 | Add pthread_self | king6cong |
2017-04-15 | Add AioCb::from_boxed_slice | Alan Somers |
2017-04-15 | tests should protect concurrent access to signal handlers | Alan Somers |
2017-04-09 | Fixed failing ioctl tests. | Zac Berkowitz |
2017-02-24 | impl Debug for AioCb and SigevNotify | Alan Somers |
2017-02-05 | Implement Drop for AioCb | Alan Somers |
2017-02-05 | Add runtime checks to AioCb methods | Alan Somers |
2017-01-26 | Turn most aio functions into AioCb methods | Alan Somers |
2017-01-26 | Auto merge of #483 - asomers:aio2, r=posborne | Homu |
2017-01-25 | Add PhantomData to AioCb to track buffer's lifetime | Alan Somers |
2016-12-19 | fix all and update CHANGELOG.md | qupeng |
2016-12-19 | Merge branch 'nix-rust' | qupeng |
2016-12-16 | Add POSIX AIO support | Alan Somers |
2016-12-12 | epoll: improve EpollEvent::empty() by using mem::uninitialized. | qupeng |
2016-12-11 | test/mod.rs: only test epoll on linux. | qupeng |
2016-12-11 | fix #480 and add simple test cases for that. | qupeng |
2016-12-10 | Add support for system control sockets for XNU | Conrad Kramer |
2016-12-10 | Add ioctl support for BSD | Conrad Kramer |
2016-11-19 | Add TimeSpec, a Newtype around libc::timespec | Alan Somers |
2016-11-18 | Improve portability of test_getsockname | Alan Somers |
2016-11-18 | Fix Unix domain sockets. | Alan Somers |
2016-11-16 | Fix intermittency in test_select | Alan Somers |
2016-11-15 | Auto merge of #466 - fiveop:warnings, r=posborne | Homu |
2016-11-14 | Get rid of a few test compilation warnings | Philipp Matthias Schaefer |
2016-11-14 | Make signal argument to kill optional | Philipp Matthias Schaefer |
2016-10-23 | use tempfile in test_pwrite. | Alan Somers |
2016-03-31 | Auto merge of #332 - kamalmarhubi:fork-enum, r=fiveop | Homu |
2016-03-30 | unistd: Redesign the enum returned by fork() | Kamal Marhubi |
2016-03-30 | socket: Respect IPv6 flowinfo and scope_id in InetAddr::from_std | Kamal Marhubi |
2016-03-30 | Use pause(2) in test_wait_signal | Kamal Marhubi |
2016-02-20 | select: allow infinite timeout | Nikolay Amiantov |
2016-01-29 | Convert MSG_ flags to bitflags! type. | Philipp Matthias Schaefer |
2016-01-29 | Add tests for sockopt (SndBuf, RcvBuf, SndBufForce, RcvBufForce) | Frank Denis |
2016-01-18 | update libc to 0.2.2 | Mattis Marjak |
2016-01-13 | Use tempdir for temporary files in tests | Kamal Marhubi |
2016-01-13 | Fix compiler warnings in tests | Kamal Marhubi |
2015-10-28 | Fix handling of sockaddr_un lengths | Geoffrey Thomas |
2015-10-20 | Only run signalfd tests when feature is set | Carl Lerche |
2015-10-07 | Add sys::select::FdSet::clear. | Utkarsh Kukreti |
2015-10-06 | Add support for sendmsg(2), recvmsg(2), and cmsg(3) | Geoffrey Thomas |
2015-09-28 | Revert "Add support for sendmsg(2), recvmsg(2), and cmsg(4)" | Carl Lerche |
2015-09-28 | Add sys::select::FdSet and sys::select::select. | Utkarsh Kukreti |
2015-09-24 | Add support for sendmsg(2), recvmsg(2), and cmsg(4) | Geoffrey Thomas |
2015-08-12 | ioctl: return result type rather than raw integer | Paul Osborne |
2015-08-12 | conditionally enable ioctl test for linux | Corey Richardson |