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
2022-08-03
moveFile -> renameFile
Théophane Hufschmitt
2022-08-03
Create a wrapper around stdlib’s `rename`
Théophane Hufschmitt
2022-06-10
Add missing rethrows in conditional exception handlers
Anders Kaseorg
2022-03-17
gc: don't visit implicit referrers on garbage collection
Sergei Trofimovich
2022-03-13
nix store gc: account for auto-optimised store
Sergei Trofimovich
2022-02-28
Fix Darwin build
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-12-13
More debug info
Eelco Dolstra
2021-12-13
Retry on ECONNREFUSED
Eelco Dolstra
2021-12-13
Explicitly make GC roots client sockets blocking
Eelco Dolstra
2021-11-22
Unify #if linux
Alex Shabalin
2021-11-19
Fix build warnings on MacOS
Alex Shabalin
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
[next]