index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-06-04
Fix condition error and make test suite pass
Carlo Nucera
2020-06-04
Use `readString` rather than `>> temporary`
John Ericson
2020-06-04
Merge branch 'master' of github.com:NixOS/nix into validPathInfo-ca-proper-da...
John Ericson
2020-06-04
Flip boolean
John Ericson
2020-06-04
Use some `std::optional::has_value` for clarity
John Ericson
2020-06-04
Make sure info.ca tag bit is set in `nix add-to-store`
John Ericson
2020-06-04
Make 'nix dev-shell' a deprecated alias for 'nix develop'
Eelco Dolstra
2020-06-04
Rename 'nix dev-shell' to 'nix develop'
Eelco Dolstra
2020-06-03
No C++ designated initializers yet with Clang 7
John Ericson
2020-06-03
Missing `#include <cassert>` in `lru-cache.hh` (#3654)
John Ericson
2020-06-03
Merge remote-tracking branch 'obsidian/no-hash-type-unknown' into validPathIn...
John Ericson
2020-06-02
Merge remote-tracking branch 'obsidian/missing-include-0' into validPathInfo-...
John Ericson
2020-06-02
Missing `#include <cassert>` in `lru-cache.hh`
John Ericson
2020-06-02
`outputHashAlgo` can be blank so parse accordingly
John Ericson
2020-06-02
Fix hashes
John Ericson
2020-06-02
Typo
Carlo Nucera
2020-06-02
Validate text version instead, throw Errors
Carlo Nucera
2020-06-02
Add assertions for SHA256 in fixed case
Carlo Nucera
2020-06-02
Move file-hash to content-address
Carlo Nucera
2020-06-02
WIP Completed implementation
Carlo Nucera
2020-06-02
Fix to-base --type handler to correctly set std::optional flag
John Ericson
2020-06-02
WIP
Carlo Nucera
2020-06-02
to-base supports parsing SRI hashes, so make type flag optional
John Ericson
2020-06-02
Clean up `ValidPathInfo::isContentAddressed` with `std::visit`
John Ericson
2020-06-02
Apply suggestions from code review
John Ericson
2020-06-02
Remove `hashingWithUnknownAlgoExits`
John Ericson
2020-06-02
Merge remote-tracking branch 'upstream/master' into no-hash-type-unknown
John Ericson
2020-06-02
Remove `HashType::Unknown`
John Ericson
2020-06-02
Change parseCa(Opt) to parseContentAddress(Opt)
Carlo Nucera
2020-06-02
Merge remote-tracking branch 'upstream/master' into validPathInfo-ca-proper-d...
John Ericson
2020-06-02
Merge pull request #3639 from obsidiansystems/do-fixme-store-removes
Eelco Dolstra
2020-06-02
Merge branch 'lru-tests' of https://github.com/gilligan/nix
Eelco Dolstra
2020-06-02
src/libutil/tests/lru-cache.cc: Check erase()
Eelco Dolstra
2020-06-02
Merge pull request #3642 from knl/improve-ref-validity-checking-in-fetchgit
Eelco Dolstra
2020-06-02
WIP
John Ericson
2020-06-01
WIP more progress
John Ericson
2020-06-01
WIP
Carlo Nucera
2020-06-01
Create new file-hash files
Carlo Nucera
2020-06-01
Merge branch 'derivation-header-include-order' of github.com:Ericson2314/nix ...
Carlo Nucera
2020-06-01
Merge branch 'no-stringly-typed-derivation-output' of github.com:Ericson2314/...
Carlo Nucera
2020-05-31
Add tests for lru-cache.hh
Tobias Pflug
2020-05-30
Ensure we restrict refspec interpretation while fetching
Nikola Knezevic
2020-05-30
Improve ref validity checking in fetchGit
Nikola Knezevic
2020-05-29
Remove addToStore variant as requested by `FIXME`
John Ericson
2020-05-28
Fixing the result of merge
Carlo Nucera
2020-05-28
Merge branch 'master' of github.com:NixOS/nix into enum-class
Carlo Nucera
2020-05-28
Merge remote-tracking branch 'me/more-rust-ffi' into no-stringly-typed-deriva...
John Ericson
2020-05-28
Merge remote-tracking branch 'upstream/master' into more-rust-ffi
John Ericson
2020-05-28
Merge pull request #3631 from andir/libutil-config-tests
Eelco Dolstra
2020-05-28
Merge pull request #3455 from Ericson2314/enum-FileIngestionMethod
Eelco Dolstra
[next]