index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
gc.cc
Age
Commit message (
Expand
)
Author
2019-09-30
Merge pull request #2338 from bobvanderlinden/pr-cannot-delete-alive-why
Domen Kožar
2019-08-29
Don't rely on st_blocks
Eelco Dolstra
2019-08-29
Cleanup
Eelco Dolstra
2019-08-02
Simplify
Eelco Dolstra
2019-08-02
Use BSD instead of POSIX file locks
Eelco Dolstra
2019-08-02
Add a test for auto-GC
Eelco Dolstra
2019-07-30
Disable findRuntimeRoots on darwin when running tests because lsof is slow
Bas van Dijk
2019-04-30
findRootsNoTemp: fixes comment about findRuntimeRoots
Samuel Dionne-Riel
2019-03-14
findRoots(): Add 'censor' parameter
Eelco Dolstra
2019-03-14
findRuntimeRoots: Simplify/fix handling of /proc files
Eelco Dolstra
2019-03-10
Unify internal findRootsXxx() api
Guillaume Maudoux
2019-03-10
Make roots a map of store paths to pinning links
Guillaume Maudoux
2019-03-10
Obfuscate memory roots for non-root users
Guillaume Maudoux
2019-03-10
detail memory roots
Guillaume Maudoux
2018-08-08
mention nix-store --query --roots when a path cannot be deleted
Bob van der Linden
2018-06-18
Merge pull request #2234 from symphorien/esrch2
Eelco Dolstra
2018-06-16
libstore/gc.cc: ignore ESRCH when reading symlinks in /proc
Symphorien Gibol
2018-06-13
std::random_shuffle -> std::shuffle
Eelco Dolstra
2018-06-11
libstore/gc.cc: ignore ESRCH when reading /proc
Symphorien Gibol
2018-03-06
rand() -> random(), since we use srandom().
Will Dietz
2018-02-01
Remove obsolete references to manifests
Eelco Dolstra
2017-09-14
Show the pid of temporary roots
Eelco Dolstra
2017-09-14
nix-store -q --roots / --gc --print-roots: Print temporary / in-memory roots
Eelco Dolstra
2017-09-06
Fix abort when the GC thread gets an exception
Eelco Dolstra
2017-09-05
Add automatic garbage collection
Eelco Dolstra
2017-09-05
GC: Don't delete own temproots file
Eelco Dolstra
2017-08-31
Rename a few configuration options
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-04
Support base-64 hashes
Eelco Dolstra
2017-05-16
Improve progress indicator
Eelco Dolstra
2017-04-24
Remove debug statement
Eelco Dolstra
2017-04-20
Detect lsof
Eelco Dolstra
2017-04-10
Minor cleanup
Eelco Dolstra
2017-01-16
AutoCloseDir: Use std::unique_ptr
Eelco Dolstra
2016-12-08
Don't delete .check directories of running builds
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-07-21
find-runtime-roots: fold into gc.cc
Shea Levy
2016-07-11
Modernize AutoCloseFD
Shea Levy
2016-06-09
Use O_CLOEXEC in most places
Eelco Dolstra
2016-06-02
LocalStore: Allow the physical and logical store directories to differ
Eelco Dolstra
2016-06-02
Allow setting the state directory as a store parameter
Eelco Dolstra
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-05-04
More GC fixes
Eelco Dolstra
2016-04-25
Fix "path is not in the Nix store" during GC
Eelco Dolstra
2016-04-25
Improved logging abstraction
Eelco Dolstra
2016-04-21
Fix test failures
Eelco Dolstra
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
2016-04-08
Make LocalStore thread-safe
Eelco Dolstra
[next]