Age | Commit message (Expand) | Author |
2016-12-19 | fix all and update CHANGELOG.md | qupeng |
2016-12-19 | Merge branch 'nix-rust' | qupeng |
2016-12-17 | Auto merge of #478 - conradev:sys-control, r=fiveop | Homu |
2016-12-17 | Auto merge of #490 - kevindejong:master, r=fiveop | Homu |
2016-12-17 | Auto merge of #491 - zethra:master, r=fiveop | Homu |
2016-12-16 | Fix build on iOS platform | Conrad Kramer |
2016-12-12 | updated changelog | zethra |
2016-12-12 | Added getpgrp | zethra |
2016-12-12 | EpollEvent::empty(): using mem::zeroed instead of mem::uninitialized. | qupeng |
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 EpollEvent::empty() | qupeng |
2016-12-11 | add empty() in EpollEvent. | qupeng |
2016-12-11 | fix #480 and add simple test cases for that. | qupeng |
2016-12-11 | Ensure child stack passed to clone is 16 byte aligned. | Kevin DeJong |
2016-12-10 | Add support for system control sockets for XNU | Conrad Kramer |
2016-12-10 | Add ioctl support for BSD | Conrad Kramer |
2016-12-10 | Change the readwrite buf ioctl call to use a *mut pointer | Conrad Kramer |
2016-12-10 | Fix typo in documentation | Conrad Kramer |
2016-12-10 | Merge pull request #485 from fiveop/doc_link | Philipp Matthias Schäfer |
2016-12-10 | Add link to release documentation | Philipp Matthias Schaefer |
2016-12-11 | Auto merge of #488 - fiveop:disable_17, r=@posborne | Homu |
2016-12-10 | Allow failures of 1.7 builds | Philipp Matthias Schaefer |
2016-12-02 | Auto merge of #475 - asomers:timespec, r=fiveop | Homu |
2016-11-25 | Fix use-after-free in select | Alan Somers |
2016-11-26 | Auto merge of #477 - zethra:master, r=fiveop | Homu |
2016-11-23 | Fixed typo in tcsetpgrp | zethra |
2016-11-19 | update CHANGELOG.md for PR #475 | Alan Somers |
2016-11-19 | Add TimeSpec, a Newtype around libc::timespec | Alan Somers |
2016-11-19 | Make TimeVal a NewType | Alan Somers |
2016-11-19 | Opaqueify TimeVal | Alan Somers |
2016-11-19 | Auto merge of #474 - asomers:unixdomain, r=fiveop | Homu |
2016-11-18 | update CHANGELOG.md for PR #474 | Alan Somers |
2016-11-18 | Improve portability of test_getsockname | Alan Somers |
2016-11-18 | Fix Unix domain sockets. | Alan Somers |
2016-11-17 | Auto merge of #470 - fiveop:no_pre, r=posborne | Homu |
2016-11-17 | Auto merge of #469 - asomers:select, r=posborne | Homu |
2016-11-16 | Fix intermittency in test_select | Alan Somers |
2016-11-16 | Get rid of version suffix between versions | Philipp Matthias Schaefer |
2016-11-16 | Auto merge of #467 - fiveop:fail_on_beta_fail, r=posborne | Homu |
2016-11-15 | Fail on beta builds again. | Philipp Matthias Schaefer |
2016-11-15 | Fix CHANGELOG.md links | Philipp Matthias Schaefer |
2016-11-15 | Auto merge of #460 - chaosagent:sys_signal, r=fiveop | Homu |
2016-11-15 | Auto merge of #463 - asomers:kevent, r=fiveop | Homu |
2016-11-14 | Added combined CHANGELOG entry for PRs 415, 442, and 463 | 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-15 | Auto merge of #445 - fiveop:kill_optional_signal, r=@kamalmarhubi | Homu |
2016-11-14 | Make signal argument to kill optional | Philipp Matthias Schaefer |
2016-11-14 | Auto merge of #465 - asomers:cleanup, r=posborne | Homu |