aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-16AutoCloseDir: Use std::unique_ptrEelco Dolstra
2017-01-16AutoDeleteArray -> std::unique_ptrEelco Dolstra
2017-01-16nix-build: Use showManPage() and printVersion()Eelco Dolstra
2017-01-10builtins.readFile: Put the references of the file, not those needed to realiz...Shea Levy
2017-01-09Merge pull request #1139 from Mic92/masterEelco Dolstra
2017-01-07nix-shell: Fix 'nix-shell --command' doing nothing without TTYTuomas Tynkkynen
2017-01-03nix-shell: In #! mode, pass the last argumentEelco Dolstra
2017-01-03nix-shell: Don't act interactive in shebangsTuomas Tynkkynen
2017-01-03nix-shell: Fix 'nix-shell -i'Tuomas Tynkkynen
2017-01-02Provide /var/run/nscd/socket in the sandboxEelco Dolstra
2016-12-22Call Aws::InitAPIEelco Dolstra
2016-12-22Add commentEelco Dolstra
2016-12-19Revert "Merge branch 'seccomp' of https://github.com/aszlig/nix"Eelco Dolstra
2016-12-19Revert "Give root a valid home directory"Eelco Dolstra
2016-12-15Give root a valid home directoryEelco Dolstra
2016-12-15Merge branch 'master' of github.com:NixOS/nixEelco Dolstra
2016-12-15Merge branch 'seccomp' of https://github.com/aszlig/nixEelco Dolstra
2016-12-13Merge branch 'base32-overflow' of git://github.com/vcunat/nixShea Levy
2016-12-09Probably fix a segfault in PathLocksEelco Dolstra
2016-12-08Don't delete .check directories of running buildsEelco Dolstra
2016-12-08Fix warning on 32-bit systemsEelco Dolstra
2016-12-08Fix buildEelco Dolstra
2016-12-08S3BinaryCacheStore: Ensure it only builds on LinuxEelco Dolstra
2016-12-08Fix S3BinaryCacheStoreEelco Dolstra
2016-12-07Add a hook to run diffoscope when non-determinism is detectedEelco Dolstra
2016-12-07Keep track of the exact build start/stop timesEelco Dolstra
2016-12-07Bail out early when non-determinism is detectedEelco Dolstra
2016-12-07Expose enforce-determinism and the result to HydraEelco Dolstra
2016-12-07Add an option to make non-determinism non-fatalEelco Dolstra
2016-12-06Use a steady clock for timeoutsEelco Dolstra
2016-12-06nix-store --serve: Suppress log output on stderr when repeating a buildEelco Dolstra
2016-12-06nix-store --serve: Support setting build-repeatEelco Dolstra
2016-12-06Tweak error messageEelco Dolstra
2016-11-27Improve error message on trailing path slashesGuillaume Maudoux
2016-11-25Simplify remouting with MS_PRIVATE in sandbox buildJörg Thalheim
2016-11-21nix-channel: Fix --update <CHANNELS>Eelco Dolstra
2016-11-17TypoEelco Dolstra
2016-11-17Fix binary-cache-store buildShea Levy
2016-11-17istringstream_nocopy: Implement in a standards-compliant wayShea Levy
2016-11-17nix-daemon: Fix splice faking on non-LinuxShea Levy
2016-11-17Update darwin build for optional sandbox pathsShea Levy
2016-11-16seccomp: Forge return values for *chown32aszlig
2016-11-16seccomp: Forge return codes for POSIX ACL syscallsaszlig
2016-11-16libstore/build: Forge chown() to return successaszlig
2016-11-16Add build dependency for libseccompaszlig
2016-11-16Run builds as root in user namespace againaszlig
2016-11-16S3BinaryCacheStore:: Eliminate a string copy while uploadingEelco Dolstra
2016-11-14buildPaths(): Handle ecIncompleteClosureEelco Dolstra
2016-11-14Don't rely on %mEelco Dolstra
2016-11-14daemon: Do not error out when deduplication fails due to ENOSPC.Ludovic Courtès