aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-12-10Build sandbox support etc. unconditionally on LinuxEelco Dolstra
2015-12-08Clarify error message for hash mismatches (again)Bjørn Forsman
2015-12-02daemon: Add 'buildMode' parameter to 'buildPaths' RPCLudovic Courtès
2015-12-02Use deterministic $TMPDIR in sandboxEelco Dolstra
2015-11-25Merge branch 'auto-call-functor'Shea Levy
2015-11-25autoCallFunction: Auto-call functorsShea Levy
2015-11-25Merge branch 'p/sandbox-rename-minimal' of https://github.com/vcunat/nixEelco Dolstra
2015-11-25Fix build failure introduced by #704Eelco Dolstra
2015-11-25Merge pull request #712 from pSub/print-meta-licenseEelco Dolstra
2015-11-24Merge pull request #704 from ysangkok/freebsd-supportEelco Dolstra
2015-11-21reintroduce host deps in tandem with sandbox profilesJude Taylor
2015-11-21Revert "remove sandbox-defaults.sb"Shea Levy
2015-11-21Print license information on '--xml --meta'Pascal Wittmann
2015-11-19re-fix permissions for GHCJude Taylor
2015-11-19Merge branch 'sandbox-profiles' of git://github.com/pikajude/nixShea Levy
2015-11-19src/libstore/build.cc: clarify error message for hash mismatchesPeter Simons
2015-11-17FreeBSD can build Linux 32-bit binariesjanus
2015-11-16Default arguments belong at declaration, not definitionShea Levy
2015-11-16Fix copy-paste errorShea Levy
2015-11-16AutoDelete: Add default constructor with deletion disabledShea Levy
2015-11-15Use AutoDelete for sandbox profile fileShea Levy
2015-11-14simplify build.cc using modern C++ featuresJude Taylor
2015-11-14simplify build permissionsJude Taylor
2015-11-14remove sandbox-defaults.sbJude Taylor
2015-11-14use per-derivation sandbox profilesJude Taylor
2015-11-10rename `chroot` to `sandbox` (fixes #656, close #682)Vladimír Čunát
2015-11-09Add option to verify build determinismEelco Dolstra
2015-11-09Revert "Allow using /bin and /usr/bin as impure prefixes on non-darwin by def...Eelco Dolstra
2015-11-09optimizePath(): Detect some .links corruptionEelco Dolstra
2015-11-09Fix namespace issueEelco Dolstra
2015-11-04Merge branch 'master' of https://github.com/pikajude/nixShea Levy
2015-11-04Support SHA-512 hashesEelco Dolstra
2015-11-04Require OpenSSLEelco Dolstra
2015-11-03fix syntax errorJude Taylor
2015-11-03darwin: allow reading system locale and zoneinfoJude Taylor
2015-10-31allow reading ICU dataJude Taylor
2015-10-30add special devices to sandbox-defaultsJude Taylor
2015-10-30<nix/fetchurl.nix>: Support xz-compressed NARsEelco Dolstra
2015-10-30<nix/fetchurl.nix>: Support downloading and unpacking NARsEelco Dolstra
2015-10-29int2String() -> std::to_string()Eelco Dolstra
2015-10-26Merge pull request #668 from svanderburg/masterEelco Dolstra
2015-10-21use nixDataDir instead of appending /share to PREFIXJude Taylor
2015-10-21revert libutil changeJude Taylor
2015-10-21clarifying commentJude Taylor
2015-10-21move preBuildHook defaulting to globals.ccJude Taylor
2015-10-21restore old DEFAULT_ALLOWED_IMPURE_PREFIXESJude Taylor
2015-10-21Add resolve-system-dependencies.plJude Taylor
2015-10-21remove usr paths from allowed inputsJude Taylor
2015-10-21allow access to SystemVersion for python buildersJude Taylor
2015-10-21fix line reading in preBuildHookJude Taylor