aboutsummaryrefslogtreecommitdiff
path: root/src/nix-collect-garbage
AgeCommit message (Expand)Author
2024-05-29util.{hh,cc}: Split out file-system.{hh,cc}Tom Hubrecht
2024-03-11util.hh: split out signals stuffJade Lovelace
2023-06-19Clean up a few things related to profiles (#8526)John Ericson
2023-05-15Make `nix-collect-garbage -d` look into more placesThéophane Hufschmitt
2023-03-07Fix `nix-collect-garbage -d` with the new profile locationThéophane Hufschmitt
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2022-06-10Add missing rethrows in conditional exception handlersAnders Kaseorg
2022-03-11Deduplicate the Store downcasting with a templateJohn Ericson
2022-03-11Rename `requireGcStore` to `GcStore::require`John Ericson
2022-03-03Factor out a `GcStore` interfaceJohn Ericson
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-01-26Move command plugin interface to libnixcmdShea Levy
2020-10-06Remove static variable name clashesEelco Dolstra
2020-07-30unsigned long long -> uint64_tEelco Dolstra
2020-03-30Remove global -I flagsEelco Dolstra
2018-10-26Merge all nix-* binaries into nixEelco Dolstra
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2016-02-24Eliminate reserveSpace flagEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2015-10-18Fix compilation error due to missing ENOENT on cygwinSander van der Burg
2015-08-21nix-collect-garbage: Revive --max-freedEelco Dolstra
2015-07-17nix-collect-garbage: Handle ENOENTEelco Dolstra
2015-05-22Remove dead codeEelco Dolstra
2015-05-21nix-collect-garbage: Don't call nix-envEelco Dolstra
2015-05-21nix-collect-garbage: Call collectGarbage() internallyEelco Dolstra
2015-05-21nix-collect-garbage: Don't barf on unreadable directoriesEelco Dolstra
2015-05-21nix-collect-garbage: Remove redundant call to getFileTypeEelco Dolstra
2015-05-06nix-collect-garbage: Do not pass an empty argument. Closes #530Luca Bruno
2015-05-06nix-collect-garbage: Fix deleting old generationsWilliam A. Kennington III
2015-04-22nix-collect-garbage: translate to C++Luca Bruno