index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
path-info.cc
Age
Commit message (
Expand
)
Author
2024-09-18
path-info: wipe the progress bar before printing
Alois Wohlschlager
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-02-19
path-info: use full store paths when we have them
Linus Heckemann
2021-09-27
run(): Move
Eelco Dolstra
2021-01-27
Remove mkFlag()
Eelco Dolstra
2021-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2020-12-21
Add 'nix path-info' manpage
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-07-30
unsigned long long -> uint64_t
Eelco Dolstra
2020-07-15
nix: Fix examples
Eelco Dolstra
2020-06-18
Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype
John Ericson
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-02
WIP
John Ericson
2020-06-01
WIP more progress
John Ericson
2020-05-28
Merge branch 'master' of github.com:NixOS/nix into enum-class
Carlo Nucera
2020-05-05
nix --help: Group commands
Eelco Dolstra
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2020-03-24
nix path-info --json: Print hash in SRI format
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2018-09-01
nix path-info: Remove trailing spaces
Eelco Dolstra
2018-08-31
Really fix the build
Eelco Dolstra
2018-08-31
nix path-info: Hopefully fix macOS build failure
Eelco Dolstra
2018-08-30
printSize() fixes
Eelco Dolstra
2018-08-30
Avoid overflow and use boost::format
Benjamin Hipple
2018-08-30
Add human readable closure sizes to nix path-info
Benjamin Hipple
2017-11-14
Don't indent JSON output
Eelco Dolstra
2017-07-14
nix path-info: Show download sizes for binary cache stores
Eelco Dolstra
2017-07-14
nix path-info: Don't barf on invalid paths
Eelco Dolstra
2017-04-25
Restructure installables handling in the "nix" command
Eelco Dolstra
2017-04-24
Factor out --json
Eelco Dolstra
2017-01-26
exportReferencesGraph: Export more complete info in JSON format
Eelco Dolstra
2016-09-14
nix path-info: Add some more examples
Eelco Dolstra
2016-08-30
Fix 32-bit build
Eelco Dolstra
2016-08-29
nix path-info: Add --json flag
Eelco Dolstra
2016-08-10
Mark content-addressed paths in the Nix database and in .narinfo
Eelco Dolstra
2016-04-25
Improved logging abstraction
Eelco Dolstra
2016-04-22
Fold "nix query-path-sigs" into "nix path-info"
Eelco Dolstra
2016-04-21
Implement S3BinaryCacheStore::queryAllValidPaths()
Eelco Dolstra
2016-04-21
nix path-info: Add
Eelco Dolstra