summary refs log tree commit diff
path: root/nix
AgeCommit message (Expand)Author
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
2015-05-11nix-daemon: Close unnecessary fdEelco Dolstra
2015-05-11Remove bogus commentEelco 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
2015-05-11Remove unnecessary call to addTempRoot()Eelco Dolstra
2015-05-11DohEelco Dolstra
2015-05-11Move some options out of globalsEelco Dolstra
2015-05-11RefactorEelco Dolstra
2015-05-11Add option ‘build-extra-chroot-dirs’Eelco Dolstra
2015-05-11Get rid of "killing <pid>" message for unused build hooksEelco Dolstra
2015-05-11Remove ugly hack for detecting build environment setup errorsEelco Dolstra
2015-05-11Call commonChildInit() before doing chroot initEelco Dolstra
2015-05-11Eliminate redundant copyEelco Dolstra
2015-05-11findRoots(): Prevent a call to lstat()Eelco Dolstra
2015-05-11Make readDirectory() return inode / file typeEelco Dolstra
2015-05-11Allow regular files as GC rootsEelco Dolstra
2015-05-11Remove some dead codeEelco Dolstra