aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store
AgeCommit message (Expand)Author
2023-04-03nix-store.cc: Refactor, remove qDefaultRobert Hensing
2023-04-03Add explicit case statements where -Wswitch-enum would report themRobert Hensing
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-03-30Split nix-env and nix-store documentation per-subcommandAlexander Bantyev
2023-03-24nix-store: Use `long` for `narSize` in graphml outputClaudio Bley
2023-03-09Fix another uninitialized variableEelco Dolstra
2023-03-03Merge pull request #7942 from edolstra/remove-formatEelco Dolstra
2023-03-03Merge pull request #7605 from tweag/commentsValentin Gagarin
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2023-02-28nix-store: read paths from standard inputTimothy DeHerrera
2023-01-17add commentsTaeer Bar-Yam
2022-12-12Fix unused variable warningEelco Dolstra
2022-12-12Merge pull request #7421 from edolstra/lazy-trees-trivial-changesEelco Dolstra
2022-12-10Ignore the enforceDeterminism valueAndreas Rammhold
2022-12-07Trivial changes from the lazy-trees branchEelco Dolstra
2022-12-07Remove repeat and enforce-determinism optionsLinus Heckemann
2022-11-04Fix indentationEelco Dolstra
2022-11-03Merge remote-tracking branch 'origin/master' into auto-uid-allocationEelco Dolstra
2022-08-24Fix a misplaced parenthese in serve protocol checkRickard Nilsson
2022-06-09nix-store: small std::move() optimizationSidharth Kshatriya
2022-05-11Stop the logger properly in legacy commandsNaïm Favier
2022-03-11Deduplicate the Store downcasting with a templateJohn Ericson
2022-03-11Factor out a `LogStore` interfaceJohn Ericson
2022-03-11Rename `requireGcStore` to `GcStore::require`John Ericson
2022-03-03Factor out a `GcStore` interfaceJohn Ericson
2022-03-01Move `BuildResult` defintion to its own headerJohn Ericson
2022-02-28Merge remote-tracking branch 'upstream/master' into auto-uid-allocationJohn Ericson
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2021-08-31nix-store --serve: pass on `settings.keepFailed` from SSH storeMaximilian Bosch
2021-04-27Merge remote-tracking branch 'upstream/master' into auto-uid-allocationJohn Ericson
2021-04-05Rename BuildableJohn Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
2021-04-05Move `StorePathWithOutput` utilities out of store classJohn Ericson
2021-03-22Clean up serialization for `BuildResult`John Ericson
2021-02-26Merge pull request #4477 from NixOS/ca/build-remoteEelco Dolstra
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-02-23LegacySSHStore: Send back the new realisationsregnat
2021-01-26Move command plugin interface to libnixcmdShea Levy
2021-01-21Improve error formattingEelco Dolstra
2021-01-13Add 'nix store repair' commandEelco Dolstra
2021-01-06crypto.cc: API cleanup and add generate() / to_string() methodsEelco Dolstra
2021-01-06Move sodium_init() callEelco Dolstra
2020-11-05Allow substituting paths when building remotely using `ssh-ng://`Maximilian Bosch
2020-11-03LocalStore: Get rid of recursive_mutexEelco Dolstra
2020-10-17Merge commit 'f66bbd8c7bb1472facf8917e58e3cd4f6ddfa1b5' into auto-uid-allocationJohn Ericson
2020-10-06Remove static variable name clashesEelco Dolstra
2020-09-30nix::worker_proto -> worker_protoJohn Ericson
2020-09-30Revert "Use template structs instead of phantoms"John Ericson
2020-09-22Merge remote-tracking branch 'upstream/master' into templated-daemon-protocolJohn Ericson
2020-09-03Merge remote-tracking branch 'upstream/master' into single-ca-drv-buildJohn Ericson