about summary refs log tree commit diff
path: root/src/libstore/local-store.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-27 Set up a minimal /dev in chrootsEelco Dolstra1-2/+1
2014-02-17 Heuristically detect if a build may have failed due to a full diskEelco Dolstra1-2/+2
2014-02-03 Fix assertion failure in ‘nix-store --load-db’Eelco Dolstra1-1/+12
2014-02-01 Give a friendly error message if the DB directory is not writableEelco Dolstra1-2/+6
2013-11-22 Include <cstring> for memsetEelco Dolstra1-0/+1
2013-11-14 Remove nix-setuid-helperEelco Dolstra1-3/+3
2013-10-16 Retry all SQLite operationsEelco Dolstra1-128/+165
2013-10-16 Fix a race in registerFailedPath()Eelco Dolstra1-2/+1
2013-10-16 Convenience macros for retrying a SQLite transactionEelco Dolstra1-46/+42
2013-10-16 Don't wrap read-only queries in a transactionEelco Dolstra1-6/+0
2013-10-16 Print a distinct warning for SQLITE_PROTOCOLEelco Dolstra1-4/+8
2013-10-16 Treat SQLITE_PROTOCOL as SQLITE_BUSYEelco Dolstra1-1/+1
2013-08-26 Fix typos, especially those that end up in the Nix manualIvan Kozik1-1/+1
2013-08-07 Run the daemon worker on the same CPU as the clientEelco Dolstra1-0/+2
2013-06-20 Increase SQLite's auto-checkpoint intervalEelco Dolstra1-2/+2
2013-06-20 Don't keep "disabled" substituters runningEelco Dolstra1-2/+25
2013-06-13 Allow hard links between the outputs of a derivationEelco Dolstra1-7/+8
2013-06-13 In repair mode, update the hash of rebuilt pathsEelco Dolstra1-3/+4
2013-06-07 Remove obsolete EOF checksEelco Dolstra1-26/+18
2013-06-07 Process stderr from substituters while doing have/info queriesEelco Dolstra1-9/+50
2013-06-07 Buffer reads from the substituterEelco Dolstra1-10/+22
2013-05-01 Don't let stderr writes in substituters cause a deadlockEelco Dolstra1-0/+4
2013-03-25 makeStoreWritable: Ask forgiveness, not permissionShea Levy1-2/+2
2013-03-25 makeStoreWritable: Use statvfs instead of /proc/self/mountinfo to find out if...Shea Levy1-21/+12
2013-03-08 Revert "Prevent config.h from being clobbered"Eelco Dolstra1-37/+79
2013-03-07 Prevent config.h from being clobberedEelco Dolstra1-79/+37
2013-02-28 Handle systems without lutimes() or lchown()Eelco Dolstra1-1/+1
2013-02-28 Handle symlinks properlyEelco Dolstra1-1/+1
2013-02-27 Handle hard links to other files in the outputEelco Dolstra1-6/+26
2013-02-27 Refactoring: Split off the non-recursive canonicalisePathMetaData()Eelco Dolstra1-35/+50
2013-02-26 Security: Don't allow builders to change permissions on files they don't ownEelco Dolstra1-7/+10
2013-01-23 Only warn about SQLite being busy onceEelco Dolstra1-1/+5
2013-01-03 Open the database after removing immutable bitsEelco Dolstra1-1/+1
2013-01-03 Clear any immutable bits in the Nix storeEelco Dolstra1-1/+60
2012-12-11 On SQLITE_BUSY, wait a random amount of timeEelco Dolstra1-1/+1
2012-11-09 Use vfork() instead of fork() if availableEelco Dolstra1-5/+16
2012-11-09 Remove some redundant close() callsEelco Dolstra1-2/+0
2012-11-09 Remove the quickExit functionEelco Dolstra1-1/+1
2012-11-09 Remove a Darwin hack that should no longer be neededEelco Dolstra1-7/+0
2012-11-09 Remove unnecessary call to closeMostFDs()Eelco Dolstra1-1/+0
2012-11-06 canonicalizePathMetaData: Fall-back to utimes if lutimes fails due to ENOSYSShea Levy1-0/+2
2012-10-04 nix-store --verify: Continue on errorsEelco Dolstra1-2/+4
2012-10-03 Remove bin2cEelco Dolstra1-0/+2
2012-10-03 Add a ‘--repair’ flag to nix-instantiateEelco Dolstra1-8/+8
2012-10-03 When repairing a derivation, check and repair the entire output closureEelco Dolstra1-4/+20
2012-10-02 Add a --repair flag to ‘nix-store -r’ to repair derivation outputsEelco Dolstra1-0/+10
2012-10-02 nix-store --verify: Add an option ‘--repair’ to repair all missing/corrup...Eelco Dolstra1-5/+20
2012-09-25 Make the store writable before creating /nix/store/.linksEelco Dolstra1-2/+1
2012-09-19 Remove setting of the immutable bitEelco Dolstra1-2/+0
2012-09-19 Support having /nix/store as a read-only bind mountEelco Dolstra1-0/+39