aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
2013-11-22Support building dynamic librariesEelco Dolstra
2013-11-22Drop the dependency on AutomakeEelco Dolstra
2013-11-22Rename $(here) to $(d) for brevity, and remove trailing slashEelco Dolstra
2013-11-22New non-recursive, plain Make-based build systemEelco Dolstra
2013-11-14Remove nix-setuid-helperEelco Dolstra
2013-09-17RestoreSink: Slightly reduce the number of concurrent FDsEelco Dolstra
2013-09-06Don't apply the CPU affinity hack to nix-shell (and other Perl programs)Eelco Dolstra
2013-08-26Fix typos, especially those that end up in the Nix manualIvan Kozik
2013-08-19Store Nix integers as longsEelco Dolstra
2013-08-07Fix build on non-LinuxEelco Dolstra
2013-08-07Run the daemon worker on the same CPU as the clientEelco Dolstra
2013-07-30killUser: Don't let the child kill itself on AppleShea Levy
2013-07-12Garbage collector: Don't follow symlinks arbitrarilyEelco Dolstra
2013-06-20Don't keep "disabled" substituters runningEelco Dolstra
2013-06-07Process stderr from substituters while doing have/info queriesEelco Dolstra
2013-01-03Remove tabsEelco Dolstra
2013-01-03Clear any immutable bits in the Nix storeEelco Dolstra
2012-11-26Make "nix-build -A <derivation>.<output>" do the right thingEelco Dolstra
2012-11-15Don't use std::cerr in a few placesEelco Dolstra
2012-11-15Add some debug codeEelco Dolstra
2012-11-09Use vfork() instead of fork() if availableEelco Dolstra
2012-11-09Remove some redundant close() callsEelco Dolstra
2012-11-09Remove the quickExit functionEelco Dolstra
2012-10-23If hashes do not match, print them in base-32 for SHA-1/SHA-256Eelco Dolstra
2012-10-04XML writer: flush after newlinesEelco Dolstra
2012-09-28Handle octal escapes in /proc/self/mountinfoEelco Dolstra
2012-09-19Remove setting of the immutable bitEelco Dolstra
2012-09-19Templatise tokenizeString()Eelco Dolstra
2012-09-11Include config.h before any other headerEelco Dolstra
2012-08-27Merge branch 'master' into no-manifestsEelco Dolstra
2012-08-20In the chroot, make all mounted filesystems privateEelco Dolstra
2012-08-12Add some basic profiling support to the evaluatorEelco Dolstra
2012-08-01Drop the block count in the garbage collectorEelco Dolstra
2012-08-01DohEelco Dolstra
2012-08-01Report substituter errors to clients of the Nix daemonEelco Dolstra
2012-07-26Set permissions on temporary build directories to 0700Eelco Dolstra
2012-07-18Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra
2012-06-25When using chroots, use a private PID namespaceEelco Dolstra
2012-03-18Drop the externals directoryEelco Dolstra
2012-03-05Set the close-on-exec flag on file descriptorsEelco Dolstra
2012-02-15On Linux, make the Nix store really read-only by using the immutable bitEelco Dolstra
2012-02-09Use data() instead of c_str() where appropriateEelco Dolstra
2011-12-22* In the garbage collector, delete invalid paths before deletingEelco Dolstra
2011-12-16* importPath() -> importPaths(). Because of buffering of the inputEelco Dolstra
2011-12-16* Avoid expensive conversions from char arrays to STL strings.Eelco Dolstra
2011-12-16* Make the import operation through the daemon much more efficientEelco Dolstra
2011-12-16* Clean up exception handling.Eelco Dolstra
2011-12-15* Refactoring: move sink/source buffering into separate classes.Eelco Dolstra
2011-12-15* Buffer reads in FdSource. Together with write buffering, thisEelco Dolstra
2011-12-14* Buffer writes in FdSink. This significantly reduces the number ofEelco Dolstra