aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-16nix-store -r: Handle symlinks to store pathsEelco Dolstra
2019-12-16StorePath::new(): Check store directoryEelco Dolstra
2019-12-15Fix cargo testEelco Dolstra
2019-12-15Tweak error messageEelco Dolstra
2019-12-15Merge branch 'limit_depth_resolveExprPath' of https://github.com/d-goldin/nixEelco Dolstra
2019-12-14Merge pull request #3269 from xzfc/nix-shellEelco Dolstra
2019-12-14Fix progress barEelco Dolstra
2019-12-14nix-shell: don't check for "nix-shell" in shebang script nameAlbert Safin
2019-12-13Move some codeEelco Dolstra
2019-12-13Don't leak exceptionsEelco Dolstra
2019-12-13Improve gzip error messageEelco Dolstra
2019-12-13Get rid of CBoxEelco Dolstra
2019-12-13Validate tarball componentsEelco Dolstra
2019-12-13Simplify tarball testEelco Dolstra
2019-12-13bugfix: Adding depth limit to resolveExprPathDima
2019-12-13Only install *.sb files on macOSEelco Dolstra
2019-12-13Remove FIXMEEelco Dolstra
2019-12-13SimplifyEelco Dolstra
2019-12-13Merge branch 'libstore-ssh-better-exec-error-message' of https://github.com/P...Eelco Dolstra
2019-12-13Initial gzip supportTom Bereknyei
2019-12-12libstore/ssh: Improve error message on failing `execvp`Profpatsch
2019-12-10Speed up StorePath::to_string()Eelco Dolstra
2019-12-10Speed up base32::decode()Eelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-10Add StorePath testsEelco Dolstra
2019-12-10Shut up about deprecated functionsEelco Dolstra
2019-12-10Shut up warningsEelco Dolstra
2019-12-10Use hyper directly instead of reqwestEelco Dolstra
2019-12-10Update to async/await-enabled tokioEelco Dolstra
2019-12-10Add NAR parserEelco Dolstra
2019-12-10StorePath improvementsEelco Dolstra
2019-12-10Add base32 encoder/decoderEelco Dolstra
2019-12-10Move stuff aroundEelco Dolstra
2019-12-10Drop some dependenciesEelco Dolstra
2019-12-10Use rustlsEelco Dolstra
2019-12-10Basic BinaryCacheStore implementation using async RustEelco Dolstra
2019-12-10EvalState::callFunction(): Make FunctionCallTrace use less stack spaceEelco Dolstra
2019-12-09Remove UserLock self-lock checkEelco Dolstra
2019-12-05Shut up clang warningEelco Dolstra
2019-12-05nix doctor: Fix typoEelco Dolstra
2019-12-05Show hash mismatch warnings in SRI formatEelco Dolstra
2019-12-05Move #includeEelco Dolstra
2019-12-05Bindings: Add convenience method for requiring an attributeEelco Dolstra
2019-12-05Bindings::get(): Add convenience methodEelco Dolstra
2019-12-05Fix precompiled-headers generationEelco Dolstra
2019-12-05Initialize Command::_nameEelco Dolstra
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-12-05Move Command and MultiCommand to libutilEelco Dolstra
2019-12-05MultiCommand: Simplify constructionEelco Dolstra
2019-12-05Eliminate more pass-by-value in variadic callsEelco Dolstra