aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store
AgeCommit message (Expand)Author
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-15Remove trailing whitespaceEelco Dolstra
2020-06-11Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-06-11Merge pull request #3073 from tweag/machine-logsEelco Dolstra
2020-06-08Make the logger customisableregnat
2020-06-03libutils/hash: remove default encodingzimbatm
2020-06-02elide the 'ErrorInfo' in logError and logWarning callsBen Burdette
2020-05-29Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-05-13formatting and a few minor changesBen Burdette
2020-05-11switch from printError warnings to logWarningsBen Burdette
2020-05-04log as warningBen Burdette
2020-05-03convert some printError calls to logErrorBen Burdette
2020-04-30fix error callsBen Burdette
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-03-30Merge remote-tracking branch 'upstream/master' into enum-FileIngestionMethodJohn Ericson
2020-03-30Use `auto` with some `FileIngestionMethod` local variablesJohn Ericson
2020-03-30Remove global -I flagsEelco Dolstra
2020-03-29Replace some `bool recursive` with a new `FileIngestionMethod` enumJohn Ericson
2020-03-24Pretty-print 'nix why-depends' / 'nix-store -q --tree' outputEelco Dolstra
2020-03-19Remove the --delete option for --gcjakobrs
2020-03-10nix-store -q --graph: Fix edgesEelco Dolstra
2020-03-10dotgraph.cc: Remove dead codeEelco Dolstra
2019-12-16nix-store -r: Handle symlinks to store pathsEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-10-31Minor updates to inline commentsBenjamin Hipple
2019-10-09OCD performance fix: {find,count}+insert => insertEelco Dolstra
2019-08-16nix-store: fix out of sync protocolzimbatm
2019-03-14nix-store --gc --print-roots: Sort outputEelco Dolstra
2019-03-14findRoots(): Add 'censor' parameterEelco Dolstra
2019-03-10unify naming of roots as links & targetsGuillaume Maudoux
2019-03-10Also print rooted path in `nix-store -q --roots`Guillaume Maudoux
2019-03-10fixup! Make roots a map of store paths to pinning linksGuillaume Maudoux
2019-03-10Make roots a map of store paths to pinning linksGuillaume Maudoux
2019-01-23nix-store: make --dump-db take a list of paths to dumpSpencer Baugh
2018-12-15nix-store: remove debugging printWill Dietz
2018-12-13Support SRI hashesEelco Dolstra
2018-10-26Merge all nix-* binaries into nixEelco Dolstra
2018-10-20Remove the `--xml` query command optionAntoine Eiche
2018-10-20Add --graphml option to the nix-store --query commandAntoine Eiche
2018-08-03Make adding paths via nix-store --serve run in constant memoryEelco Dolstra
2018-08-03cmdDumpStorePath: Support chroot storesEelco Dolstra
2018-05-02Fix some random -Wconversion warningsEelco Dolstra
2018-03-02Merge branch 'write-failure-fixes' of git://github.com/lheckemann/nixShea Levy
2018-02-13Fix #1762Linus Heckemann
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2018-02-03Remove nix-build --hashEelco Dolstra
2017-10-25Pass lists/attrsets to bash as (associative) arraysEelco Dolstra
2017-09-08LegacySSHStore: Include signatures etc.Eelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-04Support base-64 hashesEelco Dolstra