aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/store-api.hh
AgeCommit message (Expand)Author
2020-08-14Merge pull request #3924 from obsidiansystems/features-per-storeEelco Dolstra
2020-08-12Make `system-features` a store settingJohn Ericson
2020-08-06Minimize the usage of `Hash::dummy`John Ericson
2020-08-03Merge remote-tracking branch 'upstream/master' into path-info-headerJohn Ericson
2020-08-03`addToStore` in terms of `addToStoreFromDump` is not local-store-specificJohn Ericson
2020-07-30Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-07-30unsigned long long -> uint64_tEelco Dolstra
2020-07-27Merge remote-tracking branch 'upstream/master' into hash-always-has-typeJohn Ericson
2020-07-15Merge branch 'master' of github.com:NixOS/nix into hash-always-has-typeCarlo Nucera
2020-07-14Crudely make `addToStoreFromDump` take `Source` not stringJohn Ericson
2020-07-13Remove 'accessor' from addToStore()Eelco Dolstra
2020-07-13toStorePath(): Return a StorePath and the suffixEelco Dolstra
2020-07-13Fix 'nix verify --all' on a binary cache and add a testEelco Dolstra
2020-07-13Merge remote-tracking branch 'upstream/master' into hash-always-has-typeJohn Ericson
2020-07-10Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-07-10Factor out commonality between nix-prefetch-url and nix-store --add-fixedEelco Dolstra
2020-07-03Merge branch 'master' of github.com:NixOS/nix into hash-always-has-typeJohn Ericson
2020-07-02Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-25Move ValidPathInfo to its own headerJohn Ericson
2020-06-24Add a way to get all the outputs of a derivation with their labelregnat
2020-06-23Merge remote-tracking branch 'upstream/master' into hash-always-has-typeJohn Ericson
2020-06-22Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-19WIP: Make Hash always store a valid hash typeJohn Ericson
2020-06-19Return map of StorePaths in copyPathsMatthew Bauer
2020-06-19Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-18Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatypeJohn Ericson
2020-06-17Add StorePathCAMap for querySubstitutablePathInfosMatthew Bauer
2020-06-17Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-17Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...John Ericson
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-16StorePath: Rewrite in C++Eelco Dolstra
2020-06-13Correctly substitute from different storeDirMatthew Bauer
2020-06-12Add makeFixedOutputPathFromCA functionMatthew Bauer
2020-06-12Allow substituting from different storeDirMatthew Bauer
2020-06-12Add Store::readDerivation() convenience functionEelco Dolstra
2020-06-12Remove Store::queryDerivationOutputNames()Eelco Dolstra
2020-06-04Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...John Ericson
2020-06-02Move file-hash to content-addressCarlo Nucera
2020-06-02Merge remote-tracking branch 'upstream/master' into validPathInfo-ca-proper-d...John Ericson
2020-06-01WIP more progressJohn Ericson
2020-06-01WIPCarlo Nucera
2020-06-01Create new file-hash filesCarlo Nucera
2020-06-01Merge branch 'derivation-header-include-order' of github.com:Ericson2314/nix ...Carlo Nucera
2020-06-01Merge branch 'no-stringly-typed-derivation-output' of github.com:Ericson2314/...Carlo Nucera
2020-05-29Remove addToStore variant as requested by `FIXME`John Ericson
2020-05-28Merge branch 'master' of github.com:NixOS/nix into enum-classCarlo Nucera
2020-05-26Merge remote-tracking branch 'john-ericson/enum-FileIngestionMethod' into no-...Carlo Nucera
2020-05-26Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethodCarlo Nucera
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-03-30Store parsed hashes in `DerivationOutput`John Ericson