about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-10 Downloader: Use warn()Eelco Dolstra1-3/+3
2019-07-10 Revert "Fix 'error 9 while decompressing xz file'"Eelco Dolstra7-162/+125
2019-07-10 nix copy: Rename --substitute to --substitute-on-destinationEelco Dolstra1-1/+1
2019-07-03 Merge branch 'autoconf-ubuntu-16.04-fixes' of https://github.com/nh2/nixEelco Dolstra3-2/+9
2019-07-03 Get BOOST_LDFLAGS from autoconf, fix Ubuntu 16.04 build.Niklas Hambüchen2-2/+2
2019-07-03 Fix C++ compatibility with older editline versions.Niklas Hambüchen1-0/+7
2019-07-02 Merge pull request #2779 from LnL7/build-exit-codesEelco Dolstra2-4/+37
2019-07-02 Merge pull request #2974 from grahamc/invalid-nameEelco Dolstra1-3/+10
2019-07-02 Merge pull request #2582 from LnL7/fetchgit-refsEelco Dolstra1-1/+5
2019-07-02 checkStoreName: give more precise/verbose error informationGraham Christensen1-3/+10
2019-07-02 build: replace 100 offset for build exit codesDaiderd Jordan1-5/+19
2019-07-02 build: use binary mask for build status flagsDaiderd Jordan1-1/+9
2019-07-02 build: add exit code for hash and check mismatchesDaiderd Jordan2-4/+15
2019-06-28 Fix `http2 = false` having no effect. Fixes #2971.Aniket Deshpande1-0/+2
2019-06-28 Fix macOS build failureEelco Dolstra1-2/+2
2019-06-25 ProgressBar: Fix updatingEelco Dolstra1-11/+15
2019-06-25 nix-channel: Don't fetch binary-cache-urlEelco Dolstra2-11/+1
2019-06-25 Automatically use --no-net if there are no network interfacesEelco Dolstra2-11/+55
2019-06-25 Add "warning" verbosity levelEelco Dolstra3-2/+4
2019-06-24 Fix 32-bit overflow with --no-netEelco Dolstra3-10/+7
2019-06-24 Refactor downloadCached() interfaceEelco Dolstra6-49/+63
2019-06-24 Add '--no-net' convenience flagEelco Dolstra5-20/+35
2019-06-24 Fix 'error 9 while decompressing xz file'Eelco Dolstra7-125/+162
2019-06-24 Downloader: Propagate exceptions from decompressionSink->finish()Eelco Dolstra1-2/+7
2019-06-24 CachedDownloadResult: Include store pathEelco Dolstra4-2/+7
2019-06-24 downloadCached: Return ETagEelco Dolstra6-12/+29
2019-06-24 Fix abort in fromTOMLEelco Dolstra1-0/+13
2019-06-17 Another attempt at getting pseudoterminals to work on macOSEelco Dolstra1-0/+3
2019-06-16 Hopefully fix macOS testsEelco Dolstra1-4/+6
2019-06-16 Set $TERMEelco Dolstra1-0/+3
2019-06-16 Run builds in a pseudo-terminalEelco Dolstra1-8/+46
2019-06-16 Style fixEelco Dolstra1-1/+1
2019-06-15 nix: Add -L alias for --print-build-logsEelco Dolstra1-0/+1
2019-06-15 nix: Support -j flagEelco Dolstra2-4/+9
2019-06-15 Daemon: warn when an untrusted user cannot override a settingFélix Baylac-Jacqué1-1/+1
2019-06-01 Fix segfault in builtin fetchurl with hashed mirrors + SRI hashesEelco Dolstra1-1/+2
2019-05-29 bump cpptoml to v0.1.1Ding Xiang Fei1-179/+390
2019-05-28 Iterate over referencesEelco Dolstra1-6/+6
2019-05-28 Merge branch 'attrPaths' of https://github.com/NinjaTrappeur/nixEelco Dolstra1-3/+23
2019-05-21 Merge pull request #2800 from flokli/progress-bar-hide-unknown-expectedEelco Dolstra1-4/+11
2019-05-15 Merge pull request #2810 from NixOS/print-build-logsEelco Dolstra4-13/+39
2019-05-15 nix: Add --print-build-logs flagEelco Dolstra4-13/+39
2019-05-13 Merge pull request #2802 from LnL7/fix-needs-hashrewriteEelco Dolstra1-12/+16
2019-05-12 runProgram: Uncomment chdir supportGraham Christensen1-2/+2
2019-05-12 build: make needsHashRewrite a methodDaiderd Jordan1-12/+16
2019-05-12 handleDiffHook: stop passing allowVforkGraham Christensen1-3/+1
2019-05-12 runProgram: support gid, uid, chdirGraham Christensen3-24/+32
2019-05-12 chdir, setgroupsGraham Christensen1-0/+4
2019-05-12 diff hook: execute as the build user, and pass the temp dirGraham Christensen3-14/+33
2019-05-12 build: run diff-hook under --check and document diff-hookGraham Christensen1-12/+18