summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-15add a CHANGELOG entry for pipe2Jack O'Connor
2016-09-15make unsafe code more fine-grained in pipe2Jack O'Connor
2016-09-14call pipe2 directly on LinuxJack O'Connor
2016-09-10Auto merge of #425 - fiveop:release_procedure, r=kamalmarhubiHomu
2016-09-10Auto merge of #424 - fiveop:bump_0.7.1-dev, r=kamalmarhubiHomu
2016-09-09Small fixes to RELEASE_PROCEDURE.mdPhilipp Matthias Schaefer
2016-09-09Bump to 0.7.1-prePhilipp Matthias Schaefer
2016-09-10Auto merge of #423 - fiveop:release_0.7.0, r=kamalmarhubiHomu
2016-09-09Release v0.7.0Philipp Matthias Schaefer
2016-09-09Add note to CHANGELOG.md for PR #422.Philipp Matthias Schaefer
2016-09-10Auto merge of #422 - sdroege:msg-cmsg-cloexec, r=posborneHomu
2016-09-09Add MSG_CMSG_CLOEXEC to MsgFlags on LinuxSebastian Dröge
2016-09-09Auto merge of #420 - philippkeller:patch-1, r=fiveopHomu
2016-09-09described changes done in #416Philipp Keller
2016-09-09Auto merge of #419 - fiveop:libc_version_release, r=posborneHomu
2016-09-08Mention the libc version changes in RELEASE_PROCEDURE.mdPhilipp Matthias Schaefer
2016-09-08Auto merge of #418 - kamalmarhubi:release-procedure, r=posborneHomu
2016-09-07Expand on release procedureKamal Marhubi
2016-09-08Auto merge of #416 - philippkeller:master, r=posborneHomu
2016-09-07fixed indentationPhilipp Keller
2016-09-07resolving all remarks by @posborne, fixed max line length=99, fixed rust 1.2....Philipp Keller
2016-09-06rust 1.2.0 doesn't support expect, switched to proper match blockPhilipp Keller
2016-09-06added documentation for getcwd and mkdir, changed test so that it compares ag...Philipp Keller
2016-09-06fixed the trailing whitespacesPhilipp Keller
2016-09-06made it running with rust 1.2.0: the code for getcwd is now an exact copy of ...Philipp Keller
2016-09-05implemented mkdir, extended getcwd test to include long path namesPhilipp Keller
2016-09-03added test for getcwd, still not complete (needs to check also longer directo...Philipp Keller
2016-09-02implemented getcwd (returning Result<PathBuf>, reconciling all calls to expec...Philipp Keller
2016-09-01Auto merge of #392 - fiveop:less_ffi, r=@fiveopHomu
2016-09-01Auto merge of #399 - fiveop:less_ffi_poll, r=posborneHomu
2016-08-31Document changes to poll.rs in CHANGELOG.mdPhilipp Matthias Schaefer
2016-08-31Run rustfmt on mqueue.rsPhilipp Matthias Schaefer
2016-08-31Describe changes to mqueue in change logPhilipp Matthias Schaefer
2016-08-31Replace ffi module by libc functions in mqueue.rsPhilipp Matthias Schaefer
2016-08-31Use libc in poll.rsPhilipp Matthias Schaefer
2016-08-30Auto merge of #402 - fiveop:less_ffi_sched, r=@posborneHomu
2016-08-29Replace parts of ffi module by libc functions in sched.rsPhilipp Matthias Schaefer
2016-08-28Updated CHANGELOG.md for #405 and #407.Philipp Matthias Schaefer
2016-08-27Auto merge of #407 - untitaker:fullfsync-fcntl, r=fiveopHomu
2016-08-26Add FcntlArg::F_FULLFSYNCMarkus Unterwaditzer
2016-08-26Auto merge of #405 - murarth:clone-fdset, r=fiveopHomu
2016-08-25Implement `Clone` for `FdSet` on Mac/iOSMurarth
2016-08-16Auto merge of #401 - fiveop:fix_warnings, r=posborneHomu
2016-08-15Get rid of a few warnings during compilation of testsPhilipp Matthias Schaefer
2016-08-12Auto merge of #400 - asomers:master, r=posborneHomu
2016-08-11Auto merge of #397 - fiveop:asomers_master, r=@posborneHomu
2016-08-11Auto merge of #398 - posborne:fix-docker-builds, r=fiveopHomu
2016-08-10ci: fix docker container checkPaul Osborne
2016-08-10Fix nix on FreeBSD amd64Alan Somers
2016-08-10Fix the sockopt_impl matcher rule order.Alan Somers