aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-20Improve nix show-config --jsonEelco Dolstra
2017-04-20Setting: Remove "Tag" template argumentEelco Dolstra
2017-04-20Read per-user settings from ~/.config/nix/nix.confEelco Dolstra
2017-04-20binary-caches-parallel-connections -> http-connectionsEelco Dolstra
2017-04-20Reimplement trusted-substituters (aka trusted-binary-caches)Eelco Dolstra
2017-04-19Reimplement connect-timeoutEelco Dolstra
2017-04-19getDerivations(): Filter out packages with bad derivation namesEelco Dolstra
2017-04-18Merge pull request #1321 from shlevy/channel-direct-tarball-errorEelco Dolstra
2017-04-14Shut up some warningsEelco Dolstra
2017-04-14DohEelco Dolstra
2017-04-14Fix 32-bit buildEelco Dolstra
2017-04-14Minor cleanupEelco Dolstra
2017-04-14nix-daemon: Don't set untrusted-* settingsEelco Dolstra
2017-04-14nix-daemon: Don't die if the user sends an unknown settingEelco Dolstra
2017-04-13Add "nix show-config" commandEelco Dolstra
2017-04-13Convert Settings to the new config systemEelco Dolstra
2017-04-13Support arbitrary numeric types for settingsEelco Dolstra
2017-04-13Validate Boolean settings betterEelco Dolstra
2017-04-13Merge branch 'rework-options' of https://github.com/copumpkin/nixEelco Dolstra
2017-04-13Add a Config class to simplify adding configuration settingsEelco Dolstra
2017-04-13canonPath(): Check against empty pathsEelco Dolstra
2017-04-13Add warn functionEelco Dolstra
2017-04-13Initialise loggerEelco Dolstra
2017-04-12Merge pull request #1302 from dtzWill/fix/nix-optionsEelco Dolstra
2017-04-10nix-channel: error out if direct tarball unpack fails.Shea Levy
2017-04-10Merge pull request #1316 from copumpkin/nix-retries-defaultEelco Dolstra
2017-04-10Add CURLE_WRITE_ERROR as a transient error conditionDan Peebles
2017-04-10Default to 5 download retriesDan Peebles
2017-04-10Minor cleanupEelco Dolstra
2017-04-10Allow "auto" as a store URIEelco Dolstra
2017-04-08Process nix.conf options in "new" nix commands, add test.Will Dietz
2017-04-06Retry downloads on transient SSL errors tooDan Peebles
2017-04-06Implement RemoteStore::queryMissing()Eelco Dolstra
2017-04-06Fix bogus "unexpected Nix daemon error: interrupted by the user"Eelco Dolstra
2017-04-06Add a method to allow hydra-queue-runner to flush the path info cacheEelco Dolstra
2017-04-06nix-daemon: Disable path info cacheEelco Dolstra
2017-04-04Allow default sandbox paths to be overridenEelco Dolstra
2017-04-04Make /var/run/nscd/socket optionalEelco Dolstra
2017-03-31Sandbox: Fix /dev/ptmx on recent kernelsEelco Dolstra
2017-03-31builtins.exec: Make the argument just a listShea Levy
2017-03-31Merge branch 'builtins.exec'Shea Levy
2017-03-31Retry curl error 16Eelco Dolstra
2017-03-31Merge branch 'remove-perl' of https://github.com/shlevy/nixEelco Dolstra
2017-03-30Add exec primop behind allow-unsafe-native-code-during-evaluation.Shea Levy
2017-03-28Ignore broken "Deriver: unknown-deriver" fields in .narinfoEelco Dolstra
2017-03-24use std::tuple for ValueMap allocatorDaiderd Jordan
2017-03-22Fix xz decompressionEelco Dolstra
2017-03-21LocalFSStore::getBuildLog(): Handle corrupted logsEelco Dolstra
2017-03-21Don't hang in decompression if bzip2 data ends prematurelyEelco Dolstra
2017-03-21Only use cache.nixos.org when the store is /nix/storeEelco Dolstra