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
2021-10-28
Use nix::connect() to connect to the garbage collector
Eelco Dolstra
2021-10-28
Remove unused variable
Eelco Dolstra
2021-10-15
Add a test for the non-blocking GC
Eelco Dolstra
2021-10-15
Fix main GC thread exiting
Eelco Dolstra
2021-10-15
Fix crash when a GC client disconnects
Eelco Dolstra
2021-10-15
Memoize queryReferrers()
Eelco Dolstra
2021-10-14
Speed up GC by marking entire closures as live
Eelco Dolstra
2021-10-14
Remove GCState
Eelco Dolstra
2021-10-14
Move deleteFromStore()
Eelco Dolstra
2021-10-14
Make the canReachRoots() traversal non-recursive
Eelco Dolstra
2021-10-13
Fix GC when there are cycles in the referrers graph
Eelco Dolstra
2021-10-13
Simplify
Eelco Dolstra
2021-10-13
Use a thread per connection
Eelco Dolstra
2021-10-13
Fix auto-gc
Eelco Dolstra
2021-10-13
Non-blocking garbage collector
Eelco Dolstra
2021-10-13
Remove syncWithGC()
Eelco Dolstra
2021-10-13
Remove trash directory
Eelco Dolstra
2021-06-18
UDSRemoteStore: Support the 'root' store parameter
Eelco Dolstra
2020-10-12
Handle amount of disk space saved by hard linking being negative
volth
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-09-23
lstat() cleanup
Eelco Dolstra
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
[next]