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
2024-03-04
Merge pull request #9588 from obsidiansystems/queryDerivationOutputMap-evalStore
eldritch horrors
2024-03-04
Merge pull request #9289 from edolstra/fix-warnings
eldritch horrors
2024-03-04
Merge pull request #6223 from obsidiansystems/worker-proto-with-version
eldritch horrors
2023-08-02
Add infra for experimental store implemenations
John Ericson
2023-07-21
Merge pull request #8724 from obsidiansystems/queryPartialDerivationOutputMap...
John Ericson
2023-07-20
Give `queryPartialDerivationOutputMap` an `evalStore` parameter
John Ericson
2023-07-07
Simplify `ContentAddress`
John Ericson
2023-04-07
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-04-02
Move `querySubstitutablePathInfos` from `LocalStore` to `Store`
John Ericson
2023-03-31
Replace unnecessary Sync<uint64_t> with std::atomic<uint64_t>
Patrick Jackson
2023-03-30
Only lock once
Patrick Jackson
2023-03-30
Fix data race in copyPaths
Patrick Jackson
2023-03-30
Use "raw pattern" for content address types
John Ericson
2023-03-30
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2023-03-10
Merge pull request #8015 from tweag/progress-during-nix-copy
Théophane Hufschmitt
2023-03-09
Display progress when running copyPaths (nix copy)
Alexander Bantyev
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-02-28
Always set valid in path-info --json output
Matthew Kenigsberg
2023-02-28
No inheritance for `TextInfo` and `FixedOutputInfo`
John Ericson
2023-02-28
Revert "Remove some designated initializers"
John Ericson
2023-02-28
Clarify store path grammar and improve comment on `makeType`
John Ericson
2023-02-28
Fix typo in the method name
John Ericson
2023-02-02
Merge branch 'master' into path-info
John Ericson
2023-02-01
Remove an unused capture
Eelco Dolstra
2023-02-01
Remove some designated initializers
John Ericson
2023-01-30
Avoid some `StorePath` <-> `Path` round trips
John Ericson
2023-01-23
Don't add `StorePathDescriptor` for now
John Ericson
2023-01-14
Make `ValidPathInfo` have plain `StorePathSet` references like before
John Ericson
2023-01-14
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-01-13
Move `ValidPathInfo` defintions to `path-info.cc`
John Ericson
2023-01-13
Move new `ValidPathInfo` methods to path-info.cc
John Ericson
2023-01-13
Merge pull request #7430 from tweag/ca/fix-nix-log
Théophane Hufschmitt
2023-01-06
Do big rename to clean up code
John Ericson
2023-01-06
Optimize `ValidPathInfo` construction a bit better
John Ericson
2023-01-06
Use named field initialization for references
John Ericson
2023-01-06
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2022-12-24
libstore: Make sure that initNix has been called
Robert Hensing
2022-12-08
fix missing function after rebase
Taeer Bar-Yam
2022-12-08
Fix `nix log` with CA derivations
regnat
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-10-12
Make warning about chroot store location more accurate
Steam Deck User
2022-08-24
Remove redundant Finally
Eelco Dolstra
2022-08-24
Fix macOS build
Eelco Dolstra
2022-08-23
Fix a hang in nix-copy-ssh.sh
Eelco Dolstra
2022-07-20
Merge branch 'master' into parallel-nix-copy
Théophane Hufschmitt
2022-07-19
Don't ultimately trust the signed paths
Théophane Hufschmitt
2022-07-15
Disable auto-chroot if $NIX_STATE_DIR is set
Eelco Dolstra
2022-07-14
Disable auto-chroot if $NIX_STORE_DIR is set
Eelco Dolstra
[next]