index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix-collect-garbage
Age
Commit message (
Expand
)
Author
2020-07-30
unsigned long long -> uint64_t
Eelco Dolstra
2020-03-30
Remove global -I flags
Eelco Dolstra
2018-10-26
Merge all nix-* binaries into nix
Eelco Dolstra
2018-02-08
Add plugins to make Nix more extensible.
Shea Levy
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-02-24
Eliminate reserveSpace flag
Eelco Dolstra
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2015-10-18
Fix compilation error due to missing ENOENT on cygwin
Sander van der Burg
2015-08-21
nix-collect-garbage: Revive --max-freed
Eelco Dolstra
2015-07-17
nix-collect-garbage: Handle ENOENT
Eelco Dolstra
2015-05-22
Remove dead code
Eelco Dolstra
2015-05-21
nix-collect-garbage: Don't call nix-env
Eelco Dolstra
2015-05-21
nix-collect-garbage: Call collectGarbage() internally
Eelco Dolstra
2015-05-21
nix-collect-garbage: Don't barf on unreadable directories
Eelco Dolstra
2015-05-21
nix-collect-garbage: Remove redundant call to getFileType
Eelco Dolstra
2015-05-06
nix-collect-garbage: Do not pass an empty argument. Closes #530
Luca Bruno
2015-05-06
nix-collect-garbage: Fix deleting old generations
William A. Kennington III
2015-04-22
nix-collect-garbage: translate to C++
Luca Bruno