summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-02Typoorigin/nixEelco Dolstra
2015-07-02Preserve supplementary groups of build usersLudovic Courtès
2015-07-02GC: Handle ENOSPC creating/moving to the trash directoryEelco Dolstra
2015-07-02Use posix_fallocate to create /nix/var/nix/db/reservedEelco Dolstra
2015-07-02Make /nix/var/nix/db/reserved biggerEelco Dolstra
2015-07-02Export outputPaths functionEelco Dolstra
2015-07-02Use std::vector::data()Eelco Dolstra
2015-07-02Allow substitutes for builds that have preferLocalBuild setEelco Dolstra
2015-06-03Don't let unprivileged users repair pathsEelco Dolstra
2015-06-03Add a ‘verifyStore’ RPCLudovic Courtès
2015-06-03Revert /nix/store permission back to 01775Eelco Dolstra
2015-06-03Chroot builds: Provide world-readable /nix/storeEelco Dolstra
2015-06-03addToStore(): Take explicit name argumentEelco Dolstra
2015-06-03Tighten permissions on chroot directoriesEelco Dolstra
2015-06-03Fix typos: s/the the/the/Daniel Hahler
2015-06-03Use chroots for all derivationsEelco Dolstra
2015-06-03Use pivot_root in addition to chroot when possibleHarald van Dijk
2015-06-03Simplify parseHash32Eelco Dolstra
2015-06-03Simplify printHash32Eelco Dolstra
2015-06-03Doh^2Eelco Dolstra
2015-06-03DohEelco Dolstra
2015-06-03Set /nix/store permission to 1737Eelco Dolstra
2015-06-03libutil: Limit readLink() error to only overflows.aszlig
2015-06-03libutil: Improve errmsg on readLink size mismatch.aszlig
2015-06-03PedantryEelco Dolstra
2015-06-03Explicitly include required C headersMarko Durkovic
2015-06-03Better error messageEelco Dolstra
2015-06-03Silence some warnings on GCC 4.9Eelco Dolstra
2015-06-03Shut up a Valgrind warningEelco Dolstra
2015-06-03Fix some memory leaksEelco Dolstra
2015-06-03Ensure we're writing to stderr in the builderEelco Dolstra
2015-06-03Get rid of unnecessary "interrupted by the user" message with -vvvEelco Dolstra
2015-06-03Remove tabsEelco Dolstra
2015-06-03Use PR_SET_PDEATHSIG to ensure child cleanupEelco Dolstra
2015-06-03Rename 'initChild' to 'runChild'.Ludovic Courtès
2015-05-11Don't wait for PID -1Eelco Dolstra
2015-05-11Build derivations in a more predictable orderEelco Dolstra
2015-05-11Don't create unnecessary substitution goals for derivationsEelco Dolstra
2015-05-11Disable vacuuming the DB after garbage collectionEelco Dolstra
2015-05-11nix-daemon: Call exit(), not _exit()Eelco Dolstra
2015-05-11Clean up temp roots in a more C++ wayEelco Dolstra
2015-05-11Fix messageEelco Dolstra
2015-05-11Don't use ADDR_LIMIT_3GBEelco Dolstra
2015-05-11Make ~DerivationGoal more reliableEelco Dolstra
2015-05-11nix-store --gc: Don't warn about missing manifests directoryEelco Dolstra
2015-05-11Improve error message if the daemon worker fails to startEelco Dolstra
2015-05-11Fix build on gcc < 4.7Shea Levy
2015-05-11Improved error message when encountering unsupported file typesEelco Dolstra
2015-05-11Remove some duplicate codeEelco Dolstra
2015-05-11createDirs(): Handle ‘path’ being a symlinkEelco Dolstra