aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2013-05-09build-remote.pl: Enforce timeouts locallyEelco Dolstra
2013-05-01Don't let stderr writes in substituters cause a deadlockEelco Dolstra
2013-04-26addAdditionalRoots(): Check each path only onceEelco Dolstra
2013-04-23Fix --timeoutEelco Dolstra
2013-04-23Nix daemon: respect build timeout from the clientEelco Dolstra
2013-04-04Complain if /homeless-shelter existsEelco Dolstra
2013-03-25makeStoreWritable: Ask forgiveness, not permissionShea Levy
2013-03-25makeStoreWritable: Use statvfs instead of /proc/self/mountinfo to find out if...Shea Levy
2013-03-08Revert "Prevent config.h from being clobbered"Eelco Dolstra
2013-03-07Prevent config.h from being clobberedEelco Dolstra
2013-02-28Handle systems without lutimes() or lchown()Eelco Dolstra
2013-02-28Handle symlinks properlyEelco Dolstra
2013-02-27Handle hard links to other files in the outputEelco Dolstra
2013-02-27Refactoring: Split off the non-recursive canonicalisePathMetaData()Eelco Dolstra
2013-02-26Security: Don't allow builders to change permissions on files they don't ownEelco Dolstra
2013-02-19Add `Settings::nixDaemonSocketFile'.Ludovic Courtès
2013-02-19Enable chroot support on old glibc versions.Ludovic Courtès
2013-01-23Only warn about SQLite being busy onceEelco Dolstra
2013-01-17Store build logs in /nix/var/log/nix/drvs/<XX>Eelco Dolstra
2013-01-05Delete a left-over trash directory before doing a GCEelco Dolstra
2013-01-04Fix "0 store paths deleted" messageEelco Dolstra
2013-01-03Open the database after removing immutable bitsEelco Dolstra
2013-01-03Clear any immutable bits in the Nix storeEelco Dolstra
2013-01-02If a substitute closure is incomplete, build dependencies, then retry the sub...Eelco Dolstra
2013-01-02Automatically fall back if the references of a substitute are not substitutableEelco Dolstra
2012-12-29nix-build: Support talking to old daemonsEelco Dolstra
2012-12-29Allow mounting a path in a different location in the chrootEelco Dolstra
2012-12-20nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settingsEelco Dolstra
2012-12-20Yet another rewrite of the garbage collectorEelco Dolstra
2012-12-19If gc-keep-derivations is set, only keep the actual deriverEelco Dolstra
2012-12-19Kill the build hook rather than shutting it down cleanlyEelco Dolstra
2012-12-18Revert brain fartEelco Dolstra
2012-12-18Check for potential infinite select() loops when buildingEelco Dolstra
2012-12-11On SQLITE_BUSY, wait a random amount of timeEelco Dolstra
2012-11-27Add builtin constants ‘langVersion’ and ‘nixVersion’Eelco Dolstra
2012-11-26queryMissing(): Handle partially valid derivationsEelco Dolstra
2012-11-26Only substitute wanted outputs of a derivationEelco Dolstra
2012-11-26Make "nix-build -A <derivation>.<output>" do the right thingEelco Dolstra
2012-11-15Disable use of vfork()Eelco Dolstra
2012-11-15Don't use std::cerr in a few placesEelco Dolstra
2012-11-09Use vfork() instead of fork() if availableEelco Dolstra
2012-11-09Remove definition of non-existant functionEelco Dolstra
2012-11-09Remove some redundant close() callsEelco Dolstra
2012-11-09Remove the quickExit functionEelco Dolstra
2012-11-09Remove a Darwin hack that should no longer be neededEelco Dolstra
2012-11-09Don't start copy-from-other-stores if $NIX_OTHER_STORES is unsetEelco Dolstra
2012-11-09Remove unnecessary call to closeMostFDs()Eelco Dolstra
2012-11-06canonicalizePathMetaData: Fall-back to utimes if lutimes fails due to ENOSYSShea Levy
2012-10-23If hashes do not match, print them in base-32 for SHA-1/SHA-256Eelco Dolstra
2012-10-11Shorten the names of temporary build directoriesEelco Dolstra