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
2024-05-29
util.{hh,cc}: Split out file-system.{hh,cc}
Tom Hubrecht
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2023-06-19
Clean up a few things related to profiles (#8526)
John Ericson
2023-05-15
Make `nix-collect-garbage -d` look into more places
Théophane Hufschmitt
2023-03-07
Fix `nix-collect-garbage -d` with the new profile location
Théophane Hufschmitt
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2022-06-10
Add missing rethrows in conditional exception handlers
Anders Kaseorg
2022-03-11
Deduplicate the Store downcasting with a template
John Ericson
2022-03-11
Rename `requireGcStore` to `GcStore::require`
John Ericson
2022-03-03
Factor out a `GcStore` interface
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-02-24
Initialize plugins after handling initial command line flags
Shea Levy
2021-01-26
Move command plugin interface to libnixcmd
Shea Levy
2020-10-06
Remove static variable name clashes
Eelco Dolstra
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