aboutsummaryrefslogtreecommitdiff
path: root/src/nix/path-info.cc
AgeCommit message (Expand)Author
2024-09-18path-info: wipe the progress bar before printingAlois Wohlschlager
2024-08-08refactor: make HashType and Base enum classes for type safetyJade Lovelace
2022-11-16Replace src/libutil/json.cc with nlohmann json generationYorick van Pelt
2022-02-19path-info: use full store paths when we have themLinus Heckemann
2021-09-27run(): MoveEelco Dolstra
2021-01-27Remove mkFlag()Eelco Dolstra
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2020-12-21Add 'nix path-info' manpageEelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-07-30unsigned long long -> uint64_tEelco Dolstra
2020-07-15nix: Fix examplesEelco Dolstra
2020-06-18Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatypeJohn Ericson
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-02WIPJohn Ericson
2020-06-01WIP more progressJohn Ericson
2020-05-28Merge branch 'master' of github.com:NixOS/nix into enum-classCarlo Nucera
2020-05-05nix --help: Group commandsEelco Dolstra
2020-03-29Use `enum struct` and drop prefixesJohn Ericson
2020-03-24nix path-info --json: Print hash in SRI formatEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2018-09-01nix path-info: Remove trailing spacesEelco Dolstra
2018-08-31Really fix the buildEelco Dolstra
2018-08-31nix path-info: Hopefully fix macOS build failureEelco Dolstra
2018-08-30printSize() fixesEelco Dolstra
2018-08-30Avoid overflow and use boost::formatBenjamin Hipple
2018-08-30Add human readable closure sizes to nix path-infoBenjamin Hipple
2017-11-14Don't indent JSON outputEelco Dolstra
2017-07-14nix path-info: Show download sizes for binary cache storesEelco Dolstra
2017-07-14nix path-info: Don't barf on invalid pathsEelco Dolstra
2017-04-25Restructure installables handling in the "nix" commandEelco Dolstra
2017-04-24Factor out --jsonEelco Dolstra
2017-01-26exportReferencesGraph: Export more complete info in JSON formatEelco Dolstra
2016-09-14nix path-info: Add some more examplesEelco Dolstra
2016-08-30Fix 32-bit buildEelco Dolstra
2016-08-29nix path-info: Add --json flagEelco Dolstra
2016-08-10Mark content-addressed paths in the Nix database and in .narinfoEelco Dolstra
2016-04-25Improved logging abstractionEelco Dolstra
2016-04-22Fold "nix query-path-sigs" into "nix path-info"Eelco Dolstra
2016-04-21Implement S3BinaryCacheStore::queryAllValidPaths()Eelco Dolstra
2016-04-21nix path-info: AddEelco Dolstra