index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
doctor.cc
Age
Commit message (
Expand
)
Author
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-04-08
"but doctor, I AM the untrusted store": nix doctor had wrong trustedness
Jade Lovelace
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-04-03
Stuctured command stability
John Ericson
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2022-04-05
doctor: Always show the output
Théophane Hufschmitt
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-07-17
Remove StoreType abstraction and delegate regStore
Carlo Nucera
2020-05-05
nix doctor: Consistency
Eelco Dolstra
2020-05-05
nix --help: Group commands
Eelco Dolstra
2019-12-05
nix doctor: Fix typo
Eelco Dolstra
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-11-22
getEnv(): Return std::optional
Eelco Dolstra
2019-10-06
nix doctor: add more logging output to checks
Benjamin Hipple
2018-10-29
nix doctor: return nonzero exitcode if a check fails
Daiderd Jordan
2018-10-27
Fix signedness warning
Eelco Dolstra
2018-09-26
nix doctor: reimplement profile warning without gcroot check
Daiderd Jordan
2018-09-02
nix doctor: only perform path/profile checks with a daemon/local store
Daiderd Jordan
2018-09-02
nix doctor: add check for profile roots
Daiderd Jordan
2018-09-02
nix doctor: add warning for multiple versions
Daiderd Jordan
2018-09-02
nix doctor: handle serve protocol
Daiderd Jordan
2018-09-02
nix doctor: add warning if client/daemon protocol mismatches
Daiderd Jordan
2018-09-02
nix doctor: add command
Daiderd Jordan