aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-04Fix condition error and make test suite passCarlo Nucera
2020-06-04Use `readString` rather than `>> temporary`John Ericson
2020-06-04Merge branch 'master' of github.com:NixOS/nix into validPathInfo-ca-proper-da...John Ericson
2020-06-04Flip booleanJohn Ericson
2020-06-04Use some `std::optional::has_value` for clarityJohn Ericson
2020-06-04Make sure info.ca tag bit is set in `nix add-to-store`John Ericson
2020-06-04Make 'nix dev-shell' a deprecated alias for 'nix develop'Eelco Dolstra
2020-06-04Rename 'nix dev-shell' to 'nix develop'Eelco Dolstra
2020-06-03No C++ designated initializers yet with Clang 7John Ericson
2020-06-03Missing `#include <cassert>` in `lru-cache.hh` (#3654)John Ericson
2020-06-03Merge remote-tracking branch 'obsidian/no-hash-type-unknown' into validPathIn...John Ericson
2020-06-02Merge remote-tracking branch 'obsidian/missing-include-0' into validPathInfo-...John Ericson
2020-06-02Missing `#include <cassert>` in `lru-cache.hh`John Ericson
2020-06-02`outputHashAlgo` can be blank so parse accordinglyJohn Ericson
2020-06-02Fix hashesJohn Ericson
2020-06-02TypoCarlo Nucera
2020-06-02Validate text version instead, throw ErrorsCarlo Nucera
2020-06-02Add assertions for SHA256 in fixed caseCarlo Nucera
2020-06-02Move file-hash to content-addressCarlo Nucera
2020-06-02WIP Completed implementationCarlo Nucera
2020-06-02Fix to-base --type handler to correctly set std::optional flagJohn Ericson
2020-06-02WIPCarlo Nucera
2020-06-02to-base supports parsing SRI hashes, so make type flag optionalJohn Ericson
2020-06-02Clean up `ValidPathInfo::isContentAddressed` with `std::visit`John Ericson
2020-06-02Apply suggestions from code reviewJohn Ericson
2020-06-02Remove `hashingWithUnknownAlgoExits`John Ericson
2020-06-02Merge remote-tracking branch 'upstream/master' into no-hash-type-unknownJohn Ericson
2020-06-02Remove `HashType::Unknown`John Ericson
2020-06-02Change parseCa(Opt) to parseContentAddress(Opt)Carlo Nucera
2020-06-02Merge remote-tracking branch 'upstream/master' into validPathInfo-ca-proper-d...John Ericson
2020-06-02Merge pull request #3639 from obsidiansystems/do-fixme-store-removesEelco Dolstra
2020-06-02Merge branch 'lru-tests' of https://github.com/gilligan/nixEelco Dolstra
2020-06-02src/libutil/tests/lru-cache.cc: Check erase()Eelco Dolstra
2020-06-02Merge pull request #3642 from knl/improve-ref-validity-checking-in-fetchgitEelco Dolstra
2020-06-02WIPJohn Ericson
2020-06-01WIP more progressJohn Ericson
2020-06-01WIPCarlo Nucera
2020-06-01Create new file-hash filesCarlo Nucera
2020-06-01Merge branch 'derivation-header-include-order' of github.com:Ericson2314/nix ...Carlo Nucera
2020-06-01Merge branch 'no-stringly-typed-derivation-output' of github.com:Ericson2314/...Carlo Nucera
2020-05-31Add tests for lru-cache.hhTobias Pflug
2020-05-30Ensure we restrict refspec interpretation while fetchingNikola Knezevic
2020-05-30Improve ref validity checking in fetchGitNikola Knezevic
2020-05-29Remove addToStore variant as requested by `FIXME`John Ericson
2020-05-28Fixing the result of mergeCarlo Nucera
2020-05-28Merge branch 'master' of github.com:NixOS/nix into enum-classCarlo Nucera
2020-05-28Merge remote-tracking branch 'me/more-rust-ffi' into no-stringly-typed-deriva...John Ericson
2020-05-28Merge remote-tracking branch 'upstream/master' into more-rust-ffiJohn Ericson
2020-05-28Merge pull request #3631 from andir/libutil-config-testsEelco Dolstra
2020-05-28Merge pull request #3455 from Ericson2314/enum-FileIngestionMethodEelco Dolstra