aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/local-store.cc
AgeCommit message (Expand)Author
2014-02-27Set up a minimal /dev in chrootsEelco Dolstra
2014-02-17Heuristically detect if a build may have failed due to a full diskEelco Dolstra
2014-02-03Fix assertion failure in ‘nix-store --load-db’Eelco Dolstra
2014-02-01Give a friendly error message if the DB directory is not writableEelco Dolstra
2013-11-22Include <cstring> for memsetEelco Dolstra
2013-11-14Remove nix-setuid-helperEelco 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-08-26Fix typos, especially those that end up in the Nix manualIvan Kozik
2013-08-07Run the daemon worker on the same CPU as the clientEelco Dolstra
2013-06-20Increase SQLite's auto-checkpoint intervalEelco Dolstra
2013-06-20Don't keep "disabled" substituters runningEelco Dolstra
2013-06-13Allow hard links between the outputs of a derivationEelco 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-01Don't let stderr writes in substituters cause a deadlockEelco 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-01-23Only warn about SQLite being busy onceEelco Dolstra
2013-01-03Open the database after removing immutable bitsEelco Dolstra
2013-01-03Clear any immutable bits in the Nix storeEelco Dolstra
2012-12-11On SQLITE_BUSY, wait a random amount of timeEelco 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-11-09Remove a Darwin hack that should no longer be neededEelco 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-04nix-store --verify: Continue on errorsEelco Dolstra
2012-10-03Remove bin2cEelco Dolstra
2012-10-03Add a ‘--repair’ flag to nix-instantiateEelco Dolstra
2012-10-03When repairing a derivation, check and repair the entire output closureEelco Dolstra
2012-10-02Add a --repair flag to ‘nix-store -r’ to repair derivation outputsEelco Dolstra
2012-10-02nix-store --verify: Add an option ‘--repair’ to repair all missing/corrup...Eelco Dolstra
2012-09-25Make the store writable before creating /nix/store/.linksEelco Dolstra
2012-09-19Remove setting of the immutable bitEelco Dolstra
2012-09-19Support having /nix/store as a read-only bind mountEelco Dolstra