aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2019-08-23Reset tmpDirInSandbox for unsandboxedMatthew Bauer
2019-07-30Don’t rely on EPERMMatthew Bauer
2019-07-25Use sandbox fallback when cloning fails in builderMatthew Bauer
2019-07-25Disable CLONE_NEWUSER when it’s unavailableMatthew Bauer
2019-07-13Merge pull request #2975 from matthewbauer/fix-nsswitch-issueEelco Dolstra
2019-07-10Resume NAR downloadsEelco Dolstra
2019-07-10HttpBinaryCacheStore: Use default number of retries for NARsEelco Dolstra
2019-07-10Downloader: Use warn()Eelco Dolstra
2019-07-10Revert "Fix 'error 9 while decompressing xz file'"Eelco Dolstra
2019-07-02Merge pull request #2779 from LnL7/build-exit-codesEelco Dolstra
2019-07-02Merge pull request #2974 from grahamc/invalid-nameEelco Dolstra
2019-07-02checkStoreName: give more precise/verbose error informationGraham Christensen
2019-07-02build: replace 100 offset for build exit codesDaiderd Jordan
2019-07-02build: use binary mask for build status flagsDaiderd Jordan
2019-07-02build: add exit code for hash and check mismatchesDaiderd Jordan
2019-06-28Fix `http2 = false` having no effect. Fixes #2971.Aniket Deshpande
2019-06-27Don’t use entire /etc/nsswitch.conf fileMatthew Bauer
2019-06-25nix-channel: Don't fetch binary-cache-urlEelco Dolstra
2019-06-24Fix 32-bit overflow with --no-netEelco Dolstra
2019-06-24Refactor downloadCached() interfaceEelco Dolstra
2019-06-24Add '--no-net' convenience flagEelco Dolstra
2019-06-24Fix 'error 9 while decompressing xz file'Eelco Dolstra
2019-06-24Downloader: Propagate exceptions from decompressionSink->finish()Eelco Dolstra
2019-06-24CachedDownloadResult: Include store pathEelco Dolstra
2019-06-24downloadCached: Return ETagEelco Dolstra
2019-06-17Another attempt at getting pseudoterminals to work on macOSEelco Dolstra
2019-06-16Hopefully fix macOS testsEelco Dolstra
2019-06-16Set $TERMEelco Dolstra
2019-06-16Run builds in a pseudo-terminalEelco Dolstra
2019-06-01Fix segfault in builtin fetchurl with hashed mirrors + SRI hashesEelco Dolstra
2019-05-13Merge pull request #2802 from LnL7/fix-needs-hashrewriteEelco Dolstra
2019-05-12build: make needsHashRewrite a methodDaiderd Jordan
2019-05-12handleDiffHook: stop passing allowVforkGraham Christensen
2019-05-12runProgram: support gid, uid, chdirGraham Christensen
2019-05-12chdir, setgroupsGraham Christensen
2019-05-12diff hook: execute as the build user, and pass the temp dirGraham Christensen
2019-05-12build: run diff-hook under --check and document diff-hookGraham Christensen
2019-05-12build: move needsHashRewrite initialization to startBuilderDaiderd Jordan
2019-05-08Merge pull request #2790 from samueldr/fix/minor-comment-NIX_ROOT_FINDEREelco Dolstra
2019-05-03Fix "Bad system call" running i686-linux binaries on x86_64-linuxEelco Dolstra
2019-04-30findRootsNoTemp: fixes comment about findRuntimeRootsSamuel Dionne-Riel
2019-04-17build: only skip hash rewriting for sandboxing on linuxDaiderd Jordan
2019-04-01primeCache(): Barf if builds are needed but not allowedEelco Dolstra
2019-04-01getMachines(): Cache resultEelco Dolstra
2019-03-25store-api.hh: add missing include for unordered_mapWill Dietz
2019-03-15Add a 5 seconds of timeouts to connect to S3.Chaker Benhamed
2019-03-14pkg-config files: Use c++17Eelco Dolstra
2019-03-14experimental/optional -> optionalEelco Dolstra
2019-03-14findRoots(): Add 'censor' parameterEelco Dolstra
2019-03-14findRuntimeRoots: Simplify/fix handling of /proc filesEelco Dolstra