aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-30nix-daemon.sh profile script: operate under `set -u`Graham Christensen
2018-05-30Merge pull request #2164 from mickours/doc-fetchTarball-timoutGraham Christensen
2018-05-30Explain fetchTarball timeout behavior in the docMichael Mercier
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
2018-05-30Simplify the callback mechanismEelco Dolstra
2018-05-30Move evaluator-specific settings out of libstoreEelco Dolstra
2018-05-30Move some Download-specific settings to download.ccEelco Dolstra
2018-05-30Modularize config settingsEelco Dolstra
2018-05-30Fix assertion failure in storePathToHash()Eelco Dolstra
2018-05-30Make 'nix copy --to daemon' run in constant memory (daemon side)Eelco Dolstra
2018-05-30LocalStore::addToStore: Throw an exception if no hash is givenEelco Dolstra
2018-05-30Use extended SQLite error codesEelco Dolstra
2018-05-28Merge pull request #2187 from bgamari/stoi-exceptionsEelco Dolstra
2018-05-28Merge pull request #2186 from dtzWill/fix/cxx14-static-assertEelco Dolstra
2018-05-26json-to-value: Use strtol instead of strtoiBen Gamari
2018-05-26eval.cc: add message to static_assert, message can be omitted w/c++17Will Dietz
2018-05-26nix-daemon: remove unused "pendingMsgs" variableWill Dietz
2018-05-26Merge pull request #2181 from grahamc/nix-install-behind-mitm-proxyEelco Dolstra
2018-05-25libstore/download: remove unused function "getTime()"Will Dietz
2018-05-25Document NIX_SSL_CERT_FILE for installationGraham Christensen
2018-05-25multi-user profile: borrow single user profiles' NIX_SSL_CERT_FILE finding logicGraham Christensen
2018-05-25install-multi-user: don't force NIX_SSL_CERT_FILEGraham Christensen
2018-05-25Merge pull request #1664 from matthewbauer/patch-4Eelco Dolstra
2018-05-24Merge pull request #2157 from volth/bitwiseEelco Dolstra
2018-05-24add docs and testsvolth
2018-05-24Merge pull request #2178 from alexfmpe/fix-docs-check-suffixEelco Dolstra
2018-05-23Fix docs on --check suffixAlexandre Esteves
2018-05-22Make Env self-describingEelco Dolstra
2018-05-22Memoise checkSourcePath()Eelco Dolstra
2018-05-22Merge pull request #2173 from dtzWill/fix/serialise-read-unbufferedEelco Dolstra
2018-05-21serialise: fix buffer size used, hide method for internal use onlyWill Dietz
2018-05-16add `mod' and bitwise builtins: camel-case function namesvolth
2018-05-16add `mod' and bitwise builtins: remove `mod' and shiftsvolth
2018-05-16add `mod' and bitwise builtins: remove infix functionsvolth
2018-05-15Merge pull request #2145 from serokell/uncached-channelEelco Dolstra
2018-05-12add `mod' and bitwise builtinsvolth
2018-05-11Don't return negative numbers from the flex tokenizerEelco Dolstra
2018-05-11Revert "Throw a specific error for incomplete parse errors."Eelco Dolstra
2018-05-10Remove mention of default since we already know the defaultEelco Dolstra
2018-05-10Merge branch 's3-multipart-uploads' of https://github.com/AmineChikhaoui/nixEelco Dolstra
2018-05-10Merge pull request #2146 from adevress/spec-filefixEelco Dolstra
2018-05-10Merge pull request #2142 from domenkozar/docker-2.0.1Eelco Dolstra
2018-05-09Cleanup of nix.spec file to allow build on EL7 and beyondAdrien Devresse
2018-05-09make sure not to use cached channels for nix-channel --updateYorick van Pelt
2018-05-09In restricted eval mode, allow access to the closure of store pathsEelco Dolstra