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
2020-09-17
Fix garbage collection of CA derivations
regnat
2020-09-03
Remove gc-check-reachability
Eelco Dolstra
2020-09-03
addPermRoot(): Remove indirect flag
Eelco Dolstra
2020-07-30
unsigned long long -> uint64_t
Eelco Dolstra
2020-07-13
toStorePath(): Return a StorePath and the suffix
Eelco Dolstra
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-15
Get rid of explicit ErrorInfo constructors
Eelco Dolstra
2020-05-13
formatting and a few minor changes
Ben Burdette
2020-05-13
consistent capitalization
Ben Burdette
2020-05-13
change status messages to info level
Ben Burdette
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-06
todo removal
Ben Burdette
2020-05-06
Merge pull request #3546 from guibou/nix_readfile_on_0_sized_files
Eelco Dolstra
2020-05-04
nix auto-gc: use fragment size
Jude Taylor
2020-05-01
convert some errors
Ben Burdette
2020-04-29
Remove the `drain` argument from `readFile`
Guillaume Bouchard
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-09
gc.cc: Ignore hidden files in temproots
Philipp Middendorf
2020-02-28
Fix GC failures on bad store path names
Eelco Dolstra
2020-01-05
build: fix sandboxing on darwin
Daiderd Jordan
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-11-22
getEnv(): Return std::optional
Eelco Dolstra
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
[next]