index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
store-api.cc
Age
Commit message (
Expand
)
Author
2020-07-13
Store::pathInfoToJSON(): Use consistent format for downloadHash
Eelco Dolstra
2020-07-13
toStorePath(): Return a StorePath and the suffix
Eelco Dolstra
2020-07-13
Fix 'nix verify --all' on a binary cache and add a test
Eelco Dolstra
2020-07-10
Avoid a redundant hash
Eelco Dolstra
2020-07-10
Factor out commonality between nix-prefetch-url and nix-store --add-fixed
Eelco Dolstra
2020-06-24
Add a way to get all the outputs of a derivation with their label
regnat
2020-06-19
Merge remote-tracking branch 'me/no-stringly-typed-derivation-output' into va...
John Ericson
2020-06-19
Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...
John Ericson
2020-06-18
Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype
John Ericson
2020-06-18
Merge branch 'no-hash-type-unknown' into validPathInfo-temp
John Ericson
2020-06-18
Revert the `enum struct` change
John Ericson
2020-06-18
Merge remote-tracking branch 'upstream/master' into enum-class
John Ericson
2020-06-17
Merge pull request #3657 from obsidiansystems/sligthly-improve-store-path-doc...
Eelco Dolstra
2020-06-17
Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...
John Ericson
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-16
StorePath: Rewrite in C++
Eelco Dolstra
2020-06-15
Remove trailing whitespace
Eelco Dolstra
2020-06-15
Merge branch 'errors-phase-2' of https://github.com/bburdette/nix
Eelco Dolstra
2020-06-12
Use `std::string_view` in a few more places
John Ericson
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-04
Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...
John Ericson
2020-06-03
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-03
Clarify the description of StorePath construction
Carlo Nucera
2020-06-03
libutils/hash: remove default encoding
zimbatm
2020-06-02
Clean up `ValidPathInfo::isContentAddressed` with `std::visit`
John Ericson
2020-06-02
Merge remote-tracking branch 'upstream/master' into validPathInfo-ca-proper-d...
John Ericson
2020-06-02
WIP
John Ericson
2020-06-01
WIP
Carlo Nucera
2020-06-01
Create new file-hash files
Carlo Nucera
2020-06-01
Merge branch 'no-stringly-typed-derivation-output' of github.com:Ericson2314/...
Carlo Nucera
2020-05-29
Remove addToStore variant as requested by `FIXME`
John Ericson
2020-05-29
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
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-27
Rename some variables named “recursive” to “method”
Matthew Bauer
2020-05-26
Merge remote-tracking branch 'john-ericson/enum-FileIngestionMethod' into no-...
Carlo Nucera
2020-05-26
Merge remote-tracking branch 'origin/master' into more-rust-ffi
Carlo Nucera
2020-05-26
Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethod
Carlo Nucera
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-11
switch from printError warnings to logWarnings
Ben Burdette
2020-05-03
convert some printError calls to logError
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2020-03-30
Never cast `FileIngestionMethod` to or from boolean
John Ericson
2020-03-30
Store parsed hashes in `DerivationOutput`
John Ericson
2020-03-30
Merge remote-tracking branch 'me/enum-FileIngestionMethod' into HEAD
John Ericson
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2020-03-25
Extend Rust FFI
John Ericson
[next]