index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
Age
Commit message (
Expand
)
Author
2021-04-09
add tests for zstd compression
Domen Kožar
2021-03-10
Use libarchive for all compression
Yorick van Pelt
2021-01-29
Merge pull request #4461 from NixOS/ca/error-logging-fixes
Eelco Dolstra
2021-01-27
Drop trailing whitespace
Eelco Dolstra
2021-01-26
Fix the error message when a dep is missing
regnat
2021-01-26
Make the error message for missing outputs more useful
regnat
2021-01-25
Tell user to run 'nix log' to get full build logs
Eelco Dolstra
2021-01-25
Merge pull request #4467 from edolstra/error-formatting
Eelco Dolstra
2021-01-25
Merge pull request #4470 from matthewbauer/fix-4469
Eelco Dolstra
2021-01-25
Merge pull request #4387 from obsidiansystems/non-local-store-build
Eelco Dolstra
2021-01-22
Handle missing etag in 304 Not Modified response
Matthew Bauer
2021-01-22
Apply suggestions from code review
John Ericson
2021-01-22
Improve documentation and test and requested
John Ericson
2021-01-21
Improve error formatting
Eelco Dolstra
2021-01-18
--refresh: Imply setting .narinfo disk cache TTL to 0
Eelco Dolstra
2021-01-18
Fix the drv output map for non ca derivations
regnat
2021-01-15
Make public keys and `requireSigs` local-store specific again
John Ericson
2021-01-15
Merge remote-tracking branch 'upstream/master' into non-local-store-build
John Ericson
2021-01-13
Add 'nix store repair' command
Eelco Dolstra
2021-01-13
Merge pull request #4444 from matthewbauer/unset-curproc-arch-affinity
Eelco Dolstra
2021-01-13
Remove a redundant condition in DerivationGoal::tryLocalBuild()
Rickard Nilsson
2021-01-11
Set kern.curproc_arch_affinity=0 to escape Rosetta
Matthew Bauer
2021-01-12
Don't let 'preferLocalBuild' override 'max-jobs=0'
Rickard Nilsson
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2021-01-07
Add 'nix store prefetch-{file,tarball}'
Eelco Dolstra
2021-01-06
Make sodium a required dependency
Eelco Dolstra
2021-01-06
crypto.cc: API cleanup and add generate() / to_string() methods
Eelco Dolstra
2021-01-06
Merge pull request #4310 from matthewbauer/rosetta2-extra-platforms
Eelco Dolstra
2021-01-05
Fix deadlock in LocalStore::addSignatures()
Eelco Dolstra
2020-12-28
scanForReferences: Remove misleading comment
Eelco Dolstra
2020-12-23
Test nix-build with non-local-store --store
John Ericson
2020-12-23
Expose schedule entrypoints to all stores
John Ericson
2020-12-23
Crudely make worker only provide a Store, not LocalStore
John Ericson
2020-12-23
Move some PKI stuff from LocalStore to Store
John Ericson
2020-12-23
Merge pull request #4366 from NixOS/readInvalidDerivation-on-remote-caches
Eelco Dolstra
2020-12-20
Overhaul store subclassing
John Ericson
2020-12-17
Fix the detection of already built drv outputs
regnat
2020-12-16
Merge pull request #4370 from NixOS/ca/more-precise-build-noop
Eelco Dolstra
2020-12-16
Don't ignore an absent drv file in queryPartialDrvOutputMap
regnat
2020-12-16
Merge pull request #4348 from NixOS/ca/use-hashmodulo
Eelco Dolstra
2020-12-16
Fix BinaryCacheStore::registerDrvOutput
regnat
2020-12-16
Better detect when `buildPaths` would be a no-op
regnat
2020-12-15
Use the fs accessor for readInvalidDerivation
regnat
2020-12-15
Fix `addTextToStore` for binary caches
regnat
2020-12-14
Merge pull request #4330 from NixOS/ca/properly-store-outputs
Eelco Dolstra
2020-12-13
Merge pull request #4352 from jonringer/allow-private-caches
Eelco Dolstra
2020-12-11
Restrict the operations on drv outputs in recursive Nix
regnat
2020-12-11
Use the hash modulo in the derivation outputs
regnat
2020-12-11
Store the realisations as JSON in the binary cache
regnat
2020-12-11
Rework the db schema for derivation outputs
regnat
[next]