aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2019-01-18unsupported(): Show the name of the unsupported operationEelco Dolstra
2019-01-05Remove mentions of `libformat`, it no longer existsJohn Ericson
2018-12-12libstore: improve hash mismatch error messageszimbatm
2018-12-12Fix assertion failure in NarInfoDiskCacheEelco Dolstra
2018-12-12nar-info-disk-cache: include ca in the cache entriesDaiderd Jordan
2018-12-07s3: make scheme configurableDaiderd Jordan
2018-11-20Merge pull request #2216 from dtzWill/fix/curl-760-timeoutEelco Dolstra
2018-11-15Fix 'Read-only file system' when building a derivationEelco Dolstra
2018-11-13Restore parent mount namespace before executing a child processEelco Dolstra
2018-11-07Enable sandboxing by defaultEelco Dolstra
2018-11-01Disable the S3 content-encoding patchEelco Dolstra
2018-10-31Merge pull request #2501 from mayflower/xdg_config_dirsEelco Dolstra
2018-10-31config: use all of XDG_CONFIG_DIRSLinus Heckemann
2018-10-30Remove redundant messageEelco Dolstra
2018-10-30S3BinaryCacheStore: Allow disabling multipart uploadsEelco Dolstra
2018-10-30Fix broken uploadProgressCallback closureEelco Dolstra
2018-10-29copyStorePath: Fix hash errors when copying from older storeFalco Peijnenburg
2018-10-27Restore old (dis)allowedRequisites behaviour for self-referencesEelco Dolstra
2018-10-27Merge branch 'nix-doctor' of https://github.com/LnL7/nixEelco Dolstra
2018-10-26remote-store.hh: ConnectionHandle is struct, minor fix warningWill Dietz
2018-10-23Merge pull request #2483 from mayflower/tail-configEelco Dolstra
2018-10-23Promote log-lines to a fully-qualified optionLinus Heckemann
2018-10-23Per-output reference and closure size checksEelco Dolstra
2018-10-16Fix assertion failure in Store::queryPathInfo()Eelco Dolstra
2018-10-16RemoteStore: Close connection if an exception occursEelco Dolstra
2018-10-16Get rid of UDSRemoteStore::ConnectionEelco Dolstra
2018-09-28Check requiredSystemFeatures for local buildsEelco Dolstra
2018-09-28Move structured attrs handling into a separate classEelco Dolstra
2018-09-28Remove obsolete check on system featuresEelco Dolstra
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