aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-12GC_malloc -> GC_MALLOCEelco Dolstra
2018-06-12Don't scan for roots in dynamic librariesEelco Dolstra
2018-06-12Add temporary statsEelco Dolstra
2018-06-12Cache parse treesEelco Dolstra
2018-06-12Remove duplicate definition of allocBytes()Eelco Dolstra
2018-06-12Merge pull request #2224 from serokell/getaddrinfo-preloadDaniel Peebles
2018-06-12Fix #2162: use getaddrinfo instead of curl to preload NSSYorick van Pelt
2018-06-11Merge pull request #2223 from symphorien/esrchEelco Dolstra
2018-06-11libstore/gc.cc: ignore ESRCH when reading /procSymphorien Gibol
2018-06-11Merge pull request #2211 from unsatcore/masterEelco Dolstra
2018-06-10Merge pull request #2220 from 7c6f434c/doc-floatsShea Levy
2018-06-10manual: builtins.fromJSON: remove the claim that floats are not allowedMichael Raskin
2018-06-08pr-2211: cleanupAleksandr Pashkov
2018-06-08Merge pull request #2215 from AmineChikhaoui/s3-multipart-debugEelco Dolstra
2018-06-08use debug instead of printTalkative to avoid spamming hydra queueAmineChikhaoui
2018-06-07pr-2211: cleanupAleksandr Pashkov
2018-06-06Merge pull request #2212 from asymmetric/patch-2Eelco Dolstra
2018-06-06Dockerfile: 2.0.4Lorenzo Manacorda
2018-06-06tests: more robust check for user namespaces availability (canUseSandbox)Aleksandr Pashkov
2018-06-05Don't require --fallback to recover from disappeared binary cache NARsEelco Dolstra
2018-06-05Handle HTTP 410 Gone errorsEelco Dolstra
2018-06-05Improve binary cache fallback testEelco Dolstra
2018-06-05Further improve upload messagesEelco Dolstra
2018-06-05Remove non-existent NIX_DEBUG_SUBSTEelco Dolstra
2018-06-01download.cc: fix readCallback return type (int -> size_t)Will Dietz
2018-06-01Improve binary cache upload messagesEelco Dolstra
2018-05-31upload-release.pl: Copy the install script and sign everythingEelco Dolstra
2018-05-31Merge pull request #767 from mogorman/garbage_collect_keep_last_fewPeter Simons
2018-05-30Explicitly describe the effects of filterSource excluding a directory.Shea Levy
2018-05-30Fix static assertion failure on 32-bit systemsEelco Dolstra
2018-05-30release.nix: Generate the installer scriptEelco Dolstra
2018-05-30Move installer script from nixos-homepageEelco Dolstra
2018-05-30Merge pull request #2194 from grahamc/nix-profile-daemon-profile-set-uEelco Dolstra
2018-05-30install-multi-user: support 'set -u' runs, closes #2193Graham Christensen
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