summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2017-03-28Cargo.toml: restore upstream libc remoteJörg Thalheim
My previous pull request was merged too early and contained my own libc fork with outstanding pull requests. As the pull requests are now merged, this commit restores the libc git repo.
2017-03-21add support for `fstatat`Jörg Thalheim
2017-03-02Bump to v0.8.1-preKamal Marhubi
2017-03-01Release v0.8.0Kamal Marhubi
closes #519
2017-02-16Update bitflags to 0.7Simon Sapin
2017-01-20Add categories to Cargo.tomlJake Goulding
2016-11-16Get rid of version suffix between versionsPhilipp Matthias Schaefer
2016-10-31Remove `rustc-version` dependency and build scriptAlex Crichton
The script checked for rustc >= 1.6.0, but the minimum supported version for this crate is now 1.7.0
2016-10-24cargo: bump version to 0.8.0-prePaul Osborne
Also, changed author from Carl to being more broad (as we have many contributors and maintainers now). This matches what is used for crates in the rust-lang org. Signed-off-by: Paul Osborne <osbpau@gmail.com>
2016-09-09Bump to 0.7.1-prePhilipp Matthias Schaefer
2016-09-09Release v0.7.0Philipp Matthias Schaefer
2016-07-13Use git master as libc versionSergey Bugaev
2016-06-29Use new libc versionNik Klassen
2016-06-10Bump to v0.6.1-preKamal Marhubi
2016-06-10Bump to v0.6.0Kamal Marhubi
2016-06-10Appease cargo: add version to nix-test path dependencyKamal Marhubi
2016-05-04Bump libc version.Philipp Matthias Schaefer
2016-04-18Use Void in exec return typearcnmx
2016-04-07Add the repository field to Cargo.tomlTill Arnold
2016-04-02Fix raw_pointer_derive warningKamal Marhubi
This commit adds a small build script to detect if we need to `#[allow(raw_pointer_derive)]` and makes the attribute conditional. Refs #337
2016-03-07Add gettidDave Hylands
2016-03-06unistd: Use bindings from libc instead of our ownKamal Marhubi
Refs https://github.com/nix-rust/nix/issues/264
2016-03-01Set version to 0.5.1-preKamal Marhubi
2016-03-01Bump version to 0.5.0Kamal Marhubi
2016-02-28bump bitflags version to 0.4Kalita Alexey
2016-02-12linux: Add sendfile(2)Kamal Marhubi
2016-02-05cargo: Move nix-test directly under dev-dependenciesKamal Marhubi
2016-01-27Bring back mountKamal Marhubi
Fixes https://github.com/carllerche/nix-rust/issues/85
2016-01-18Update to libc 0.2.4User Vagrant
2016-01-18update libc to 0.2.2Mattis Marjak
2016-01-13Use tempdir for temporary files in testsKamal Marhubi
2015-12-22Bump version to 0.5.0-preCarl Lerche
2015-12-03Bump version to v0.4.2Carl Lerche
2015-11-03Bump libc to 0.1.12.Utkarsh Kukreti
2015-10-20Move a few bindings behind featuresCarl Lerche
2015-09-30Bump version to v0.4.1Carl Lerche
2015-09-10Add signalfd supportAlex Gulyás
2015-08-21Merge remote-tracking branch 'posborne/ioctl-rework'Carl Lerche
2015-08-15Add flock(2) supportAndy Grover
2015-08-12Update some stuff for upstream bitflags changesCorey Richardson
2015-07-09Bump version to v0.3.9Carl Lerche
2015-07-06Add feature flag around execvpeTilde Engineering
2015-07-01Bump version to v0.3.8Carl Lerche
2015-06-24Bump libc dependency up to version 0.1.8Jarred Nicholls
2015-06-08Bump version to v0.3.7Carl Lerche
2015-05-19Bump version to v0.3.6Carl Lerche
2015-04-26Bump version to v0.3.5Carl Lerche
2015-04-24FromPrimitive is no moreFlorian Hartwig
2015-04-20Bump version to v0.3.4Carl Lerche
2015-04-08Bring back eventfd behind a feature flagCarl Lerche
At some point, feature flags will be switched to a conditional build system.