aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/local-store.cc
AgeCommit message (Expand)Author
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
2012-09-19Templatise tokenizeString()Eelco Dolstra
2012-09-13Vacuum the SQLite DB after running the garbage collectorEelco Dolstra
2012-08-01Report substituter errors to clients of the Nix daemonEelco Dolstra
2012-07-30Refactor settings processingEelco Dolstra
2012-07-30Pass configuration settings to the substitutersEelco Dolstra
2012-07-30Remove unused variablesEelco Dolstra
2012-07-30Fix whitespaceEelco Dolstra
2012-07-26Fix the substituter testsEelco Dolstra
2012-07-26Merge branch 'master' into no-manifestsEelco Dolstra
2012-07-23Automatically optimise the Nix store when a new path is addedEelco Dolstra
2012-07-23Use lutimes() if available to canonicalise the timestamp of symlinksEelco Dolstra
2012-07-18Merge branch 'master' into no-manifestsEelco Dolstra
2012-07-17Add function queryPathFromHashPart()Eelco Dolstra
2012-07-11Replace hasSubstitutes() with querySubstitutablePaths()Eelco Dolstra
2012-07-11Add a function queryValidPaths()Eelco Dolstra
2012-07-11Rename queryValidPaths() to queryAllValidPaths()Eelco Dolstra
2012-07-11Implement querySubstitutablePathInfos() in the daemonEelco Dolstra
2012-07-06download-from-binary-cache: parallelise fetching of NAR info filesEelco Dolstra
2012-05-29Reserve some disk space for the garbage collectorEelco Dolstra
2012-04-23Merge pull request #2 from viric/masterEelco Dolstra
2012-03-26Make the garbage collector more concurrentEelco Dolstra
2012-03-22Fixing the default of sync-before-registeringLluís Batlle i Rossell
2012-03-22Adding a nix option to sync before registering a path, for non-ext*Lluís Batlle i Rossell
2012-03-20nix-store --clear-failed-paths: Clear derivation outputsEelco Dolstra
2012-03-05Restore progress indication during nix-copy-closureEelco Dolstra
2012-03-01Remove dependency on sqlite3_table_column_metadataEelco Dolstra
2012-02-15On Linux, make the Nix store really read-only by using the immutable bitEelco Dolstra
2012-02-15Fix a broken guard around utime()Eelco Dolstra
2011-12-30* Reject a build if there is a cycle among the outputs. This isEelco Dolstra
2011-12-16* Sync with the trunk.Eelco Dolstra
2011-12-16* importPath() -> importPaths(). Because of buffering of the inputEelco Dolstra
2011-12-16* Make the import operation through the daemon much more efficientEelco Dolstra
2011-12-15* Refactoring: move sink/source buffering into separate classes.Eelco Dolstra
2011-12-05* Remove unnecessary quotes. showPaths() already adds quotes.Eelco Dolstra
2011-12-02* In ‘nix-store --verify --check-contents’, repair missing hashesEelco Dolstra