Age | Commit message (Expand) | Author |
2016-03-30 | socket: Respect IPv6 flowinfo and scope_id in InetAddr::from_std | Kamal Marhubi |
2016-03-30 | Auto merge of #336 - kamalmarhubi:pause, r=fiveop | Homu |
2016-03-30 | Use pause(2) in test_wait_signal | Kamal Marhubi |
2016-03-30 | unistd: Add pause(2) | Kamal Marhubi |
2016-03-29 | Auto merge of #331 - kamalmarhubi:conventions-whitespace, r=utkarshkukreti | Homu |
2016-03-28 | doc: Minor whitespace fix in CONVENTIONS.md | Kamal Marhubi |
2016-03-29 | Auto merge of #330 - kubo39:epollexclusive, r=kamalmarhubi | Homu |
2016-03-28 | epoll: Add EPOLLEXCLUSIVE flag. | kubo39 |
2016-03-22 | Auto merge of #326 - posborne:fix-arm-and-x86-ci, r=kamalmarhubi | Homu |
2016-03-21 | testing: failing on arm is no longer an allowed failure! | Paul Osborne |
2016-03-21 | testing: specify a few extra environment variables | Paul Osborne |
2016-03-21 | testing: use posborne/rust-cross:x86 for x86_64/i686 | Paul Osborne |
2016-03-22 | Auto merge of #328 - kamalmarhubi:test_mount-getuid, r=posborne | Homu |
2016-03-21 | Use getuid(2) from nix instead of libc in test_mount | Kamal Marhubi |
2016-03-22 | Auto merge of #327 - kamalmarhubi:allow-test_mount_failure, r=fiveop | Homu |
2016-03-21 | mount: Do not treat unshare(2) failure as test failure | Kamal Marhubi |
2016-03-19 | Auto merge of #322 - posborne:travis-mixed-sudo-environment, r=kamalmarhubi | Homu |
2016-03-17 | travis: add back testing on all rust versions (for linux) | Paul Osborne |
2016-03-17 | travis: only require sudo on docker/i686 builds | Paul Osborne |
2016-03-17 | Auto merge of #321 - kamalmarhubi:r-architecture-label, r=fiveop | Homu |
2016-03-17 | contributing: Add R- architecture-specific label prefix | Kamal Marhubi |
2016-03-17 | Auto merge of #311 - fiveop:context, r=@kamalmarhubi | Homu |
2016-03-17 | Auto merge of #315 - kamalmarhubi:libc-bitflags, r=kamalmarhubi | Homu |
2016-03-17 | Auto merge of #318 - posborne:fix-runall, r=kamalmarhubi | Homu |
2016-03-16 | mman: Use libc_bitflags macro for ProtFlags | Kamal Marhubi |
2016-03-16 | testing: remove refs to test_nix in run-all.sh | Paul Osborne |
2016-03-16 | Add libc_bitflags convenience macro | Kamal Marhubi |
2016-03-15 | Auto merge of #297 - posborne:docker-cross-test-infrastructure, r=kamalmarhubi | Homu |
2016-03-14 | Add context module. | Philipp Matthias Schaefer |
2016-03-14 | testing: ensure run.sh is executing in docker container | Paul Osborne |
2016-03-14 | testing: explicitly check TRAVIS_OS_NAME is osx | Paul Osborne |
2016-03-14 | testing: update documentation related to testing | Paul Osborne |
2016-03-14 | testing: use default linker for appropriate platforms | Paul Osborne |
2016-03-14 | testing: move echo statement within docker run script | Paul Osborne |
2016-03-14 | libc: revert change to libc version | Paul Osborne |
2016-03-13 | testing: docker tests now work on travis | Paul Osborne |
2016-03-13 | testing: first shot at testing with travis for arm, mips, android, ... | Paul Osborne |
2016-03-13 | testing: move to new posborne/rust-cross images | Paul Osborne |
2016-03-14 | Auto merge of #314 - fiveop:flags, r=kamalmarhubi | Homu |
2016-03-13 | Rename flags to conform to conventions. | Philipp Matthias Schaefer |
2016-03-13 | testing: fix gcc/linker paths for several targets | Paul Osborne |
2016-03-13 | testing: export CC based on .cargo/config contents | Paul Osborne |
2016-03-13 | testing: disable thread parallelization in docker testing | Paul Osborne |
2016-03-13 | testing: fix test exeuction paths with move to docker container | Paul Osborne |
2016-03-13 | testing: disable some targets and continue running on failure | Paul Osborne |
2016-03-13 | testing: remove `set -x` from ci/run.sh | Paul Osborne |
2016-03-13 | testing: allow the docker image to be overriden | Paul Osborne |
2016-03-13 | testing: switch to posborne/rust-cross | Paul Osborne |
2016-03-13 | testing: add documentation covering the basics | Paul Osborne |
2016-03-13 | testing: configure linker via .cargo/config | Paul Osborne |