aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2018-09-28Support special attributes in structured attributes derivationsEelco Dolstra
2018-09-27S3BinaryCacheStore: Don't create bucketsEelco Dolstra
2018-09-26Ensure download thread livenessEelco Dolstra
2018-09-26UntabifyEelco Dolstra
2018-09-07If fallback is enabled, temporarily disable substituters after a failureEelco Dolstra
2018-09-07Handle queryPathInfo() failure from substituters when fallback is enabledEelco Dolstra
2018-09-05fetchurl: Respect unpackEelco Dolstra
2018-09-03download: fix size reported to progress barWill Dietz
2018-09-02Store: expose the protocol version used by a storeDaiderd Jordan
2018-08-31Add localhost alias for ::1 to the sandboxEelco Dolstra
2018-08-30fix `error: unknown serve command 9`Michael Bishop
2018-08-21Improve 'coroutine has finished' error messageEelco Dolstra
2018-08-21Fix another 'coroutine has finished' during decompressionEelco Dolstra
2018-08-13ignore when listxattr fails with ENODATASymphorien Gibol
2018-08-09S3BinaryCacheStore: Share TransferManagerEelco Dolstra
2018-08-08S3BinaryCacheStore: Don't use the transfer status callbackEelco Dolstra
2018-08-06DohEelco Dolstra
2018-08-06Fix setting Content-Encoding in S3 uploadsEelco Dolstra
2018-08-06Fix Brotli decompression in 'nix log'Eelco Dolstra
2018-08-06Fix reporting of HTTP body size when a result callback is usedEelco Dolstra
2018-08-03Make adding paths via nix-store --serve run in constant memoryEelco Dolstra
2018-08-03Support escaping in store URIsEelco Dolstra
2018-08-03SSHMaster: Bypass SSH when connecting to localhostEelco Dolstra
2018-08-03LegacySSHStore: Add remote-store optionEelco Dolstra
2018-08-02s3 binary cache: support specifying an endpointGraham Christensen
2018-07-31Fix race downloading into a sinkEelco Dolstra
2018-07-24copyPathsToStore: honour keep-goingLinus Heckemann
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-08download: if there are active requests, never sleep for 10sWill Dietz
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