summary refs log tree commit diff
path: root/nix/libstore
AgeCommit message (Expand)Author
2015-07-02Typo 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-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-03Doh^2Eelco Dolstra
2015-06-03DohEelco Dolstra
2015-06-03Set /nix/store permission to 1737Eelco Dolstra
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-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-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-11Improved error message when encountering unsupported file typesEelco Dolstra
2015-05-11Remove some duplicate codeEelco Dolstra
2015-05-11On Linux, disable address space randomizationEelco Dolstra
2015-05-11Settings: Add bool get()Eelco Dolstra
2015-05-11Add an 'optimiseStore' remote procedure call.Ludovic Courtès
2015-05-11Add disallowedReferences / disallowedRequisitesEelco Dolstra
2015-05-11Introduce allowedRequisites featureGergely Risko
2015-05-11fix disappearing bash argumentsJoel Taylor
2015-05-11Make hook shutdown more reliableEelco Dolstra
2015-05-11DohEelco Dolstra
2015-05-11Reduce verbosityEelco Dolstra
2015-05-11Propagate remote timeouts properlyEelco Dolstra
2015-05-11Use regular file GC roots if possibleEelco Dolstra