Age | Commit message (Expand) | Author |
2016-09-27 | Remove double copy of array (to_owned() and PathBuf::from), use OsString::fro... | Philipp Keller |
2016-09-27 | test also that mkstemp fails when there's no X at the end | Philipp Keller |
2016-09-27 | move path outside closure to avoid use after free, restructed for easier read... | Philipp Keller |
2016-09-16 | fixing build for aarch64-unknown-linux-gnu (which expects the pointer to be *... | Philipp Keller |
2016-09-16 | made it running with rust 1.2, added documentation to mkstemp | Philipp Keller |
2016-09-10 | Auto merge of #425 - fiveop:release_procedure, r=kamalmarhubi | Homu |
2016-09-10 | Auto merge of #424 - fiveop:bump_0.7.1-dev, r=kamalmarhubi | Homu |
2016-09-09 | Small fixes to RELEASE_PROCEDURE.md | Philipp Matthias Schaefer |
2016-09-09 | Bump to 0.7.1-pre | Philipp Matthias Schaefer |
2016-09-10 | Auto merge of #423 - fiveop:release_0.7.0, r=kamalmarhubi | Homu |
2016-09-09 | Release v0.7.0 | Philipp Matthias Schaefer |
2016-09-09 | Add note to CHANGELOG.md for PR #422. | Philipp Matthias Schaefer |
2016-09-10 | Auto merge of #422 - sdroege:msg-cmsg-cloexec, r=posborne | Homu |
2016-09-09 | Add MSG_CMSG_CLOEXEC to MsgFlags on Linux | Sebastian Dröge |
2016-09-09 | Auto merge of #420 - philippkeller:patch-1, r=fiveop | Homu |
2016-09-09 | described changes done in #416 | Philipp Keller |
2016-09-09 | Auto merge of #419 - fiveop:libc_version_release, r=posborne | Homu |
2016-09-08 | Mention the libc version changes in RELEASE_PROCEDURE.md | Philipp Matthias Schaefer |
2016-09-08 | Auto merge of #418 - kamalmarhubi:release-procedure, r=posborne | Homu |
2016-09-07 | Expand on release procedure | Kamal Marhubi |
2016-09-08 | Auto merge of #416 - philippkeller:master, r=posborne | Homu |
2016-09-07 | fixed indentation | Philipp Keller |
2016-09-07 | resolving all remarks by @posborne, fixed max line length=99, fixed rust 1.2.... | Philipp Keller |
2016-09-06 | rust 1.2.0 doesn't support expect, switched to proper match block | Philipp Keller |
2016-09-06 | added documentation for getcwd and mkdir, changed test so that it compares ag... | Philipp Keller |
2016-09-06 | fixed the trailing whitespaces | Philipp Keller |
2016-09-06 | made it running with rust 1.2.0: the code for getcwd is now an exact copy of ... | Philipp Keller |
2016-09-05 | implemented mkdir, extended getcwd test to include long path names | Philipp Keller |
2016-09-03 | added test for getcwd, still not complete (needs to check also longer directo... | Philipp Keller |
2016-09-02 | implemented getcwd (returning Result<PathBuf>, reconciling all calls to expec... | Philipp Keller |
2016-09-01 | Auto merge of #392 - fiveop:less_ffi, r=@fiveop | Homu |
2016-09-01 | Auto merge of #399 - fiveop:less_ffi_poll, r=posborne | Homu |
2016-08-31 | Document changes to poll.rs in CHANGELOG.md | Philipp Matthias Schaefer |
2016-08-31 | Run rustfmt on mqueue.rs | Philipp Matthias Schaefer |
2016-08-31 | Describe changes to mqueue in change log | Philipp Matthias Schaefer |
2016-08-31 | Replace ffi module by libc functions in mqueue.rs | Philipp Matthias Schaefer |
2016-08-31 | Use libc in poll.rs | Philipp Matthias Schaefer |
2016-08-30 | Auto merge of #402 - fiveop:less_ffi_sched, r=@posborne | Homu |
2016-08-29 | Replace parts of ffi module by libc functions in sched.rs | Philipp Matthias Schaefer |
2016-08-28 | Updated CHANGELOG.md for #405 and #407. | Philipp Matthias Schaefer |
2016-08-27 | Auto merge of #407 - untitaker:fullfsync-fcntl, r=fiveop | Homu |
2016-08-26 | Add FcntlArg::F_FULLFSYNC | Markus Unterwaditzer |
2016-08-26 | Auto merge of #405 - murarth:clone-fdset, r=fiveop | Homu |
2016-08-25 | Implement `Clone` for `FdSet` on Mac/iOS | Murarth |
2016-08-16 | Auto merge of #401 - fiveop:fix_warnings, r=posborne | Homu |
2016-08-15 | Get rid of a few warnings during compilation of tests | Philipp Matthias Schaefer |
2016-08-12 | Auto merge of #400 - asomers:master, r=posborne | Homu |
2016-08-11 | Auto merge of #397 - fiveop:asomers_master, r=@posborne | Homu |
2016-08-11 | Auto merge of #398 - posborne:fix-docker-builds, r=fiveop | Homu |
2016-08-10 | ci: fix docker container check | Paul Osborne |