aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2020-07-30receiveContents(): unsigned int -> size_tEelco Dolstra
2020-07-29CleanupEelco Dolstra
2020-07-29Fix RemoteStore::addToStore() latencyEelco Dolstra
2020-07-29CleanupEelco Dolstra
2020-07-28Remove putBytesEelco Dolstra
2020-07-27Merge remote-tracking branch 'upstream/master' into hash-always-has-typeJohn Ericson
2020-07-27Merge remote-tracking branch 'upstream/master' into optional-derivation-outpu...John Ericson
2020-07-27Merge remote-tracking branch 'upstream/master' into hash-always-has-typeJohn Ericson
2020-07-23Get rid of `basicDerivation::findOutput`John Ericson
2020-07-22Separate concerns in `scanForReferences` with TeeSinkJohn Ericson
2020-07-21Merge pull request #3736 from obsidiansystems/allow-relative-paths-in-store-o...Eelco Dolstra
2020-07-21Merge pull request #3714 from obsidiansystems/add-body-to-network-errorsEelco Dolstra
2020-07-21Change logic for deciding what is a relative path for the local storeJohn Ericson
2020-07-21Update chunkSize to the suggested valueCarlo Nucera
2020-07-21Merge remote-tracking branch 'upstream/master' into add-body-to-network-errorsJohn Ericson
2020-07-21Merge branch 'fix-and-document-addToStoreSlow' of github.com:obsidiansystems/...John Ericson
2020-07-20Correct bug, thoroughly document addToStoreSlowCarlo Nucera
2020-07-20Use heuristics to decide when to show the responseCarlo Nucera
2020-07-20Merge remote-tracking branch 'upstream/master' into from-dump-streamJohn Ericson
2020-07-20Merge pull request #3822 from obsidiansystems/dump-thrice-fixmeEelco Dolstra
2020-07-20Apply suggestions from code reviewJohn Ericson
2020-07-17Merge branch 'master' of github.com:NixOS/nix into allow-relative-paths-in-st...Carlo Nucera
2020-07-16Merge branch 'master' of github.com:NixOS/nix into optional-derivation-output...Carlo Nucera
2020-07-16Merge branch 'master' of github.com:NixOS/nix into add-body-to-network-errorsCarlo Nucera
2020-07-16Merge remote-tracking branch 'upstream/master' into hash-always-has-typeJohn Ericson
2020-07-16Fix bug in TeeSourceJohn Ericson
2020-07-16Generations API cleanupEelco Dolstra
2020-07-16Merge remote-tracking branch 'origin/flakes'Eelco Dolstra
2020-07-16Optimize `addToStoreSlow` and remove `TeeParseSink`John Ericson
2020-07-15Revert "LocalStore::addToStoreFromDump copy in chunks"John Ericson
2020-07-15Get rid of `LocalStore::addToStoreCommon`John Ericson
2020-07-15Merge branch 'master' of github.com:NixOS/nix into hash-always-has-typeCarlo Nucera
2020-07-15Merge remote-tracking branch 'obsidian/fix-add-to-star-narhash' into from-dum...John Ericson
2020-07-15Merge branch 'master' of github.com:NixOS/nix into add-body-to-network-errorsCarlo Nucera
2020-07-15Revert "LocalStore::addToStore(srcPath): Handle the flat case"Eelco Dolstra
2020-07-14Rename variable `nar` -> `dump` according to TODOJohn Ericson
2020-07-14Fix localhost::addToStore(...Path...)John Ericson
2020-07-14LocalStore::addToStoreFromDump copy in chunksJohn Ericson
2020-07-14Dedup `LocalStore::addToStore*`John Ericson
2020-07-14Crudely make `addToStoreFromDump` take `Source` not stringJohn Ericson
2020-07-14Narrow scope of temporary valueJohn Ericson
2020-07-14Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-07-14DohEelco Dolstra
2020-07-13Fix 'nix verify --all' on a binary cache (cached case)Eelco Dolstra
2020-07-13Make 'nix copy' to s3:// binary caches run in constant memoryEelco Dolstra
2020-07-13Remove istringstream_nocopyEelco Dolstra
2020-07-13Remove 'accessor' from addToStore()Eelco Dolstra
2020-07-13NarAccessor: Run in constant memoryEelco Dolstra
2020-07-13Make 'nix copy' to file:// binary caches run in constant memoryEelco Dolstra
2020-07-13Store::pathInfoToJSON(): Use consistent format for downloadHashEelco Dolstra