aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2018-06-18Detect redirect loopsEelco Dolstra
2018-06-18Merge pull request #2234 from symphorien/esrch2Eelco Dolstra
2018-06-16libstore/gc.cc: ignore ESRCH when reading symlinks in /procSymphorien Gibol
2018-06-14Fix optimise-store.cc to skip more paths on macOSMatthew Justin Bauer
2018-06-13hashDerivationModulo(): Handle chroot storesEelco Dolstra
2018-06-13std::random_shuffle -> std::shuffleEelco Dolstra
2018-06-12Fix #2162: use getaddrinfo instead of curl to preload NSSYorick van Pelt
2018-06-11libstore/gc.cc: ignore ESRCH when reading /procSymphorien Gibol
2018-06-08use debug instead of printTalkative to avoid spamming hydra queueAmineChikhaoui
2018-06-05Don't require --fallback to recover from disappeared binary cache NARsEelco Dolstra
2018-06-05Handle HTTP 410 Gone errorsEelco Dolstra
2018-06-05Improve binary cache fallback testEelco Dolstra
2018-06-05Further improve upload messagesEelco Dolstra
2018-06-01download.cc: fix readCallback return type (int -> size_t)Will Dietz
2018-06-01Improve binary cache upload messagesEelco Dolstra
2018-05-31Merge pull request #767 from mogorman/garbage_collect_keep_last_fewPeter Simons
2018-05-30RemoteStore::addToStore(): Ensure capacity is decreased on exceptionsEelco Dolstra
2018-05-30Fix deadlock in RemoteStore::queryPathInfoUncached()Eelco Dolstra
2018-05-30Make <nix/fetchurl.nix> run in constant memoryEelco Dolstra
2018-05-30getDownloader(): SimplifyEelco Dolstra
2018-05-30Make HttpBinaryCacheStore::narFromPath() run in constant memoryEelco Dolstra
2018-05-30Make LocalBinaryCacheStore::narFromPath() run in constant memoryEelco Dolstra
2018-05-30Simplify the callback mechanismEelco Dolstra
2018-05-30Move evaluator-specific settings out of libstoreEelco Dolstra
2018-05-30Move some Download-specific settings to download.ccEelco Dolstra
2018-05-30Modularize config settingsEelco Dolstra
2018-05-30Fix assertion failure in storePathToHash()Eelco Dolstra
2018-05-30Make 'nix copy --to daemon' run in constant memory (daemon side)Eelco Dolstra
2018-05-30LocalStore::addToStore: Throw an exception if no hash is givenEelco Dolstra
2018-05-30Use extended SQLite error codesEelco Dolstra
2018-05-25libstore/download: remove unused function "getTime()"Will Dietz
2018-05-15Merge pull request #2145 from serokell/uncached-channelEelco Dolstra
2018-05-10Remove mention of default since we already know the defaultEelco Dolstra
2018-05-10Merge branch 's3-multipart-uploads' of https://github.com/AmineChikhaoui/nixEelco Dolstra
2018-05-09make sure not to use cached channels for nix-channel --updateYorick van Pelt
2018-05-07share the executor between multiple copy threads.AmineChikhaoui
2018-05-07add a FIXME note to find a way to abort the multipart uploads inAmineChikhaoui
2018-05-07Support multi-part uploads for large NARs that exceed the size ofAmineChikhaoui
2018-05-03Don't set a CA assertion for paths with referencesEelco Dolstra
2018-05-03LocalStore::addValidPath(): Throw error when the CA assertion is wrongEelco Dolstra
2018-05-02Fix some random -Wconversion warningsEelco Dolstra
2018-04-23globals.hh: don't use '==' to compare string literalsWill Dietz
2018-04-23Merge branch 'aarch64-armv7' of git://github.com/lheckemann/nixShea Levy
2018-04-23Merge branch 'hash-mismatch' of git://github.com/LnL7/nixShea Levy
2018-04-21Merge pull request #1707 from dtzWill/fix/issue-1692Peter Simons
2018-04-20download: make hash mismatch error consistent with fetchurlDaiderd Jordan
2018-04-20build.cc: fix bind-mount of /dev/{pts,ptmx} fallbackWill Dietz
2018-04-17exportReferences: Check whether the path is in the input closureEelco Dolstra
2018-04-13Fix #1921Eelco Dolstra
2018-04-11initPlugins: Fix dlopen error message.Shea Levy