aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2013-11-14Remove nix-setuid-helperEelco Dolstra
2013-11-12Make function calls show up in stack traces againEelco Dolstra
2013-10-22For auto roots, show the intermediate linkEelco Dolstra
2013-10-16Retry all SQLite operationsEelco Dolstra
2013-10-16Fix a race in registerFailedPath()Eelco Dolstra
2013-10-16Convenience macros for retrying a SQLite transactionEelco Dolstra
2013-10-16Don't wrap read-only queries in a transactionEelco Dolstra
2013-10-16Print a distinct warning for SQLITE_PROTOCOLEelco Dolstra
2013-10-16Treat SQLITE_PROTOCOL as SQLITE_BUSYEelco Dolstra
2013-09-06Don't apply the CPU affinity hack to nix-shell (and other Perl programs)Eelco Dolstra
2013-09-02Only show trace messages when tracing is enabledEelco Dolstra
2013-09-02Add an option to limit the log output of buildersEelco Dolstra
2013-08-26Fix typos, especially those that end up in the Nix manualIvan Kozik
2013-08-26Fix personality switching from x86_64 to i686Gergely Risko
2013-08-07Run the daemon worker on the same CPU as the clientEelco Dolstra
2013-07-18Revert "build-remote.pl: Enforce timeouts locally"Eelco Dolstra
2013-07-15Allow bind-mounting regular files into the chrootShea Levy
2013-07-12Garbage collector: Don't follow symlinks arbitrarilyEelco Dolstra
2013-06-20Don't set $preferLocalBuild and $requiredSystemFeatures in buildersEelco Dolstra
2013-06-20Don't substitute derivations that have preferLocalBuild setEelco Dolstra
2013-06-20Increase SQLite's auto-checkpoint intervalEelco Dolstra
2013-06-20Disable the copy-from-other-stores substituterEelco Dolstra
2013-06-20Don't keep "disabled" substituters runningEelco Dolstra
2013-06-13Allow hard links between the outputs of a derivationEelco Dolstra
2013-06-13Fix a security bug in hash rewritingEelco Dolstra
2013-06-13Fix assertion failure in canonicalisePathMetaData() after hash rewritingEelco Dolstra
2013-06-13computeFSClosure: Only process the missing/corrupt pathsEelco Dolstra
2013-06-13In repair mode, update the hash of rebuilt pathsEelco Dolstra
2013-06-07Remove obsolete EOF checksEelco Dolstra
2013-06-07Process stderr from substituters while doing have/info queriesEelco Dolstra
2013-06-07Buffer reads from the substituterEelco Dolstra
2013-05-23nix-store --export: Export paths in topologically sorted orderEelco Dolstra
2013-05-10In trace messages, don't print the output pathEelco Dolstra
2013-05-09Communicate build timeouts to HydraEelco Dolstra
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