aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/gc.cc
AgeCommit message (Expand)Author
2021-06-18UDSRemoteStore: Support the 'root' store parameterEelco Dolstra
2020-10-12Handle amount of disk space saved by hard linking being negativevolth
2020-10-09Split out `local-fs-store.hh`John Ericson
2020-09-23lstat() cleanupEelco Dolstra
2020-09-17Fix garbage collection of CA derivationsregnat
2020-09-03Remove gc-check-reachabilityEelco Dolstra
2020-09-03addPermRoot(): Remove indirect flagEelco Dolstra
2020-07-30unsigned long long -> uint64_tEelco Dolstra
2020-07-13toStorePath(): Return a StorePath and the suffixEelco Dolstra
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-15Get rid of explicit ErrorInfo constructorsEelco Dolstra
2020-05-13formatting and a few minor changesBen Burdette
2020-05-13consistent capitalizationBen Burdette
2020-05-13change status messages to info levelBen Burdette
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-05-06todo removalBen Burdette
2020-05-06Merge pull request #3546 from guibou/nix_readfile_on_0_sized_filesEelco Dolstra
2020-05-04nix auto-gc: use fragment sizeJude Taylor
2020-05-01convert some errorsBen Burdette
2020-04-29Remove the `drain` argument from `readFile`Guillaume Bouchard
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-09gc.cc: Ignore hidden files in temprootsPhilipp Middendorf
2020-02-28Fix GC failures on bad store path namesEelco Dolstra
2020-01-05build: fix sandboxing on darwinDaiderd Jordan
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-11-22getEnv(): Return std::optionalEelco Dolstra
2019-09-30Merge pull request #2338 from bobvanderlinden/pr-cannot-delete-alive-whyDomen Kožar
2019-08-29Don't rely on st_blocksEelco Dolstra
2019-08-29CleanupEelco Dolstra
2019-08-02SimplifyEelco Dolstra
2019-08-02Use BSD instead of POSIX file locksEelco Dolstra
2019-08-02Add a test for auto-GCEelco Dolstra
2019-07-30Disable findRuntimeRoots on darwin when running tests because lsof is slowBas van Dijk
2019-04-30findRootsNoTemp: fixes comment about findRuntimeRootsSamuel Dionne-Riel
2019-03-14findRoots(): Add 'censor' parameterEelco Dolstra
2019-03-14findRuntimeRoots: Simplify/fix handling of /proc filesEelco Dolstra
2019-03-10Unify internal findRootsXxx() apiGuillaume Maudoux
2019-03-10Make roots a map of store paths to pinning linksGuillaume Maudoux
2019-03-10Obfuscate memory roots for non-root usersGuillaume Maudoux
2019-03-10detail memory rootsGuillaume Maudoux
2018-08-08mention nix-store --query --roots when a path cannot be deletedBob van der Linden
2018-06-18Merge pull request #2234 from symphorien/esrch2Eelco Dolstra
2018-06-16libstore/gc.cc: ignore ESRCH when reading symlinks in /procSymphorien Gibol
2018-06-13std::random_shuffle -> std::shuffleEelco Dolstra
2018-06-11libstore/gc.cc: ignore ESRCH when reading /procSymphorien Gibol
2018-03-06rand() -> random(), since we use srandom().Will Dietz
2018-02-01Remove obsolete references to manifestsEelco Dolstra
2017-09-14Show the pid of temporary rootsEelco Dolstra
2017-09-14nix-store -q --roots / --gc --print-roots: Print temporary / in-memory rootsEelco Dolstra
2017-09-06Fix abort when the GC thread gets an exceptionEelco Dolstra