aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store
AgeCommit message (Expand)Author
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
2017-07-03Replace a few bool flags with enumsEelco Dolstra
2017-04-26DohEelco Dolstra
2017-04-13Convert Settings to the new config systemEelco Dolstra
2017-04-13Merge branch 'rework-options' of https://github.com/copumpkin/nixEelco Dolstra
2017-03-31Merge branch 'remove-perl' of https://github.com/shlevy/nixEelco Dolstra
2017-03-15Remove dependency on "curl" binaryEelco Dolstra
2017-03-15Store: Add a method for getting build logsEelco Dolstra
2017-03-01nix-store --import: Fix importing unsigned pathsEelco Dolstra
2017-03-01Fix assertion failure in nix-store --exportEelco Dolstra
2017-03-01Handle importing NARs containing files greater than 4 GiBEelco Dolstra
2017-02-22Explicitly model all settings and fail on unrecognized onesDan Peebles
2017-02-07Remove perl dependency.Shea Levy
2017-02-07Provide default implementations for a couple of Store methodsEelco Dolstra
2017-02-07Remove unnecessary call to topoSortPaths()Eelco Dolstra
2016-12-07Add a hook to run diffoscope when non-determinism is detectedEelco Dolstra
2016-12-07Keep track of the exact build start/stop timesEelco Dolstra
2016-12-07Expose enforce-determinism and the result to HydraEelco Dolstra
2016-12-06nix-store --serve: Suppress log output on stderr when repeating a buildEelco Dolstra
2016-12-06nix-store --serve: Support setting build-repeatEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-11-10Store::computeFSClosure(): Support a set of pathsEelco Dolstra
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2016-08-10Add a "root" parameter to local storesEelco Dolstra
2016-07-26makeFixedOutputPath(): Drop superfluous HashType argumentEelco Dolstra
2016-06-02Allow setting the state directory as a store parameterEelco Dolstra
2016-06-01Make the store directory a member variable of StoreEelco Dolstra