about summary refs log tree commit diff
path: root/src/libstore/local-store.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-19 Templatise tokenizeString()Eelco Dolstra1-3/+3
2012-09-13 Vacuum the SQLite DB after running the garbage collectorEelco Dolstra1-0/+7
2012-08-01 Report substituter errors to clients of the Nix daemonEelco Dolstra1-21/+37
2012-07-30 Refactor settings processingEelco Dolstra1-33/+31
2012-07-30 Pass configuration settings to the substitutersEelco Dolstra1-0/+4
2012-07-30 Remove unused variablesEelco Dolstra1-2/+0
2012-07-30 Fix whitespaceEelco Dolstra1-71/+71
2012-07-26 Fix the substituter testsEelco Dolstra1-1/+2
2012-07-26 Merge branch 'master' into no-manifestsEelco Dolstra1-9/+23
2012-07-23 Automatically optimise the Nix store when a new path is addedEelco Dolstra1-0/+7
2012-07-23 Use lutimes() if available to canonicalise the timestamp of symlinksEelco Dolstra1-9/+16
2012-07-18 Merge branch 'master' into no-manifestsEelco Dolstra1-0/+24
2012-07-17 Add function queryPathFromHashPart()Eelco Dolstra1-0/+24
2012-07-11 Replace hasSubstitutes() with querySubstitutablePaths()Eelco Dolstra1-5/+13
2012-07-11 Add a function queryValidPaths()Eelco Dolstra1-0/+9
2012-07-11 Rename queryValidPaths() to queryAllValidPaths()Eelco Dolstra1-2/+2
2012-07-11 Implement querySubstitutablePathInfos() in the daemonEelco Dolstra1-12/+0
2012-07-06 download-from-binary-cache: parallelise fetching of NAR info filesEelco Dolstra1-20/+40
2012-05-29 Reserve some disk space for the garbage collectorEelco Dolstra1-1/+19
2012-04-23 Merge pull request #2 from viric/masterEelco Dolstra1-0/+6
2012-03-26 Make the garbage collector more concurrentEelco Dolstra1-6/+1
2012-03-22 Fixing the default of sync-before-registeringLluís Batlle i Rossell1-1/+5
2012-03-22 Adding a nix option to sync before registering a path, for non-ext*Lluís Batlle i Rossell1-0/+2
2012-03-20 nix-store --clear-failed-paths: Clear derivation outputsEelco Dolstra1-1/+3
2012-03-05 Restore progress indication during nix-copy-closureEelco Dolstra1-0/+2
2012-03-01 Remove dependency on sqlite3_table_column_metadataEelco Dolstra1-7/+0